Skip to content

Commit

Permalink
Update of changelog and version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
jarednova committed Oct 20, 2023
1 parent 3343cb1 commit b988e51
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 8 deletions.
4 changes: 2 additions & 2 deletions bin/timber.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
Plugin Name: Timber
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.22.1
Author: Timber Team & Contributors
Version: 1.23.0
Author URI: http://upstatement.com/
Requires PHP: 7.2.5
Requires at least: 5.3.0
Expand Down
2 changes: 1 addition & 1 deletion lib/Timber.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
*/
class Timber {

public static $version = '1.22.1';
public static $version = '1.23.0';
public static $locations;
public static $dirname = 'views';
public static $twig_cache = false;
Expand Down
21 changes: 16 additions & 5 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
=== Timber ===
Contributors: jarednova
Tags: template engine, templates, twig
Tested up to: 6.1
Stable tag: 1.22.1
Tested up to: 6.3.2
Stable tag: 1.23.0
Requires PHP: 7.2.5
Requires at least: 5.3.0
License: GPLv2 or later
Expand Down Expand Up @@ -41,11 +41,22 @@ _Twig is the template language powering Timber; if you need a little background

== Changelog ==

= Develop (next release) =
= 1.23.0 =

**Changes for Theme Developers**
## What's Changed
* Improve GitHub pull request template by @gchtr in https://github.com/timber/timber/pull/2641
* Update bug report template and CODEOWNERS by @gchtr in https://github.com/timber/timber/pull/2711
* Add Erik to Contributors List by @jarednova in https://github.com/timber/timber/pull/2735
* Fix PHPDoc typo by @LogicEveryWhere in https://github.com/timber/timber/pull/2709
* Add sponsorship information to Readme by @gchtr in https://github.com/timber/timber/pull/2777
* doc: Add drop support notice to issue template by @nlemoine in https://github.com/timber/timber/pull/2810
* Add documentation and plugin notice about the end of the plugin version by @Levdbas in https://github.com/timber/timber/pull/2800
* Workflow: fix path to guide by @Levdbas in https://github.com/timber/timber/pull/2823

**Fixes and improvements**
## New Contributors
* @LogicEveryWhere made their first contribution in https://github.com/timber/timber/pull/2709

**Full Changelog**: https://github.com/timber/timber/compare/1.22.1...1.23.0

= 1.22.1 =

Expand Down

0 comments on commit b988e51

Please sign in to comment.