Skip to content

Commit b7fe619

Browse files
committed
bump version
1 parent 9728573 commit b7fe619

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_build/gpm.json

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"namespace": "Collections",
55
"description": "Hides resources under this container in tree. Adding grid int o the update resource panel.",
66
"author": "John Peca",
7-
"version": "4.0.0-alpha2",
7+
"version": "4.0.0-beta1",
88
"menus": [
99
{
1010
"text": "collections.menu.collection_templates",

_build/gpm_scripts/gpm.script.sync_tables.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ function alterTable($modx, $table)
103103
}
104104
}
105105

106-
if ($object->xpdo) {
106+
if ($transport->xpdo) {
107107
switch ($options[xPDOTransport::PACKAGE_ACTION]) {
108108
case xPDOTransport::ACTION_UPGRADE:
109109
$modx =& $transport->xpdo;

0 commit comments

Comments
 (0)