Skip to content

Commit aac70b4

Browse files
committed
prepare release HttpHeader 1.0.17
1 parent d9e71e2 commit aac70b4

3 files changed

Lines changed: 11 additions & 10 deletions

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ In this Plugin you can disable the settings that cause double entries. Also chec
3131

3232
### Initial setup the plugin
3333

34-
- [Download the latest version of the plugin](https://github.com/zero-24/plg_system_httpheader/releases/latest)
34+
- [Download the latest version of the plugin](https://github.com/zero-24/plg_system_httpheader/releases/latest)
3535
- Install the plugin using `Upload & Install`
3636
- Enable the plugin `System - HttpHeader` form the plugin manager
3737

@@ -125,6 +125,7 @@ This plugin can also been found in the Joomla! Extensions Directory: [HTTPHeader
125125

126126
## Release steps
127127

128+
- Update the version within the XMLs
128129
- `build/build.sh`
129130
- `git commit -am 'prepare release HttpHeader 1.0.x'`
130131
- `git tag -s '1.0.x' -m 'HttpHeader 1.0.x'`

httpheader.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<author>Tobias Zulauf</author>
66
<copyright>(C) 2017 - 2021 Tobias Zulauf All rights reserved.</copyright>
77
<authorUrl>https://www.jah-tz.de</authorUrl>
8-
<version>1.0.16</version>
8+
<version>1.0.17</version>
99
<license>GNU/GPL Version 2 or later</license>
1010
<description>PLG_SYSTEM_HTTPHEADER_XML_DESCRIPTION</description>
1111
<scriptfile>script.php</scriptfile>

update.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
<?xml version="1.0" ?>
22
<updates>
33
<update>
4-
<name>HttpHeader 1.0.16</name>
4+
<name>HttpHeader 1.0.17</name>
55
<description>HttpHeader Plugin</description>
66
<element>httpheader</element>
77
<type>plugin</type>
88
<folder>system</folder>
99
<client>site</client>
10-
<version>1.0.16</version>
10+
<version>1.0.17</version>
1111
<infourl title="HttpHeader Plugin">https://github.com/zero-24/plg_system_httpheader</infourl>
1212
<downloads>
13-
<downloadurl type="full" format="zip">https://github.com/zero-24/plg_system_httpheader/releases/download/1.0.16/plg_system_httpheader.zip</downloadurl>
13+
<downloadurl type="full" format="zip">https://github.com/zero-24/plg_system_httpheader/releases/download/1.0.17/plg_system_httpheader.zip</downloadurl>
1414
</downloads>
15-
<sha512>b599eedfdf66b210ecd2a6d76100759e57dbf3722d1306919b8367ec160c4d3ea16220098c296f81b663f6bad8d565b6f66a3879bdd8dbbfac6012242f047249</sha512>
15+
<sha512>a73f72995351caac8ff8f02f8d5bb3eae964a52dc376efc4d5d01813e884a714320dea10e52a6333c8d19ac74cba220f4b73255ccf550d4187c3b32166a707ca</sha512>
1616
<tags>
1717
<tag>stable</tag>
1818
</tags>
@@ -22,18 +22,18 @@
2222
<targetplatform name="joomla" version="3.([89]|10)"/>
2323
</update>
2424
<update>
25-
<name>HttpHeader 1.0.16</name>
25+
<name>HttpHeader 1.0.17</name>
2626
<description>HttpHeader Plugin</description>
2727
<element>httpheader</element>
2828
<type>plugin</type>
2929
<folder>system</folder>
3030
<client>site</client>
31-
<version>1.0.16</version>
31+
<version>1.0.17</version>
3232
<infourl title="HttpHeader Plugin">https://github.com/zero-24/plg_system_httpheader</infourl>
3333
<downloads>
34-
<downloadurl type="full" format="zip">https://github.com/zero-24/plg_system_httpheader/releases/download/1.0.16/plg_system_httpheader.zip</downloadurl>
34+
<downloadurl type="full" format="zip">https://github.com/zero-24/plg_system_httpheader/releases/download/1.0.17/plg_system_httpheader.zip</downloadurl>
3535
</downloads>
36-
<sha512>b599eedfdf66b210ecd2a6d76100759e57dbf3722d1306919b8367ec160c4d3ea16220098c296f81b663f6bad8d565b6f66a3879bdd8dbbfac6012242f047249</sha512>
36+
<sha512>a73f72995351caac8ff8f02f8d5bb3eae964a52dc376efc4d5d01813e884a714320dea10e52a6333c8d19ac74cba220f4b73255ccf550d4187c3b32166a707ca</sha512>
3737
<tags>
3838
<tag>stable</tag>
3939
</tags>

0 commit comments

Comments
 (0)