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 Nov 19, 2019
1 parent 9014764 commit 38c689f
Show file tree
Hide file tree
Showing 3 changed files with 8 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.12.0
Version: 1.13.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.12.1';
public static $version = '1.13.0';
public static $locations;
public static $dirname = 'views';
public static $twig_cache = false;
Expand Down
7 changes: 6 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: jarednova
Tags: template engine, templates, twig
Requires at least: 4.7.12
Tested up to: 5.2.3
Stable tag: 1.12.0
Stable tag: 1.13.0
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,11 @@ _Twig is the template language powering Timber; if you need a little background

**Changes for Theme Developers**

= 1.13.0 =
**Fixes and improvements**
- Fix issue with debug on/off in certain installs #2084 (thanks @kmonahan)
- Fix link to admin pages #2112 (thanks @Beee4life)

= 1.12.0 =

**Fixes and improvements**
Expand Down

0 comments on commit 38c689f

Please sign in to comment.