release 2.2.1
This commit is contained in:
parent
4d627c2dcb
commit
b9368264cd
3 changed files with 9 additions and 5 deletions
|
@ -1,3 +1,7 @@
|
|||
2.2.1 - 2023.05.13
|
||||
* require dotclear 2.26
|
||||
* cleanup for dc2.26 stable
|
||||
|
||||
2.2 - 2023.04.22
|
||||
* require dotclear 2.26
|
||||
* add plugin Uninstaller features
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
* @copyright Jean-Christian Denis
|
||||
* @copyright GPL-2.0 https://www.gnu.org/licenses/gpl-2.0.html
|
||||
*/
|
||||
if (!defined('DC_RC_PATH')) {
|
||||
if (!defined('DC_RC_PATH') || is_null(dcCore::app()->auth)) {
|
||||
return null;
|
||||
}
|
||||
|
||||
|
@ -18,11 +18,11 @@ $this->registerModule(
|
|||
'Style sheet',
|
||||
'Another CSS stylesheet for the active theme',
|
||||
'Osku and contributors',
|
||||
'2.2',
|
||||
'2.2.1',
|
||||
[
|
||||
'requires' => [['core', '2.26']],
|
||||
'permissions' => dcCore::app()->auth->makePermissions([
|
||||
dcAuth::PERMISSION_CONTENT_ADMIN,
|
||||
dcCore::app()->auth::PERMISSION_CONTENT_ADMIN,
|
||||
]),
|
||||
'type' => 'plugin',
|
||||
'support' => 'http://forum.dotclear.org/viewtopic.php?id=44908',
|
||||
|
|
|
@ -2,10 +2,10 @@
|
|||
<modules xmlns:da="http://dotaddict.org/da/">
|
||||
<module id="moreCSS">
|
||||
<name>Style sheet</name>
|
||||
<version>2.2</version>
|
||||
<version>2.2.1</version>
|
||||
<author>Osku and contributors</author>
|
||||
<desc>Another CSS stylesheet for the active theme</desc>
|
||||
<file>https://github.com/JcDenis/moreCSS/releases/download/v2.2/plugin-moreCSS.zip</file>
|
||||
<file>https://github.com/JcDenis/moreCSS/releases/download/v2.2.1/plugin-moreCSS.zip</file>
|
||||
<da:dcmin>2.26</da:dcmin>
|
||||
<da:details>https://plugins.dotaddict.org/dc2/details/moreCSS</da:details>
|
||||
<da:support>http://forum.dotclear.org/viewtopic.php?id=44908</da:support>
|
||||
|
|
Loading…
Reference in a new issue