Skip to content

Commit

Permalink
[imp] release v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
phproberto committed Sep 19, 2018
1 parent 07920bc commit 9d00649
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "joomla-twig",
"version": "1.4.0",
"version": "1.5.0",
"description": "Gulp build system for joomla-twig library",
"main": "gulpfile.js",
"directories": {
Expand Down
4 changes: 2 additions & 2 deletions extensions/libraries/twig/twig.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
<extension type="library" method="upgrade" version="3.6">
<name>Twig - Library</name>
<libraryname>twig</libraryname>
<creationDate>June 2018</creationDate>
<creationDate>September 2018</creationDate>
<author>Roberto Segura</author>
<authorEmail>[email protected]</authorEmail>
<authorUrl>www.phproberto.com</authorUrl>
<copyright>Copyright (C) 2017-2018 Roberto Segura López. All rights reserved.</copyright>
<license>GNU General Public License version 2 or later, see LICENSE.</license>
<version>1.4.0</version>
<version>1.5.0</version>
<description>Twig library</description>
<files>
<folder>form</folder>
Expand Down
4 changes: 2 additions & 2 deletions extensions/pkg_twig.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<extension type="package" version="3.8" method="upgrade">
<name>PKG_TWIG</name>
<creationDate>June 2018</creationDate>
<creationDate>September 2018</creationDate>
<author>Roberto Segura</author>
<authorEmail>[email protected]</authorEmail>
<authorUrl>www.phproberto.com</authorUrl>
Expand All @@ -10,7 +10,7 @@
<packager>Roberto Segura</packager>
<packagename>twig</packagename>
<packagerurl>http://www.phproberto.com</packagerurl>
<version>1.4.0</version>
<version>1.5.0</version>
<description>PKG_TWIG_XML_DESCRIPTION</description>
<scriptfile>install.php</scriptfile>

Expand Down
4 changes: 2 additions & 2 deletions extensions/plugins/twig/cache/cache.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<extension version="3.8" client="site" type="plugin" group="twig" method="upgrade">
<name>PLG_TWIG_CACHE</name>
<version>1.0.1</version>
<creationDate>June 2018</creationDate>
<version>1.1.0</version>
<creationDate>September 2018</creationDate>
<author>Roberto Segura</author>
<authorEmail>[email protected]</authorEmail>
<authorUrl>www.phproberto.com</authorUrl>
Expand Down
6 changes: 3 additions & 3 deletions updates/twig_update.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<description>Twig integration for Joomla!</description>
<element>pkg_twig</element>
<type>package</type>
<version>1.4.0</version>
<version>1.5.0</version>
<client>site</client>
<infourl title="Joomal Twig Extension Package">https://github.com/phproberto/joomla-twig/releases/tag/v1.4.0</infourl>
<infourl title="Joomal Twig Extension Package">https://github.com/phproberto/joomla-twig/releases/tag/v1.5.0</infourl>
<downloads>
<downloadurl type="full" format="zip">https://github.com/phproberto/joomla-twig/releases/download/v1.4.0/joomla-twig-v1.4.0.zip</downloadurl>
<downloadurl type="full" format="zip">https://github.com/phproberto/joomla-twig/releases/download/v1.5.0/joomla-twig-v1.5.0.zip</downloadurl>
</downloads>
<targetplatform name="joomla" version="3.[89]|4.[0]" />
</update>
Expand Down

0 comments on commit 9d00649

Please sign in to comment.