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 17, 2018
1 parent fefd935 commit 2a5b709
Show file tree
Hide file tree
Showing 3 changed files with 12 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.7.1
Version: 1.8.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.7.1';
public static $version = '1.8.0';
public static $locations;
public static $dirname = 'views';
public static $twig_cache = false;
Expand Down
11 changes: 10 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,22 @@ _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.8.0=
**Changes for Theme Developers**
- Webp is now supported as a conversion format ( `{{ post.thumbnail.src | towebp }}` ) @mhz-tamb @pascalknecht #1638 #1777 #1780
- Timber now recognizes that SVGs shouldn't be resized as if they are rasters (for retina, etc.) @palmiak #1726 #1736

**Fixes and improvements**
- Clean-up on i18n function calls @drzraf #1753
- Fixed some odd port handling @pascalknecht #1760
- Fixed how terms are retrived through a post @shvlv #1729

= 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
Expand Down

0 comments on commit 2a5b709

Please sign in to comment.