Skip to content

Commit 3de23f4

Browse files
committed
Prep release of 3.1.2-pl
1 parent f9b002e commit 3de23f4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

_build/resolvers/setupoptions.resolver.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ function createInitialDelta(VersionX $versionX, string $class, Type $type, strin
8282
{
8383
global $modx;
8484

85-
$modx->log(modX::LOG_LEVEL_INFO,"Iterating over {$name}s and creating initial snapshots..");
85+
$modx->log(modX::LOG_LEVEL_INFO,"Iterating over {$name}s and creating initial deltas..");
8686

8787
$count = 0;
8888
foreach ($modx->getIterator($class) as $object) {
@@ -99,7 +99,7 @@ function createInitialDelta(VersionX $versionX, string $class, Type $type, strin
9999
}
100100
}
101101

102-
// Add to count if either we didn't encounter an error
102+
// Add to count if a delta was created or one already exists
103103
$count++;
104104

105105
if (is_int($count / 25)) {
2.04 MB
Binary file not shown.
2.04 MB
Binary file not shown.

core/components/versionx/docs/changelog.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
VersionX 3.1.2-pl
22
-----------------
3-
Released on 2024-
3+
Released on 2024-08-16
44

5-
- Prevent initial delta being created by package resolver if created previously
5+
- Prevent initial delta being created by package resolver if already created by a previous install [#136]
66

77
VersionX 3.1.1-pl
88
-----------------

0 commit comments

Comments
 (0)