Skip to content

Commit

Permalink
Update version to 5.8.13 (#820)
Browse files Browse the repository at this point in the history
Co-authored-by: Jean-Pierre Pourrez <[email protected]>
  • Loading branch information
kazimentou and bazooka07 authored Apr 26, 2024
1 parent c46e657 commit ede5923
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion core/lib/config.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
const PLX_DEBUG = true;
const PLX_VERSION = '5.8.12';
const PLX_VERSION = '5.8.13';
const PLX_URL_REPO = 'https://www.pluxml.org';
const PLX_URL_VERSION = PLX_URL_REPO.'/download/latest-version.txt';

Expand Down
10 changes: 10 additions & 0 deletions readme/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## PLUXML 5.8.13 (2024/04/26)
FIX Preview article is alaways displaying on the same tab or window
[+] Better view on fatal error
FIX No use of utf8_decode() - Deprecated with PHP-8.2.0

# PLUXML 5.8.12 (2024/04/05)
FIX Typo in parametres_plugin.php
FIX Resolve symbolic link for Linux in plxPlugins::__construct()
FIX Declare plxMotor::cibleName - Required for PHP-8.0.0+

## PLUXML 5.8.11 (2024/03/23)
FIX disable plugins not ready for PHP8.0 and displays error message
FIX regex for plxGlob::PATTERNS for comments
Expand Down
1 change: 1 addition & 0 deletions update/versions.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,5 @@
'5.8.10' => '',
'5.8.11' => '',
'5.8.12' => '',
'5.8.13' => '',
);

0 comments on commit ede5923

Please sign in to comment.