Skip to content

Commit

Permalink
Release 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SharkyKZ committed Oct 10, 2022
1 parent 5d8b809 commit a6dd757
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 1 deletion.
2 changes: 1 addition & 1 deletion code/plugins/system/removegenerator/removegenerator.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<creationDate>2021-08-24</creationDate>
<copyright>(C) 2021 SharkyKZ</copyright>
<license>GPL-2.0-or-later</license>
<version>1.4.0</version>
<version>1.4.1</version>
<description>PLG_SYSTEM_REMOVEGENERATOR_XML_DESCRIPTION</description>
<files>
<filename plugin="removegenerator">removegenerator.php</filename>
Expand Down
8 changes: 8 additions & 0 deletions updates/changelog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,12 @@
<item>Generator is now removed on error pages too (Joomla 4.0+)</item>
</addition>
</changelog>
<changelog>
<element>removegenerator</element>
<type>plugin</type>
<version>1.4.1</version>
<change>
<item>Declared PHP 8.2 support</item>
</change>
</changelog>
</changelogs>
21 changes: 21 additions & 0 deletions updates/updates.xml
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,25 @@
<targetplatform name="joomla" version="(4|3\.([89]|10))"/>
<php_minimum>5.4</php_minimum>
</update>
<update>
<name>System - Remove Generator</name>
<description>Plugin for removing generator tag.</description>
<element>removegenerator</element>
<type>plugin</type>
<folder>system</folder>
<client>site</client>
<maintainer>SharkyKZ</maintainer>
<maintainerurl>https://github.com/SharkyKZ/plg_system_removegenerator</maintainerurl>
<version>1.4.1</version>
<downloads>
<downloadurl type="full" format="zip">https://github.com/SharkyKZ/plg_system_removegenerator/releases/download/1.4.1/plg_system_removegenerator-1.4.1.zip</downloadurl>
</downloads>
<sha512>30e0899752c17c779846587d07b2a1434a4a5e902f0a2d45fcd227acb266e8b8417331fdb6b8326d146c278bb66084daa28cbf0c8c0c78c5422d6e7b6ea2559b</sha512>
<sha384>28a7abd0b47832324cbab7dcb3fe44f8303710f42ecf05ef28042f7ebc09bbf1fe68a6f337f3ff0e271372cbf9d39b30</sha384>
<sha256>df8cd322acbcfa28de8ccd534bb984ef042242041ac856897e2060b7a422fd95</sha256>
<infourl title="System - Remove Generator">https://github.com/SharkyKZ/plg_system_removegenerator/releases/tag/1.4.1</infourl>
<changelogurl>https://raw.githubusercontent.com/SharkyKZ/plg_system_removegenerator/master/updates/changelog.xml</changelogurl>
<targetplatform name="joomla" version="(4|3\.([89]|10))"/>
<php_minimum>5.4</php_minimum>
</update>
</updates>

0 comments on commit a6dd757

Please sign in to comment.