diff --git a/RoboFile.php b/RoboFile.php index 70a9111..26c08f7 100644 --- a/RoboFile.php +++ b/RoboFile.php @@ -36,7 +36,7 @@ private function createModArchive() $zip->addGlob('*.xml'); $zip->addGlob('*.txt'); $zip->addGlob('languages/*.xml'); - $zip->addGlob('upgrades/*.xml'); + $zip->addGlob('upgrades/*.*'); $zip->deleteName('RoboFile.php'); //self $zip->close(); $this->say("Created zip $filename"); diff --git a/package-info.xml b/package-info.xml index 3a15541..4f87551 100644 --- a/package-info.xml +++ b/package-info.xml @@ -61,8 +61,8 @@ - Removed unnecessary template patches Mod main file - add_integration_function('integrate_load_theme', 'cleantalk_load'); upgrades/1.40.xml + upgrades/1.40.php Please stand by while you are being redirected to this mod configuration settings. diff --git a/upgrades/1.40.php b/upgrades/1.40.php new file mode 100644 index 0000000..16b5160 --- /dev/null +++ b/upgrades/1.40.php @@ -0,0 +1,5 @@ +