From 5dba5ee0865736171c7173001c1992bfcedece37 Mon Sep 17 00:00:00 2001 From: Roberto Segura - phproberto Date: Fri, 11 May 2018 05:59:45 +0200 Subject: [PATCH] [imp] release v1.0.3 --- build/package.json | 2 +- extensions/install.php | 4 ++-- extensions/libraries/twig/src/Environment.php | 2 +- extensions/libraries/twig/twig.xml | 2 +- extensions/pkg_twig.xml | 2 +- sonar-project.properties | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/build/package.json b/build/package.json index 9671a5f..543c961 100644 --- a/build/package.json +++ b/build/package.json @@ -1,6 +1,6 @@ { "name": "joomla-twig", - "version": "1.0.2", + "version": "1.0.3", "description": "Gulp build system for joomla-twig library", "main": "gulpfile.js", "directories": { diff --git a/extensions/install.php b/extensions/install.php index eee0c66..37f75d6 100644 --- a/extensions/install.php +++ b/extensions/install.php @@ -22,7 +22,7 @@ class Pkg_TwigInstallerScript * Minimum PHP version required. * * @const - * @since __DEPLOY_VERSION__ + * @since 1.0.3 */ const REQUIRED_PHP_VERSION = '7.0.0'; @@ -150,7 +150,7 @@ public function postflight($type, $parent) * * @return void * - * @since __DEPLOY_VERSION__ + * @since 1.0.3 */ public function preflight($type, $parent) { diff --git a/extensions/libraries/twig/src/Environment.php b/extensions/libraries/twig/src/Environment.php index 19f175e..766d112 100644 --- a/extensions/libraries/twig/src/Environment.php +++ b/extensions/libraries/twig/src/Environment.php @@ -35,7 +35,7 @@ final class Environment extends BaseEnvironment * Plugins connected to the events triggered by this class. * * @var array - * @since __DEPLOY_VERSION__ + * @since 1.0.3 */ private $importablePluginTypes = ['twig']; diff --git a/extensions/libraries/twig/twig.xml b/extensions/libraries/twig/twig.xml index 5afc5cc..d781119 100644 --- a/extensions/libraries/twig/twig.xml +++ b/extensions/libraries/twig/twig.xml @@ -8,7 +8,7 @@ www.phproberto.com Copyright (C) 2017 Roberto Segura López. All rights reserved. GNU General Public License version 2 or later, see LICENSE. - 1.0.2 + 1.0.3 Twig library form diff --git a/extensions/pkg_twig.xml b/extensions/pkg_twig.xml index 4cc1bcc..e3cf98f 100644 --- a/extensions/pkg_twig.xml +++ b/extensions/pkg_twig.xml @@ -10,7 +10,7 @@ Roberto Segura twig http://www.phproberto.com - 1.0.2 + 1.0.3 PKG_TWIG_XML_DESCRIPTION install.php diff --git a/sonar-project.properties b/sonar-project.properties index 938d999..29e6d46 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -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.0.2 +sonar.projectVersion=1.0.3 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows. # This property is optional if sonar.modules is set.