Skip to content

Commit ede5923

Browse files
Update version to 5.8.13 (#820)
Co-authored-by: Jean-Pierre Pourrez <[email protected]>
1 parent c46e657 commit ede5923

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

core/lib/config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
const PLX_DEBUG = true;
3-
const PLX_VERSION = '5.8.12';
3+
const PLX_VERSION = '5.8.13';
44
const PLX_URL_REPO = 'https://www.pluxml.org';
55
const PLX_URL_VERSION = PLX_URL_REPO.'/download/latest-version.txt';
66

readme/CHANGELOG

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## PLUXML 5.8.13 (2024/04/26)
2+
FIX Preview article is alaways displaying on the same tab or window
3+
[+] Better view on fatal error
4+
FIX No use of utf8_decode() - Deprecated with PHP-8.2.0
5+
6+
# PLUXML 5.8.12 (2024/04/05)
7+
FIX Typo in parametres_plugin.php
8+
FIX Resolve symbolic link for Linux in plxPlugins::__construct()
9+
FIX Declare plxMotor::cibleName - Required for PHP-8.0.0+
10+
111
## PLUXML 5.8.11 (2024/03/23)
212
FIX disable plugins not ready for PHP8.0 and displays error message
313
FIX regex for plxGlob::PATTERNS for comments

update/versions.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,5 @@
4242
'5.8.10' => '',
4343
'5.8.11' => '',
4444
'5.8.12' => '',
45+
'5.8.13' => '',
4546
);

0 commit comments

Comments
 (0)