File tree 3 files changed +10
-4
lines changed
3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 21
21
22
22
<!-- Set the project version -->
23
23
<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 " />
25
25
26
26
<!-- Set some common build properties -->
27
27
<property name =" build.dir" value =" ${ project.basedir } " />
Original file line number Diff line number Diff line change 2
2
This file shows the changes in recent releases of MODX. The most current release is usually the
3
3
development release, and is only shown to give an idea of what's currently in the pipeline.
4
4
5
- MODX Revolution 3.1.2-pl (TBD )
5
+ MODX Revolution 3.1.2-pl (April 2, 2025 )
6
6
====================================
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)
8
14
9
15
MODX Revolution 3.1.1-pl (February 18, 2025)
10
16
====================================
Original file line number Diff line number Diff line change 3
3
$ v ['version ' ]= '3 ' ; // Current version.
4
4
$ v ['major_version ' ]= '1 ' ; // Current major version.
5
5
$ v ['minor_version ' ]= '2 ' ; // Current minor version.
6
- $ v ['patch_level ' ]= 'dev ' ; // Current patch level.
6
+ $ v ['patch_level ' ]= 'pl ' ; // Current patch level.
7
7
$ v ['code_name ' ]= 'Revolution ' ; // Current codename.
8
8
$ v ['distro ' ]= '@git@ ' ;
9
9
$ 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 ' ]}" : "" );
You can’t perform that action at this time.
0 commit comments