Skip to content

Commit

Permalink
[imp] release v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
phproberto committed Jun 15, 2018
1 parent 2f87d23 commit 2ac91e0
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 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.3.0",
"version": "1.4.0",
"description": "Gulp build system for joomla-twig library",
"main": "gulpfile.js",
"directories": {
Expand Down
2 changes: 1 addition & 1 deletion extensions/libraries/twig/src/Extension/JRegistry.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
/**
* Registry integration for Twig.
*
* @since 1.0.0
* @since 4.0.0
*/
final class JRegistry extends AbstractExtension
{
Expand Down
2 changes: 1 addition & 1 deletion extensions/libraries/twig/twig.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<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.3.0</version>
<version>1.4.0</version>
<description>Twig library</description>
<files>
<folder>form</folder>
Expand Down
2 changes: 1 addition & 1 deletion extensions/pkg_twig.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<packager>Roberto Segura</packager>
<packagename>twig</packagename>
<packagerurl>http://www.phproberto.com</packagerurl>
<version>1.3.0</version>
<version>1.4.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.0</version>
<creationDate>October 2017</creationDate>
<version>1.0.1</version>
<creationDate>June 2018</creationDate>
<author>Roberto Segura</author>
<authorEmail>[email protected]</authorEmail>
<authorUrl>www.phproberto.com</authorUrl>
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
sonar.projectKey=phproberto:joomla-twig
# this is the name and version displayed in the SonarQube UI. Was mandatory prior to SonarQube 6.1.
sonar.projectName=joomla-twig
sonar.projectVersion=1.3.0
sonar.projectVersion=1.4.0

# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
# This property is optional if sonar.modules is set.
Expand Down
2 changes: 1 addition & 1 deletion tests/tests/Extension/JRegistryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
/**
* JRegistry extension test.
*
* @since __DEPLOY_VERSION__
* @since 4.0.0
*/
class JRegistryTest extends \TestCase
{
Expand Down

0 comments on commit 2ac91e0

Please sign in to comment.