diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ad65ce..03bab08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +0.3.1 - 2003.03.19 +- fix init check +- fix missing closing div +- fix tab methods names + 0.3 - 2023.03.11 - required Dotclear 2.25, up to 2.25.3 - use php namespace diff --git a/_define.php b/_define.php index d0e4390..a6e9663 100644 --- a/_define.php +++ b/_define.php @@ -18,7 +18,7 @@ $this->registerModule( 'Check store version', 'Check plugins and themes available version before update', 'Jean-Christian Denis and Contributors', - '0.3', + '0.3.1', [ 'requires' => [['core', '2.25']], 'permissions' => null, diff --git a/dcstore.xml b/dcstore.xml index e55942e..1ecbdad 100644 --- a/dcstore.xml +++ b/dcstore.xml @@ -2,10 +2,10 @@ Check store version - 0.3 + 0.3.1 Jean-Christian Denis and Contributors Check plugins and themes available version before update - https://github.com/JcDenis/checkStoreVersion/releases/download/v0.3/plugin-checkStoreVersion.zip + https://github.com/JcDenis/checkStoreVersion/releases/download/v0.3.1/plugin-checkStoreVersion.zip 2.25 https://plugins.dotaddict.org/dc2/details/checkStoreVersion https://github.com/JcDenis/checkStoreVersion