From f5defda9fc620cdc05120adef8274a557dfc55a1 Mon Sep 17 00:00:00 2001 From: Jared Novack Date: Sat, 31 May 2025 15:54:36 -0400 Subject: [PATCH] V1.23.4 (#3111) * Update changelog and version * Update to new version number * Update WP build Script * Update version numbers and changelog --- bin/deploy-to-wp-org.sh | 2 +- bin/timber.php | 2 +- lib/Timber.php | 2 +- readme.txt | 5 ++++- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/bin/deploy-to-wp-org.sh b/bin/deploy-to-wp-org.sh index 17d7df46d..8391b97e4 100755 --- a/bin/deploy-to-wp-org.sh +++ b/bin/deploy-to-wp-org.sh @@ -14,7 +14,7 @@ function deploy () { composer install --no-dev --optimize-autoloader # Install the lowest compatible version of Twig. - composer update twig/twig:1.44.7 --no-dev + composer update twig/twig:1.44.8 --no-dev rm -rf ~/Sites/timber/vendor/upstatement/routes/.git cd ~/Sites/timber-wp diff --git a/bin/timber.php b/bin/timber.php index 653954fcf..7f0598a9d 100644 --- a/bin/timber.php +++ b/bin/timber.php @@ -4,7 +4,7 @@ Description: The WordPress Timber Library allows you to write themes using the power of Twig templates. Plugin URI: https://upstatement.com/timber Author: Timber Team & Contributors -Version: 1.23.3 +Version: 1.23.4 Author URI: http://upstatement.com/ Requires PHP: 7.2.5 Requires at least: 5.3.0 diff --git a/lib/Timber.php b/lib/Timber.php index 9d9ec1e9e..1f5c987f8 100644 --- a/lib/Timber.php +++ b/lib/Timber.php @@ -35,7 +35,7 @@ */ class Timber { - public static $version = '1.23.3'; + public static $version = '1.23.4'; public static $locations; public static $dirname = 'views'; public static $twig_cache = false; diff --git a/readme.txt b/readme.txt index 47430d767..120aedd6a 100644 --- a/readme.txt +++ b/readme.txt @@ -2,7 +2,7 @@ Contributors: jarednova Tags: template engine, templates, twig Tested up to: 6.8.1 -Stable tag: 1.23.3 +Stable tag: 1.23.4 Requires PHP: 7.2.5 Requires at least: 5.3.0 License: GPLv2 or later @@ -41,6 +41,9 @@ _Twig is the template language powering Timber; if you need a little background == Changelog == += 1.23.4 = +* Correct issues with faulty build script in order to implement security fix for 1.23.3 + = 1.23.3 = * Fix security vulnerabilities in Twig. See GHSA-6j75-5wfj-gh66. This updates the minimum required Twig version for the plugin version of Timber to ^1.44.8 to fix the issue.