diff options
author | Remi Collet <remi@remirepo.net> | 2019-03-12 16:09:19 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-03-12 16:09:19 +0100 |
commit | 11873f69d2fb68c9dec602b4dc1f48558b0eb5d6 (patch) | |
tree | 1a99b3ae49df7544711a20fd4262735d18941f86 | |
parent | 292343c7f53458af2a3c421274ec74db4cc1acca (diff) |
v1.38.0
-rw-r--r-- | PHPINFO | 2 | ||||
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | composer.json | 5 | ||||
-rw-r--r-- | php-twig.spec | 7 |
4 files changed, 8 insertions, 8 deletions
@@ -1,4 +1,4 @@ twig -Version => 1.37.1 +Version => 1.38.0 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #81 twig version 1.37.1 ] { +Extension [ <persistent> extension #81 twig version 1.38.0 ] { - Functions { Function [ <internal:twig> function twig_template_get_attributes ] { diff --git a/composer.json b/composer.json index 4db7e34..7eae2f0 100644 --- a/composer.json +++ b/composer.json @@ -23,9 +23,6 @@ "role": "Project Founder" } ], - "support": { - "forum": "https://groups.google.com/forum/#!forum/twig-users" - }, "require": { "php": ">=5.4.0", "symfony/polyfill-ctype": "^1.8" @@ -45,7 +42,7 @@ }, "extra": { "branch-alias": { - "dev-master": "1.37-dev" + "dev-master": "1.38-dev" } } } diff --git a/php-twig.spec b/php-twig.spec index df2a0ce..4a3209e 100644 --- a/php-twig.spec +++ b/php-twig.spec @@ -30,8 +30,8 @@ %global github_owner twigphp %global github_name Twig -%global github_version 1.37.1 -%global github_commit 66be9366c76cbf23e82e7171d47cbfa54a057a62 +%global github_version 1.38.0 +%global github_commit 754b8dfc0026585eb8498ec4bf5ff240b6b34db7 %global github_short %(c=%{github_commit}; echo ${c:0:7}) %if "%{php_version}" < "7" @@ -353,6 +353,9 @@ exit $ret %changelog +* Tue Mar 12 2019 Remi Collet <remi@remirepo.net> - 1.38.0-1 +- update to 1.38.0 + * Mon Jan 14 2019 Remi Collet <remi@remirepo.net> - 1.37.1-1 - update to 1.37.1 - bump dependency on PHP 5.4 |