File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed
core/components/versionx/docs Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 1111 /* define version */
1212 define ('PKG_NAME ' , 'VersionX ' );
1313 define ('PKG_NAMESPACE ' , 'versionx ' );
14- define ('PKG_VERSION ' , '3.2.0 ' );
14+ define ('PKG_VERSION ' , '3.2.1 ' );
1515 define ('PKG_RELEASE ' , 'pl ' );
1616
1717 /* load modx */
Original file line number Diff line number Diff line change 1- VersionX 3.2.0 -pl
1+ VersionX 3.2.1 -pl
22-----------------
33Released on 2025-04-11
44
5+ - Update migration script to use json_encode instead of serialize to match changes to vxDeltaField in the last release. [#145]
6+
7+ VersionX 3.2.0-pl
8+ -----------------
9+ Released on 2025-03-14
10+
511- Add MagicPreview (v1.5.1+) integration to enable previews of resource deltas before reverting. [#142]
612- Optimize editor filter query for large data sets. (@matdave) [#143]
7- - Update migration script to use json_encode instead of serialize to match changes to vxDeltaField in the last release. [#145]
813
914VersionX 3.1.3-pl
1015-----------------
Original file line number Diff line number Diff line change 11<?php
22
3- const VERSIONX_VERSION = '3.2.0 ' ;
3+ const VERSIONX_VERSION = '3.2.1 ' ;
44const VERSIONX_RELEASE = 'pl ' ;
55const VERSIONX_FULLVERSION = VERSIONX_VERSION . '- ' . VERSIONX_RELEASE ;
You can’t perform that action at this time.
0 commit comments