release 2023.05.13
This commit is contained in:
parent
fb3c3a5ccf
commit
bcf4a26cd1
@ -1,3 +1,9 @@
|
||||
2023.05.13
|
||||
- require dotclea r2.26
|
||||
- require php 8.1
|
||||
- use define php_min
|
||||
- fix dump() method
|
||||
|
||||
2023.04.22
|
||||
- require dotclea r2.26
|
||||
- require php 8.1
|
||||
|
@ -18,7 +18,7 @@ $this->registerModule(
|
||||
'License bootstrap',
|
||||
'Add license to your plugins and themes',
|
||||
'Jean-Christian Denis',
|
||||
'2023.04.22',
|
||||
'2023.05.13',
|
||||
[
|
||||
'requires' => [
|
||||
['php', '8.1'],
|
||||
|
@ -2,10 +2,10 @@
|
||||
<modules xmlns:da="http://dotaddict.org/da/">
|
||||
<module id="licenseBootstrap">
|
||||
<name>License bootstrap</name>
|
||||
<version>2023.04.22</version>
|
||||
<version>2023.05.13</version>
|
||||
<author>Jean-Christian Denis</author>
|
||||
<desc>Add license to your plugins and themes</desc>
|
||||
<file>https://github.com/JcDenis/licenseBootstrap/releases/download/v2023.04.22/plugin-licenseBootstrap.zip</file>
|
||||
<file>https://github.com/JcDenis/licenseBootstrap/releases/download/v2023.05.13/plugin-licenseBootstrap.zip</file>
|
||||
<da:dcmin>2.26</da:dcmin>
|
||||
<da:details>https://plugins.dotaddict.org/dc2/details/licenseBootstrap</da:details>
|
||||
<da:support>https://github.com/JcDenis/licenseBootstrap</da:support>
|
||||
|
@ -107,6 +107,6 @@ class Settings
|
||||
*/
|
||||
public function listSettings(): array
|
||||
{
|
||||
return array_diff_key(get_object_vars($this), ['settings'=>'']);
|
||||
return array_diff_key(get_object_vars($this), ['settings' => '']);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user