File tree Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1
1
<?php
2
2
const PLX_DEBUG = true ;
3
- const PLX_VERSION = '5.8.12 ' ;
3
+ const PLX_VERSION = '5.8.13 ' ;
4
4
const PLX_URL_REPO = 'https://www.pluxml.org ' ;
5
5
const PLX_URL_VERSION = PLX_URL_REPO .'/download/latest-version.txt ' ;
6
6
Original file line number Diff line number Diff line change
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
+
1
11
## PLUXML 5.8.11 (2024/03/23)
2
12
FIX disable plugins not ready for PHP8.0 and displays error message
3
13
FIX regex for plxGlob::PATTERNS for comments
Original file line number Diff line number Diff line change 42
42
'5.8.10 ' => '' ,
43
43
'5.8.11 ' => '' ,
44
44
'5.8.12 ' => '' ,
45
+ '5.8.13 ' => '' ,
45
46
);
You can’t perform that action at this time.
0 commit comments