add dcstore feature
This commit is contained in:
parent
6bb51db969
commit
067586726d
@ -19,7 +19,7 @@ $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',
|
||||||
'2021.08.17.1',
|
'2021.09.10',
|
||||||
[
|
[
|
||||||
'requires' => [['core', '2.19']],
|
'requires' => [['core', '2.19']],
|
||||||
'permissions' => null,
|
'permissions' => null,
|
||||||
|
@ -1,10 +1,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>2021.08.17.1</version>
|
<version>2021.09.10</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/v2021.08.17.1/plugin-licenseBootstrap.zip</file>
|
<file>https://github.com/JcDenis/licenseBootstrap/releases/download/v2021.09.10/plugin-licenseBootstrap.zip</file>
|
||||||
|
<da:dcmin>2.19</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
Block a user