UPD depot 0.9.25
This commit is contained in:
10
.vscode/settings.json
vendored
Normal file
10
.vscode/settings.json
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"cSpell.words": [
|
||||
"JEXEC",
|
||||
"mysql",
|
||||
"schemapath",
|
||||
"scriptfile",
|
||||
"tmpl",
|
||||
"updateservers"
|
||||
]
|
||||
}
|
@ -1,13 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<extension type="component" method="upgrade">
|
||||
<name>Depot</name>
|
||||
<author>KW4NZ</author>
|
||||
<author>Tom KW4NZ</author>
|
||||
<creationDate>2024-10-21</creationDate>
|
||||
<copyright>(C) KW4NZ Thomas Kuschel</copyright>
|
||||
<license>GPL v2 +; see LICENSE.md</license>
|
||||
<authorEmail>thomas@kuschel.at</authorEmail>
|
||||
<authorUrl>https://kuschel.at</authorUrl>
|
||||
<version>0.9.24</version>
|
||||
<version>0.9.25</version>
|
||||
<description>COM_DEPOT_XML_DESCRIPTION</description>
|
||||
<namespace path="src/">KW4NZ\Component\Depot</namespace>
|
||||
<!-- Runs on install/uninstall/update since 2.5 -->
|
||||
@ -74,6 +74,6 @@
|
||||
</languages>
|
||||
</administration>
|
||||
<updateservers>
|
||||
<server type="extension" priority="1" name="KW4NZ's Joomla Updates">https://kuschel.at/update/extensions.xml</server>
|
||||
<server type="extension" priority="1" name="Depot Updates">https://kuschel.at/update/extensions.xml</server>
|
||||
</updateservers>
|
||||
</extension>
|
||||
|
@ -29,8 +29,8 @@ use Joomla\CMS\Installer\InstallerScriptInterface;
|
||||
use Joomla\CMS\Language\Text;
|
||||
|
||||
return new class() implements InstallerScriptInterface {
|
||||
private string $minimumJoomla = '5.1.4';
|
||||
private string $minimumPhp = '8.1.30';
|
||||
private string $minimumJoomla = '5.3.2';
|
||||
private string $minimumPhp = '8.4.10';
|
||||
|
||||
public function install(InstallerAdapter $adapter): bool
|
||||
{
|
||||
|
BIN
zip/depot.zip
(Stored with Git LFS)
BIN
zip/depot.zip
(Stored with Git LFS)
Binary file not shown.
@ -1 +1 @@
|
||||
e63c8b4203b6fdc69f51f3d963fa44231a5df2b5e1f2a2a230856a97d62a7e11f852c274c3b9ac7145cb45cf57e4c59b8906c016bcb339c75137c830df5eba35 zip/depot.zip
|
||||
21761ef4b60b95d27c5baf68f62a5910d19eb94ee2abe6280b7b46dfa85bede201dfba2c4d3c88090f421924d76421f8a8bd4e00196c061d3eaec02a95b8370c zip/depot.zip
|
||||
|
Reference in New Issue
Block a user