Skip to content

Commit

Permalink
MODX Revolution 2.8.6-pl
Browse files Browse the repository at this point in the history
  • Loading branch information
opengeek committed Sep 28, 2023
1 parent 775274f commit 3f887dc
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion _build/build.xml
Expand Up @@ -21,7 +21,7 @@

<!-- Set the project version -->
<property name="modx.core.version" value="2.8.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
12 changes: 10 additions & 2 deletions core/docs/changelog.txt
Expand Up @@ -2,9 +2,17 @@
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 2.8.6-pl (TBD)
MODX Revolution 2.8.6-pl (September 28, 2023)
====================================

- Change default gravatar type for user (#16461)
- Change weblink default to https:// (#16458)
- Fix issue with nested menu items (#16450)
- Fix undefined variable error in modTemplateVar (#16427)
- Harden security/profile/get processor (#16439)
- Fix undefined global variable $_SESSION in a CLI connector (#16425)
- Update to phpThumb 1.7.21-202307141720 (#16456)
- Update smarty to 3.1.48 (#16419)
- Populate scriptProperties in Resource\Locks\Steal processor (#16418)

MODX Revolution 2.8.5-pl (March 7, 2023)
====================================
Expand Down
2 changes: 1 addition & 1 deletion core/docs/version.inc.php
Expand Up @@ -3,7 +3,7 @@
$v['version']= '2'; // Current version.
$v['major_version']= '8'; // 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 3f887dc

Please sign in to comment.