Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
matdave committed Feb 21, 2022
1 parent 9728573 commit b7fe619
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _build/gpm.json
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"namespace": "Collections",
"description": "Hides resources under this container in tree. Adding grid int o the update resource panel.",
"author": "John Peca",
"version": "4.0.0-alpha2",
"version": "4.0.0-beta1",
"menus": [
{
"text": "collections.menu.collection_templates",
Expand Down
2 changes: 1 addition & 1 deletion _build/gpm_scripts/gpm.script.sync_tables.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ function alterTable($modx, $table)
}
}

if ($object->xpdo) {
if ($transport->xpdo) {
switch ($options[xPDOTransport::PACKAGE_ACTION]) {
case xPDOTransport::ACTION_UPGRADE:
$modx =& $transport->xpdo;
Expand Down

0 comments on commit b7fe619

Please sign in to comment.