Skip to content
This repository was archived by the owner on Jun 2, 2025. It is now read-only.

Commit 90c7204

Browse files
committed
Merge branch 'hotfix/release'
2 parents ec8e753 + 769c51d commit 90c7204

File tree

5 files changed

+26
-7
lines changed

5 files changed

+26
-7
lines changed

CHANGELOG.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ $ -> Language fix or change
1111
- -> Removed
1212
! -> Note
1313

14-
-------------------- 0.0.3 Release [XX-YYY-2017] ------------------
14+
-------------------- 0.0.3 Release [06-Jul-2017] ------------------
1515
# -> Fix incorrect backend purge url when using Language Domains plugin
1616
^ -> Move language files to own folders
1717
# -> Fix article url detection on save

packages/mod_bytevarnish/mod_bytevarnish.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
<extension version="3.3" type="module" method="upgrade" client="administrator">
33
<name>MOD_BYTEVARNISH</name>
44
<author>Perfect Web Team - Sander Potjer</author>
5-
<creationDate>November 2016</creationDate>
5+
<creationDate>2017-07-06</creationDate>
66
<copyright>Copyright (C) 2015-2017. All rights reserved.</copyright>
77
<license>GNU General Public License version 3 or later</license>
88
<authorEmail>hallo@perfectwebteam.nl</authorEmail>
99
<authorUrl>www.perfectwebteam.nl</authorUrl>
10-
<version>0.0.2</version>
10+
<version>0.0.3</version>
1111
<description>MOD_BYTEVARNISH_XML_DESCRIPTION</description>
1212
<scriptfile>script.php</scriptfile>
1313

packages/plg_system_bytevarnish/bytevarnish.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
<extension version="3.3" type="plugin" group="system" method="upgrade">
33
<name>PLG_SYSTEM_BYTEVARNISH</name>
44
<author>Perfect Web Team - Sander Potjer</author>
5-
<creationDate>November 2016</creationDate>
5+
<creationDate>2017-07-06</creationDate>
66
<copyright>Copyright (C) 2015-2017. All rights reserved.</copyright>
77
<license>GNU General Public License version 3 or later</license>
88
<authorEmail>hallo@perfectwebteam.nl</authorEmail>
99
<authorUrl>www.perfectwebteam.nl</authorUrl>
10-
<version>0.0.2</version>
10+
<version>0.0.3</version>
1111
<description>PLG_SYSTEM_BYTEVARNISH_XML_DESCRIPTION</description>
1212
<scriptfile>script.php</scriptfile>
1313

pkg_bytevarnish.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
<extension version="3.3" type="package" method="upgrade">
33
<name>Byte Varnish</name>
44
<author>Perfect Web Team - Sander Potjer</author>
5-
<creationDate>November 2016</creationDate>
5+
<creationDate>2017-07-06</creationDate>
66
<copyright>Copyright (C) 2015-2017. All rights reserved.</copyright>
77
<license>GNU General Public License version 3 or later</license>
88
<authorEmail>hallo@perfectwebteam.nl</authorEmail>
99
<authorUrl>www.perfectwebteam.nl</authorUrl>
10-
<version>0.0.2</version>
10+
<version>0.0.3</version>
1111
<packagename>bytevarnish</packagename>
1212
<description>Byte.nl Varnish Extensions</description>
1313

update.xml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<updates>
3+
<update>
4+
<name>Byte Varnish</name>
5+
<description>Byte.nl Varnish Extensions</description>
6+
<element>com_aclmanager</element>
7+
<type>package</type>
8+
<version>0.0.3</version>
9+
<infourl title="Byte Varnish">https://github.com/perfectwebteam/bytevarnish/releases</infourl>
10+
<downloads>
11+
<downloadurl type="full" format="zip">https://github.com/perfectwebteam/bytevarnish/releases/download/0.0.3/pkg_bytevarnish_v003.zip</downloadurl>
12+
</downloads>
13+
<tags>
14+
<tag>stables</tag>
15+
</tags>
16+
<maintainer>Perfect Web Team</maintainer>
17+
<maintainerurl>https://perfectwebteam.nl</maintainerurl>
18+
<section>Updates</section>
19+
<targetplatform name="joomla" version="3" />
20+
<client>site</client>
21+
</update>
322
<update>
423
<name>Byte Varnish</name>
524
<description>Byte.nl Varnish Extensions</description>

0 commit comments

Comments
 (0)