From 11873f69d2fb68c9dec602b4dc1f48558b0eb5d6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 12 Mar 2019 16:09:19 +0100 Subject: v1.38.0 --- PHPINFO | 2 +- REFLECTION | 2 +- composer.json | 5 +---- php-twig.spec | 7 +++++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/PHPINFO b/PHPINFO index c6f0c39..e97a48a 100644 --- a/PHPINFO +++ b/PHPINFO @@ -1,4 +1,4 @@ twig -Version => 1.37.1 +Version => 1.38.0 diff --git a/REFLECTION b/REFLECTION index 30e7c2b..a5f7916 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #81 twig version 1.37.1 ] { +Extension [ extension #81 twig version 1.38.0 ] { - Functions { Function [ 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 - 1.38.0-1 +- update to 1.38.0 + * Mon Jan 14 2019 Remi Collet - 1.37.1-1 - update to 1.37.1 - bump dependency on PHP 5.4 -- cgit