Skip to content

Commit

Permalink
Update version numbers and changelog for 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jarednova committed Sep 30, 2018
1 parent cb29c84 commit 5131412
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 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.8.0
Version: 1.8.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.8.0';
public static $version = '1.8.1';
public static $locations;
public static $dirname = 'views';
public static $twig_cache = false;
Expand Down
8 changes: 6 additions & 2 deletions 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.9
Tested up to: 4.9.6
Stable tag: 1.8.0
Stable tag: 1.8.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,7 +36,11 @@ _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=
= 1.8.1 =
**Fixes and improvements**
- Fixed how mime_type was figured out in some PHP installs #1798

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

0 comments on commit 5131412

Please sign in to comment.