Skip to content

Commit

Permalink
Bump to version 1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jarednova committed Mar 11, 2019
1 parent f61dca1 commit 5f06e53
Show file tree
Hide file tree
Showing 3 changed files with 13 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.9.1
Version: 1.9.2
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.9.1';
public static $version = '1.9.2';
public static $locations;
public static $dirname = 'views';
public static $twig_cache = false;
Expand Down
14 changes: 11 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
=== Timber ===
Contributors: jarednova, connorjburton, lggorman
Tags: template engine, templates, twig
Requires at least: 4.7.9
Tested up to: 5.0.3
Stable tag: 1.9.1
Requires at least: 4.7.12
Tested up to: 5.1
Stable tag: 1.9.2
Requires PHP: 5.6
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -36,6 +36,14 @@ _Twig is the template language powering Timber; if you need a little background
**Changes for Theme Developers**
- Please add bullet points here with your PR. The heading for this section will get the correct version number once released.

= 1.9.2 =

**Changes for Theme Developers**
- You can use `Timber::context()` as an alias for `Timber::get_context()`. It's prettier, it also will prep you for Timber 2.0 where `Timber::get_context()` is deprecated #1938

**Fixes and improvements**
- Integration of newest version of Upstatement/Routes which uses (newest) version 1.2.0 of AltoRouter #1946 (thanks @seanstickle)

= 1.9.1 =

**Changes for Theme Developers**
Expand Down

0 comments on commit 5f06e53

Please sign in to comment.