Skip to content

Commit dbba7be

Browse files
committed
Prep for release of version 3.2.1-pl
1 parent 0c9c013 commit dbba7be

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

_build/build.transport.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
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 */

core/components/versionx/docs/changelog.txt

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
1-
VersionX 3.2.0-pl
1+
VersionX 3.2.1-pl
22
-----------------
33
Released 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

914
VersionX 3.1.3-pl
1015
-----------------
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
22

3-
const VERSIONX_VERSION = '3.2.0';
3+
const VERSIONX_VERSION = '3.2.1';
44
const VERSIONX_RELEASE = 'pl';
55
const VERSIONX_FULLVERSION = VERSIONX_VERSION . '-' . VERSIONX_RELEASE;

0 commit comments

Comments
 (0)