summaryrefslogtreecommitdiff
path: root/admin/upgrades/5.0.0.php
diff options
context:
space:
mode:
Diffstat (limited to 'admin/upgrades/5.0.0.php')
-rw-r--r--admin/upgrades/5.0.0.php13
1 files changed, 13 insertions, 0 deletions
diff --git a/admin/upgrades/5.0.0.php b/admin/upgrades/5.0.0.php
new file mode 100644
index 0000000..f1da745
--- /dev/null
+++ b/admin/upgrades/5.0.0.php
@@ -0,0 +1,13 @@
+<?php
+/**
+ */
+global $gBitInstaller;
+
+$infoHash = array(
+ 'package' => WIKI_PKG_NAME,
+ 'version' => str_replace( '.php', '', basename( __FILE__ )),
+ 'description' => "Fixed new format updates",
+ 'post_upgrade' => NULL,
+);
+
+