Skip to content

Commit

Permalink
MODX Revolution 3.1.1-pl
Browse files Browse the repository at this point in the history
  • Loading branch information
opengeek committed Feb 18, 2025
1 parent 3c3f759 commit f279675
Show file tree
Hide file tree
Showing 3 changed files with 16 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.1.1" />
<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
16 changes: 14 additions & 2 deletions core/docs/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,21 @@
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.1.1-pl (TBD)
MODX Revolution 3.1.1-pl (February 18, 2025)
====================================

- Fallback for dashboard widgets in custom manager theme (#16705)
- Deprecate modUserProfile->sessionid and do not set value (#16697)
- Update superboxselect.js to version 1.6 and add HTML entity encoding (#16702)
- Fix manager menu for sql_mode "ANSI_QUOTES" (#16680)
- Fix namespaces getlist processor when cache_db is active (#16681)
- Fix Remember Me login feature (#16685)
- Fix datetime settings keys (#16687)
- Fix navbar z-index (#16690)
- Fix typos in access Lexicon (#16689)
- Fix for MODX updates widget (#16694)
- Fix visibility of the Install button in packages grid (#16675)
- Fix links not clickable on 3th level (#16671)
- Fix display of notification when User password is created/updated (#16668)

MODX Revolution 3.1.0-pl (December 18, 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']= '1'; // Current major version.
$v['minor_version']= '1'; // 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 f279675

Please sign in to comment.