release 2023.03.25
parent
ee33fcb00e
commit
11e998a513
|
@ -1,3 +1,8 @@
|
||||||
|
2023.03.25
|
||||||
|
- require dotclea r2.26
|
||||||
|
- require php 8.1
|
||||||
|
- use namespace
|
||||||
|
|
||||||
2022.12.22
|
2022.12.22
|
||||||
- add wtfpl license
|
- add wtfpl license
|
||||||
- use SVG icon
|
- use SVG icon
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
[![Release](https://img.shields.io/github/v/release/JcDenis/licenseBootstrap)](https://github.com/JcDenis/licenseBootstrap/releases)
|
[![Release](https://img.shields.io/github/v/release/JcDenis/licenseBootstrap)](https://github.com/JcDenis/licenseBootstrap/releases)
|
||||||
[![Date](https://img.shields.io/github/release-date/JcDenis/licenseBootstrap)](https://github.com/JcDenis/licenseBootstrap/releases)
|
[![Date](https://img.shields.io/github/release-date/JcDenis/licenseBootstrap)](https://github.com/JcDenis/licenseBootstrap/releases)
|
||||||
[![Issues](https://img.shields.io/github/issues/JcDenis/licenseBootstrap)](https://github.com/JcDenis/licenseBootstrap/issues)
|
[![Issues](https://img.shields.io/github/issues/JcDenis/licenseBootstrap)](https://github.com/JcDenis/licenseBootstrap/issues)
|
||||||
[![Dotclear](https://img.shields.io/badge/dotclear-v2.24-blue.svg)](https://fr.dotclear.org/download)
|
[![Dotclear](https://img.shields.io/badge/dotclear-v2.26-blue.svg)](https://fr.dotclear.org/download)
|
||||||
[![Dotaddict](https://img.shields.io/badge/dotaddict-official-green.svg)](https://plugins.dotaddict.org/dc2/details/licenseBootstrap)
|
[![Dotaddict](https://img.shields.io/badge/dotaddict-official-green.svg)](https://plugins.dotaddict.org/dc2/details/licenseBootstrap)
|
||||||
[![License](https://img.shields.io/github/license/JcDenis/licenseBootstrap)](https://github.com/JcDenis/licenseBootstrap/blob/master/LICENSE)
|
[![License](https://img.shields.io/github/license/JcDenis/licenseBootstrap)](https://github.com/JcDenis/licenseBootstrap/blob/master/LICENSE)
|
||||||
|
|
||||||
|
@ -20,7 +20,8 @@ themes and plugins from Dotclear administration pages.
|
||||||
licenseBootstrap requires:
|
licenseBootstrap requires:
|
||||||
|
|
||||||
* Super administrator permissions
|
* Super administrator permissions
|
||||||
* Dotclear 2.24
|
* Dotclear 2.26
|
||||||
|
* Php >= 8.1
|
||||||
|
|
||||||
## USAGE
|
## USAGE
|
||||||
|
|
||||||
|
@ -33,6 +34,10 @@ go to ''configure plugin'', fill in form.
|
||||||
Once it's done you can manage your modules license from menu
|
Once it's done you can manage your modules license from menu
|
||||||
''License bootstrap'' on sidebar or you can add dashboard icon.
|
''License bootstrap'' on sidebar or you can add dashboard icon.
|
||||||
|
|
||||||
|
By default, licenseBootstrap uses old style code blocs,
|
||||||
|
if you want a modern style you should use a more recent plugin
|
||||||
|
like the one called ''improve''.
|
||||||
|
|
||||||
## LINKS
|
## LINKS
|
||||||
|
|
||||||
* License : [GNU GPL v2](https://www.gnu.org/licenses/old-licenses/lgpl-2.0.html)
|
* License : [GNU GPL v2](https://www.gnu.org/licenses/old-licenses/lgpl-2.0.html)
|
||||||
|
|
|
@ -18,9 +18,9 @@ $this->registerModule(
|
||||||
'License bootstrap',
|
'License bootstrap',
|
||||||
'Add license to your plugins and themes',
|
'Add license to your plugins and themes',
|
||||||
'Jean-Christian Denis',
|
'Jean-Christian Denis',
|
||||||
'2022.12.22',
|
'2023.03.25',
|
||||||
[
|
[
|
||||||
'requires' => [['core', '2.24']],
|
'requires' => [['core', '2.26']],
|
||||||
'permissions' => null,
|
'permissions' => null,
|
||||||
'type' => 'plugin',
|
'type' => 'plugin',
|
||||||
'support' => 'https://github.com/JcDenis/' . basename(__DIR__),
|
'support' => 'https://github.com/JcDenis/' . basename(__DIR__),
|
||||||
|
|
|
@ -2,11 +2,11 @@
|
||||||
<modules xmlns:da="http://dotaddict.org/da/">
|
<modules xmlns:da="http://dotaddict.org/da/">
|
||||||
<module id="licenseBootstrap">
|
<module id="licenseBootstrap">
|
||||||
<name>License bootstrap</name>
|
<name>License bootstrap</name>
|
||||||
<version>2022.12.22</version>
|
<version>2023.03.25</version>
|
||||||
<author>Jean-Christian Denis</author>
|
<author>Jean-Christian Denis</author>
|
||||||
<desc>Add license to your plugins and themes</desc>
|
<desc>Add license to your plugins and themes</desc>
|
||||||
<file>https://github.com/JcDenis/licenseBootstrap/releases/download/v2022.12.22/plugin-licenseBootstrap.zip</file>
|
<file>https://github.com/JcDenis/licenseBootstrap/releases/download/v2023.03.25/plugin-licenseBootstrap.zip</file>
|
||||||
<da:dcmin>2.24</da:dcmin>
|
<da:dcmin>2.26</da:dcmin>
|
||||||
<da:details>https://plugins.dotaddict.org/dc2/details/licenseBootstrap</da:details>
|
<da:details>https://plugins.dotaddict.org/dc2/details/licenseBootstrap</da:details>
|
||||||
<da:support>https://github.com/JcDenis/licenseBootstrap</da:support>
|
<da:support>https://github.com/JcDenis/licenseBootstrap</da:support>
|
||||||
</module>
|
</module>
|
||||||
|
|
Loading…
Reference in New Issue