Skip to content

Commit

Permalink
Merge pull request #519 from geekwright/relprepRC2
Browse files Browse the repository at this point in the history
Release Prep RC2
  • Loading branch information
mambax7 committed Jul 8, 2017
2 parents a9acef8 + 6d75b10 commit 11d4d09
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

.gitattributes export-ignore
.gitignore export-ignore
.scrutinizer.yml export-ignore

# Custom for Visual Studio
*.cs diff=csharp
Expand Down
10 changes: 8 additions & 2 deletions docs/changelog.250.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
XOOPS 2.5.x Changelog (Language changes: see: /docs/lang_diff.txt)

===================================
2.5.9 RC1 2017-05-31
2.5.9 RC2 2017-07-07
===================================
- fix issue with establishing database character set under mysqli
- Add PHP4 same name constructor shim in XoopsMailer (geekwright)
Expand Down Expand Up @@ -74,6 +74,12 @@ XOOPS 2.5.x Changelog (Language changes: see: /docs/lang_diff.txt)
- deprecate system module "Cookie" class
- fix issues reported by JPCERT/CC
- fix issues reported by Mustafa Hasan
- fix regressions in system theme select block
- fix template search order issues
- fix white screen issue with text sanitise wiki support
- fix extgallery template issues (mamba)
- added missing tooltip.js in transition GUI (ihackcode)
- fix issues with transition admin theme (bitcero)

Updated libraries and assets:
- jQuery 3.2.1 (mamba)
Expand All @@ -85,7 +91,7 @@ Updated libraries and assets:
- jQuery Tablesorter to 2.26.6 (mamba)
- phpThumb to 1.7.14-201607141354 (mamba)
- Bootstrap 3.3.7 in xBootstrap theme (geekwright, mamba)
- HTML Purifier to 4.8.0 (mamba)
- HTML Purifier to 4.9.3 (mamba)
- PHPMailer to 5.2.21
- XMF to 1.2.9
- Font Awesome 4.7.0 now included
Expand Down
2 changes: 1 addition & 1 deletion htdocs/include/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@
/**
* Define XOOPS version
*/
define('XOOPS_VERSION', 'XOOPS 2.5.9-RC1');
define('XOOPS_VERSION', 'XOOPS 2.5.9-RC2');
2 changes: 1 addition & 1 deletion release_notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ installed to their latest versions.

Upgrading from versions older than 2.5.0:
------------------------------------------
The same basic process as described above applies. The upgrade process for 2.5.8 has been tested using fresh
The same basic process as described above applies. The upgrade process for 2.5.9 has been tested using fresh
installs of XOOPS 2.0.2, 2.3, and 2.4. By 2.3, it becomes difficult to install the distribution on a modern
system due to the number of changes in both PHP and MySQL. This means there may be issues we may not have
encountered in testing.
Expand Down

0 comments on commit 11d4d09

Please sign in to comment.