Skip to content

Commit e6655d8

Browse files
committed
Update PLX_VERSION and CHANGELOG
1 parent 6505332 commit e6655d8

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-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 = false;
3-
const PLX_VERSION = '5.8.20';
3+
const PLX_VERSION = '5.8.21';
44
const PLX_URL_REPO = 'https://www.pluxml.org';
55
const PLX_URL_VERSION = PLX_URL_REPO.'/download/latest-version.txt';
66
const PLX_URL_LAST_RELEASE_GITHUB = 'https://api.github.com/repos/pluxml/PluXml/releases/latest';

readme/CHANGELOG

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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+
17
## PluXml 5.8.20 (2025/08/05)
28
FIX For _num property in plxCapcha.php
39
[+] core/admin folder can be moved or rename now

update/versions.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,5 @@
4949
'5.8.17' => '',
5050
'5.8.18' => '',
5151
'5.8.19' => '',
52+
'5.8.20' => '',
5253
);

0 commit comments

Comments
 (0)