Skip to content

Commit

Permalink
Update version number and CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
bazooka07 committed Mar 23, 2024
1 parent e31d685 commit 071892d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
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.10';
const PLX_VERSION = '5.8.11';
const PLX_URL_REPO = 'https://www.pluxml.org';
const PLX_URL_VERSION = PLX_URL_REPO.'/download/latest-version.txt';

Expand Down
4 changes: 2 additions & 2 deletions readme/AUTHORS
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
This file is part of PluXml : http://www.pluxml.org
This file is part of PluXml : https://www.pluxml.org

2018-2022 Pedro CADETE and contributors
2010-2018 Stephane Ferrari and contributors
2008-2009 Florent MONTHEL and contributors
2006-2008 Anthony GUERIN

Licensed under the GPL version 3 license.
See http://www.gnu.org/licenses/gpl.html or LICENCE file
See https://www.gnu.org/licenses/gpl.html or LICENCE file
6 changes: 5 additions & 1 deletion readme/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## 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

## PLUXML 5.8.10 (2024/03/18)
FIX PHP 8+ compatibility
FIX PHP 8+ compatibility

## PLUXML 5.8.9 (2022/08/01) ##
REVERT v5.8.8 FIX Static pages PHP injection vulnerability #558 (P3ter, Moritz Huppert)
Expand Down

0 comments on commit 071892d

Please sign in to comment.