diff --git a/CHANGELOG.md b/CHANGELOG.md index 03bab08..78ca7de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,17 +1,29 @@ -0.3.1 - 2003.03.19 -- fix init check -- fix missing closing div -- fix tab methods names +checkStoreVersion 0.4 - 2023.08.06 +=========================================================== +* Require Dotclear 2.25 +* Require PHP 7.4+ +* Check versions > 2.26.1 +* Move third party repository +* Use Dotclear style for changelog -0.3 - 2023.03.11 -- required Dotclear 2.25, up to 2.25.3 -- use php namespace -- fix translation +checkStoreVersion 0.3.1 - 2003.03.19 +=========================================================== +* fix init check +* fix missing closing div +* fix tab methods names -0.2 - 2022.12.03 -- Fix direct link to repository (thanks @Gvx- ) -- Add Dotclear maximum version compatibility (thanks @Gvx- ) +checkStoreVersion 0.3 - 2023.03.11 +=========================================================== +* required Dotclear 2.25, up to 2.25.3 +* use php namespace +* fix translation -0.1.1 - 2022.12.03 -- Required Dotclear 2.19, up to 2.23.1 -- First release \ No newline at end of file +checkStoreVersion 0.2 - 2022.12.03 +=========================================================== +* Fix direct link to repository (thanks @Gvx- ) +* Add Dotclear maximum version compatibility (thanks @Gvx- ) + +checkStoreVersion 0.1.1 - 2022.12.03 +=========================================================== +* Required Dotclear 2.19, up to 2.23.1 +* First release diff --git a/README.md b/README.md index e8dd339..a04ffff 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,15 @@ # README -[![Release](https://img.shields.io/github/v/release/JcDenis/checkStoreVersion)](https://github.com/JcDenis/checkStoreVersion/releases) -[![Date](https://img.shields.io/github/release-date/JcDenis/checkStoreVersion)](https://github.com/JcDenis/checkStoreVersion/releases) -[![Issues](https://img.shields.io/github/issues/JcDenis/checkStoreVersion)](https://github.com/JcDenis/checkStoreVersion/issues) +[![Release](https://img.shields.io/github/v/release/JcDenis/checkStoreVersion)](https://git.dotclear.watch/JcDenis/checkStoreVersion/releases) +[![Date](https://img.shields.io/github/release-date/JcDenis/checkStoreVersion)](https://git.dotclear.watch/JcDenis/checkStoreVersion/releases) +[![Issues](https://img.shields.io/github/issues/JcDenis/checkStoreVersion)](https://git.dotclear.watch/JcDenis/checkStoreVersion/issues) [![Dotclear](https://img.shields.io/badge/dotclear-v2.25-blue.svg)](https://fr.dotclear.org/download) [![Dotaddict](https://img.shields.io/badge/dotaddict-official-green.svg)](https://plugins.dotaddict.org/dc2/details/checkStoreVersion) -[![License](https://img.shields.io/github/license/JcDenis/checkStoreVersion)](https://github.com/JcDenis/checkStoreVersion/blob/master/LICENSE) +[![License](https://img.shields.io/github/license/JcDenis/checkStoreVersion)](https://git.dotclear.watch/JcDenis/checkStoreVersion/blob/master/LICENSE) ## WHAT IS CHECKSTOREVERSION ? -_CheckStoreVersion_ is a plugin for the open-source +_checkStoreVersion_ is a plugin for the open-source web publishing software called Dotclear. This plugin check official or third-party repositories of installed plugins or themes @@ -17,14 +17,17 @@ This plugin check official or third-party repositories of installed plugins or t ## REQUIREMENTS - _CheckStoreVersion_ requires: + _checkStoreVersion_ requires: - * superadmin permissions - * Dotclear 2.25 + * superadmin permissions + * Dotclear 2.25 to 2.26.1 + * PHP 7.4+ + +Current release check plugins and themes Dotclear minimum versions > 2.26.1. ## USAGE -First install _CheckStoreVersion_, manualy from a zip package or from +First install _checkStoreVersion_, manualy from a zip package or from Dotaddict repository. (See Dotclear's documentation to know how do this) Check installed plugins or themes from tab "store version" on plugins/themes page. @@ -32,8 +35,8 @@ Check installed plugins or themes from tab "store version" on plugins/themes pag ## LINKS * License : [GNU GPL v2](https://www.gnu.org/licenses/old-licenses/lgpl-2.0.html) - * Source & contribution : [GitHub Page](https://github.com/JcDenis/checkStoreVersion) - * Packages & details : [Dotaddict Page](https://plugins.dotaddict.org/dc2/details/checkStoreVersion) + * Source & contribution : [Gitea Page](https://git.dotclear.watch/JcDenis/checkStoreVersion) or [GitHub Page](https://github.com/JcDenis/checkStoreVersion) + * Packages & details : [Gitea Page](https://git.dotclear.watch/JcDenis/checkStoreVersion/releases) or [Dotaddict Page](https://plugins.dotaddict.org/dc2/details/checkStoreVersion) ## CONTRIBUTORS diff --git a/_define.php b/_define.php index a6e9663..eca286a 100644 --- a/_define.php +++ b/_define.php @@ -18,13 +18,13 @@ $this->registerModule( 'Check store version', 'Check plugins and themes available version before update', 'Jean-Christian Denis and Contributors', - '0.3.1', + '0.4', [ 'requires' => [['core', '2.25']], 'permissions' => null, 'type' => 'plugin', - 'support' => 'https://github.com/JcDenis/checkStoreVersion', - 'details' => 'https://plugins.dotaddict.org/dc2/details/checkStoreVersion', - 'repository' => 'https://raw.githubusercontent.com/JcDenis/checkStoreVersion/master/dcstore.xml', + 'support' => 'https://git.dotclear.watch/JcDenis/' . basename(__DIR__) . '/issues', + 'details' => 'https://git.dotclear.watch/JcDenis/' . basename(__DIR__) . '/src/branch/master/README.md', + 'repository' => 'https://git.dotclear.watch/JcDenis/' . basename(__DIR__) . '/raw/branch/master/dcstore.xml', ] ); diff --git a/dcstore.xml b/dcstore.xml index 1ecbdad..55e503b 100644 --- a/dcstore.xml +++ b/dcstore.xml @@ -2,12 +2,12 @@ Check store version - 0.3.1 + 0.4 Jean-Christian Denis and Contributors Check plugins and themes available version before update - https://github.com/JcDenis/checkStoreVersion/releases/download/v0.3.1/plugin-checkStoreVersion.zip + https://gitea.dotclear.watch/JcDenis/checkStoreVersion/releases/download/v0.4/plugin-checkStoreVersion.zip 2.25 - https://plugins.dotaddict.org/dc2/details/checkStoreVersion - https://github.com/JcDenis/checkStoreVersion + https://git.dotclear.watch/JcDenis/checkStoreVersion/src/branch/master/README.md + https://git.dotclear.watch/JcDenis/checkStoreVersion/issues diff --git a/src/My.php b/src/My.php index 2ccfafd..49fd75c 100644 --- a/src/My.php +++ b/src/My.php @@ -16,5 +16,5 @@ namespace Dotclear\Plugin\checkStoreVersion; class My { - public const DC_MAX = '2.26'; + public const DC_MAX = '2.26.1'; }