File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
<?php
2
2
const PLX_DEBUG = false ;
3
- const PLX_VERSION = '5.8.20 ' ;
3
+ const PLX_VERSION = '5.8.21 ' ;
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
const PLX_URL_LAST_RELEASE_GITHUB = 'https://api.github.com/repos/pluxml/PluXml/releases/latest ' ;
Original file line number Diff line number Diff line change
1
+ ## PluXml 5.8.21 (2025/08/25)
2
+ FIX Redirection to install.php in the front-office
3
+ [+] Enhance minify.php
4
+ FIX plxUtils::getRacine() and install.php
5
+ FIX CSS in defaut theme for menu on smartphones
6
+
1
7
## PluXml 5.8.20 (2025/08/05)
2
8
FIX For _num property in plxCapcha.php
3
9
[+] core/admin folder can be moved or rename now
Original file line number Diff line number Diff line change 49
49
'5.8.17 ' => '' ,
50
50
'5.8.18 ' => '' ,
51
51
'5.8.19 ' => '' ,
52
+ '5.8.20 ' => '' ,
52
53
);
You can’t perform that action at this time.
0 commit comments