Skip to content

Commit bc38313

Browse files
committed
MODX Revolution 3.1.2-pl
1 parent ed0e0f5 commit bc38313

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

Diff for: _build/build.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
<!-- Set the project version -->
2323
<property name="modx.core.version" value="3.1.2" />
24-
<property name="modx.core.release" value="dev" />
24+
<property name="modx.core.release" value="pl" />
2525

2626
<!-- Set some common build properties -->
2727
<property name="build.dir" value="${project.basedir}" />

Diff for: core/docs/changelog.txt

+8-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,15 @@
22
This file shows the changes in recent releases of MODX. The most current release is usually the
33
development release, and is only shown to give an idea of what's currently in the pipeline.
44

5-
MODX Revolution 3.1.2-pl (TBD)
5+
MODX Revolution 3.1.2-pl (April 2, 2025)
66
====================================
7-
7+
- Fix Template Access grid being initially empty when creating a new TV (#16678)
8+
- Fix empty attributes when special characters appear in package readme (#16713)
9+
- Fix query to purge old installed extras (#16717)
10+
- Convert invalid dates to NULL in modTransportPackage.installed (#16721)
11+
- Fix usage of checkRequirement method (#16718)
12+
- Add z-index to x-form-item class (#16712)
13+
- Fix error in User validation that blocks creation of new Users (#16710)
814

915
MODX Revolution 3.1.1-pl (February 18, 2025)
1016
====================================

Diff for: core/docs/version.inc.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
$v['version']= '3'; // Current version.
44
$v['major_version']= '1'; // Current major version.
55
$v['minor_version']= '2'; // Current minor version.
6-
$v['patch_level']= 'dev'; // Current patch level.
6+
$v['patch_level']= 'pl'; // Current patch level.
77
$v['code_name']= 'Revolution'; // Current codename.
88
$v['distro']= '@git@';
99
$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']}" : "");

0 commit comments

Comments
 (0)