Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

version update #1495

Merged
merged 1 commit into from
Jan 13, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions docs/changelog.250.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
XOOPS 2.5.x Changelog (Language changes: see: /docs/lang_diff.txt)

===================================
2.5.12 Beta4 NOT RELEASED
===================================
- updates for PHP 8.4 (mamba)
- fix for XOOPS reading blocks from deactivated modules (mamba)

Updated libraries and assets:
- Smarty 4.5.5 (mamba)
- HTML Purifier 4.18 (mamba)
- jQuery UI 1.14.1 (mamba)
- jGrowl 1.4.10 (mamba)
- tablesorter 2.32.0 (mamba)
- jquery.form 4.3.1 (mamba)
===================================
2.5.12 Beta3 2024/12/05
===================================
- fixing bug with button cancel by @ggoffy in #1481
- fixed bug in search tpl by @ggoffy in #1482
- improvements by @mambax7 in #1477
- XMF 1.2.31 by @mambax7 in #1485
- Kint by @mambax7 in #1486
- replace trigger_error with \Exception by @mambax7 in #1487
- change samesite to Lax by @mambax7 in #1488
- Various changes by @mambax7 in #1489

Updated libraries and assets:
- Smarty 4.5.4 by @mambax7 in #1475

===================================
2.5.12 Beta1 2024/07/28
===================================
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.12-Beta3');
define('XOOPS_VERSION', 'XOOPS 2.5.12-Beta4');
2 changes: 1 addition & 1 deletion htdocs/modules/system/class/fineuploadhandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ abstract class SystemFineUploadHandler
public $chunksCleanupProbability = 0.001; // Once in 1000 requests on avg
public $chunksExpireIn = 604800; // One week

protected $uploadName;
public $uploadName;
public $claims;

/**
Expand Down
Loading