Skip to content

Commit

Permalink
[imp] release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
phproberto committed Jun 8, 2018
1 parent 3d6e66f commit 25e622b
Show file tree
Hide file tree
Showing 12 changed files with 31 additions and 18 deletions.
25 changes: 19 additions & 6 deletions build/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.1.0",
"version": "1.2.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/View/HtmlView.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
/**
* Base HTML view.
*
* @since __DEPLOY_VERSION__
* @since 1.2.0
*/
abstract class HtmlView extends BaseView
{
Expand Down
2 changes: 1 addition & 1 deletion extensions/libraries/twig/src/View/ItemView.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
/**
* Base item view.
*
* @since __DEPLOY_VERSION__
* @since 1.2.0
*/
abstract class ItemView extends HtmlView
{
Expand Down
2 changes: 1 addition & 1 deletion extensions/libraries/twig/src/View/ListView.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
/**
* Base list view.
*
* @since __DEPLOY_VERSION__
* @since 1.2.0
*/
abstract class ListView extends HtmlView
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
/**
* To easily connect Twig rendering to any view.
*
* @since __DEPLOY_VERSION__
* @since 1.2.0
*/
trait HasTwigRenderer
{
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>October 2018</creationDate>
<creationDate>June 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.1.0</version>
<version>1.2.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.1.0</version>
<version>1.2.0</version>
<description>PKG_TWIG_XML_DESCRIPTION</description>
<scriptfile>install.php</scriptfile>

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.1.0
sonar.projectVersion=1.2.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/Traits/HasParamsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
/**
* HasParams tests.
*
* @since __DEPLOY_VERSION__
* @since 1.2.0
*/
class HasParamsTest extends \TestCase
{
Expand Down
2 changes: 1 addition & 1 deletion tests/tests/View/HtmlViewTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
/**
* HtmlView tests.
*
* @since __DEPLOY_VERSION__
* @since 1.2.0
*/
class HtmlViewTest extends \TestCaseDatabase
{
Expand Down
2 changes: 1 addition & 1 deletion tests/tests/View/Traits/HasTwigRendererTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
/**
* HasTwigRenderer tests.
*
* @since __DEPLOY_VERSION__
* @since 1.2.0
*/
class HasTwigRendererTest extends \TestCaseDatabase
{
Expand Down

0 comments on commit 25e622b

Please sign in to comment.