Skip to content

Commit

Permalink
Update readme and version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
jarednova committed May 21, 2018
1 parent dd03fd9 commit a6a553d
Show file tree
Hide file tree
Showing 3 changed files with 12 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.7.0
Version: 1.7.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.6.0';
public static $version = '1.7.1';
public static $locations;
public static $dirname = 'views';
public static $twig_cache = false;
Expand Down
13 changes: 10 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Contributors: jarednova, connorjburton, lggorman
Tags: template engine, templates, twig
Requires at least: 4.7.9
Tested up to: 4.9.1
Stable tag: 1.7.0
Tested up to: 4.9.6
Stable tag: 1.7.1
PHP version: 5.3.0 or greater
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -36,13 +36,20 @@ _Twig is the template language powering Timber; if you need a little background
**Changes for Theme Developers**
- Please add any usage changes here so theme developers are informed of changes.

= 1.7.1 =
**Fixes and improvements**
- Fixes issues previewing custom fields with ACF #1712
- Fixes some edge cases with Menu Item classes #1709
- Improved efficiency of Post class instantiation #1660


= 1.7.0 =
**Fixes and improvements**
- Fixed some issues with animated gif resizing when Imagick isn't available #1653
- Fixed incorrect reporting of depth level in some comments #1648
- Fixed issues with preview permissions #1607
- Fixed issue with image resize in some WPML setups #1625
- Fixes compatability issues with Twig 2.4 (and later) #1641
- Fixes compatibility issues with Twig 2.4 (and later) #1641


= 1.6.0 =
Expand Down

0 comments on commit a6a553d

Please sign in to comment.