Skip to content

Commit

Permalink
MODX Revolution 3.0.6-pl
Browse files Browse the repository at this point in the history
  • Loading branch information
opengeek committed Dec 9, 2024
1 parent 4b551fa commit 89ee2e6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion _build/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<!-- Set the project version -->
<property name="modx.core.version" value="3.0.6" />
<property name="modx.core.release" value="dev" />
<property name="modx.core.release" value="pl" />

<!-- Set some common build properties -->
<property name="build.dir" value="${project.basedir}" />
Expand Down
10 changes: 8 additions & 2 deletions core/docs/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,15 @@
This file shows the changes in recent releases of MODX. The most current release is usually the
development release, and is only shown to give an idea of what's currently in the pipeline.

MODX Revolution 3.0.6-dev (TBD)
MODX Revolution 3.0.6-pl (December 9, 2024)
====================================

- PHP 8.4 compatibility updates (#16648)
- Replace use of deprecated date function in setup (#16627)
- Fix Dashboard Updates widget's display of the most recent modx version (#16608)
- Fix preview thumbnailing for images with ampersand (&) in file name (#16609)
- Fix max parser iterations for resources without a template (#16596)
- Various lexicon typo corrections (#16559)
- Do not dynamically assign modProcessorResponse to modConnectorResponse (#16564)

MODX Revolution 3.0.5-pl (April 10, 2024)
====================================
Expand Down
2 changes: 1 addition & 1 deletion core/docs/version.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
$v['version']= '3'; // Current version.
$v['major_version']= '0'; // Current major version.
$v['minor_version']= '6'; // Current minor version.
$v['patch_level']= 'dev'; // Current patch level.
$v['patch_level']= 'pl'; // Current patch level.
$v['code_name']= 'Revolution'; // Current codename.
$v['distro']= '@git@';
$v['full_version']= $v['version'] . ($v['major_version'] ? ".{$v['major_version']}" : ".0") . ($v['minor_version'] ? ".{$v['minor_version']}" : ".0") . ($v['patch_level'] ? "-{$v['patch_level']}" : "");
Expand Down

0 comments on commit 89ee2e6

Please sign in to comment.