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 Jun 17, 2019
1 parent 4b02345 commit 0eea8b3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 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.0
Version: 1.10.1
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.0';
public static $version = '1.10.1';
public static $locations;
public static $dirname = 'views';
public static $twig_cache = false;
Expand Down
6 changes: 5 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: jarednova, connorjburton, lggorman
Tags: template engine, templates, twig
Requires at least: 4.7.12
Tested up to: 5.2.1
Stable tag: 1.10.0
Stable tag: 1.10.1
Requires PHP: 5.6
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -34,6 +34,10 @@ _Twig is the template language powering Timber; if you need a little background

**Changes for Theme Developers**

= 1.10.1 =
**Fixes and improvements**
- Allows for a MenuItem's Menu to be unknown #2024 #2025

= 1.10.0 =
**Important Note**
If you use WPML, please do not upgrade to 1.10.* yet. Because WPML also uses Twig, there is a conflict with loading Twig versions. They will release an update soon to keep things in sync. Until then, please use version 1.9.2
Expand Down

0 comments on commit 0eea8b3

Please sign in to comment.