Skip to content

Commit

Permalink
Prep release of 3.1.2-pl
Browse files Browse the repository at this point in the history
  • Loading branch information
muzzwood committed Aug 16, 2024
1 parent f9b002e commit 3de23f4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions _build/resolvers/setupoptions.resolver.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ function createInitialDelta(VersionX $versionX, string $class, Type $type, strin
{
global $modx;

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

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

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

if (is_int($count / 25)) {
Expand Down
Binary file added _packages/versionx-3.1.1-pl.transport.zip
Binary file not shown.
Binary file added _packages/versionx-3.1.2-pl.transport.zip
Binary file not shown.
4 changes: 2 additions & 2 deletions core/components/versionx/docs/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
VersionX 3.1.2-pl
-----------------
Released on 2024-
Released on 2024-08-16

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

VersionX 3.1.1-pl
-----------------
Expand Down

0 comments on commit 3de23f4

Please sign in to comment.