Skip to content

Commit

Permalink
Update changelog and version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
jarednova committed Sep 14, 2019
1 parent c920e6c commit a083701
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bin/timber.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Description: The WordPress Timber Library allows you to write themes using the power of Twig templates.
Plugin URI: http://timber.upstatement.com
Author: Jared Novack + Upstatement
Version: 1.10.1
Version: 1.11.0
Author URI: http://upstatement.com/
*/
// we look for Composer files first in the plugins dir.
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.10.1';
public static $version = '1.11.0';
public static $locations;
public static $dirname = 'views';
public static $twig_cache = false;
Expand Down
10 changes: 7 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
=== Timber ===
Contributors: jarednova, connorjburton, lggorman
Contributors: jarednova
Tags: template engine, templates, twig
Requires at least: 4.7.12
Tested up to: 5.2.1
Stable tag: 1.10.1
Tested up to: 5.2.3
Stable tag: 1.11.0
Requires PHP: 5.6
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Expand All @@ -30,6 +30,10 @@ _Twig is the template language powering Timber; if you need a little background

= Develop (next release) =

= 1.11.0 =
**General Note**
- If you use WPML with Timber, please upgrade to WPML 4.2.8. The WPML team has removed their included Twig version which means no more conflicts!

**Fixes and improvements**
- Fix to menu items getting incorrect classes in WPML and others #1974
- Fixed issue with Timber not respecting comment order #1731 #2015
Expand Down

0 comments on commit a083701

Please sign in to comment.