From 43be3208bcb35cede75bbc470e079c31e84bf7ea Mon Sep 17 00:00:00 2001 From: Jared Novack Date: Mon, 7 Nov 2022 22:52:22 -0500 Subject: [PATCH] Update changelog and version numbers --- bin/timber.php | 2 +- lib/Timber.php | 2 +- readme.txt | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bin/timber.php b/bin/timber.php index 59be48a76..f685c81d4 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: Jared Novack + Upstatement -Version: 1.21.0 +Version: 1.22.0 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 bef7baff7..0472b9405 100644 --- a/lib/Timber.php +++ b/lib/Timber.php @@ -35,7 +35,7 @@ */ class Timber { - public static $version = '1.21.0'; + public static $version = '1.22.0'; public static $locations; public static $dirname = 'views'; public static $twig_cache = false; diff --git a/readme.txt b/readme.txt index 4c2a5077d..db4dd0453 100644 --- a/readme.txt +++ b/readme.txt @@ -1,8 +1,8 @@ === Timber === Contributors: jarednova Tags: template engine, templates, twig -Tested up to: 6.0.0 -Stable tag: 1.21.0 +Tested up to: 6.1 +Stable tag: 1.22.0 Requires PHP: 7.2.5 Requires at least: 5.3.0 License: GPLv2 or later