Skip to content

Commit

Permalink
Release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SharkyKZ committed Oct 5, 2021
1 parent b30d0a2 commit 1e8597e
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 2 deletions.
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.1.0</version>
<version>1.2.0</version>
<description>PLG_SYSTEM_REMOVEGENERATOR_XML_DESCRIPTION</description>
<files>
<filename plugin="removegenerator">removegenerator.php</filename>
Expand Down
16 changes: 15 additions & 1 deletion updates/changelog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,23 @@
<changelog>
<element>removegenerator</element>
<type>plugin</type>
<version>1.1.0</version>
<version>1.2.0</version>
<addition>
<item>Added an option to remove "X-Content-Encoded-By" header when GZip compression is enabled</item>
</addition>
</changelog>
<changelog>
<element>removegenerator</element>
<type>plugin</type>
<version>1.2.0</version>
<fix>
<item>Fixed configuration field layout on Joomla &lt;3.10</item>
</fix>
<change>
<item>Reduced PHP requirement from 7.1 to 5.3.10</item>
</change>
<addition>
<item>Added install script with PHP and Joomla! version checks</item>
</addition>
</changelog>
</changelogs>
20 changes: 20 additions & 0 deletions updates/updates.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<maintainer>SharkyKZ</maintainer>
<maintainerurl>https://github.com/SharkyKZ/plg_system_removegenerator</maintainerurl>
<targetplatform name="joomla" version="(4|3\.([89]|10))" />
<php_minimum>7.1</php_minimum>
</update>
<update>
<name>System - Remove Generator</name>
Expand All @@ -32,5 +33,24 @@
<maintainer>SharkyKZ</maintainer>
<maintainerurl>https://github.com/SharkyKZ/plg_system_removegenerator</maintainerurl>
<targetplatform name="joomla" version="(4|3\.([89]|10))" />
<php_minimum>7.1</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>
<changelogurl>https://raw.githubusercontent.com/SharkyKZ/plg_system_removegenerator/master/updates/changelog.xml</changelogurl>
<version>1.2.0</version>
<infourl title="System - Remove Generator">https://github.com/SharkyKZ/plg_system_removegenerator/releases/tag/1.2.0</infourl>
<downloads>
<downloadurl type="full" format="zip">https://github.com/SharkyKZ/plg_system_removegenerator/releases/download/1.2.0/plg_system_removegenerator-1.2.0.zip</downloadurl>
</downloads>
<maintainer>SharkyKZ</maintainer>
<maintainerurl>https://github.com/SharkyKZ/plg_system_removegenerator</maintainerurl>
<targetplatform name="joomla" version="(4|3\.([89]|10))" />
<php_minimum>5.3.10</php_minimum>
</update>
</updates>

0 comments on commit 1e8597e

Please sign in to comment.