Skip to content

Commit

Permalink
Update changelog and version numbers for 1.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jarednova committed May 30, 2019
1 parent df4c308 commit 9b06639
Show file tree
Hide file tree
Showing 2 changed files with 18 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.9.4
Version: 1.9.5
Author URI: http://upstatement.com/
*/
// we look for Composer files first in the plugins dir.
Expand Down
20 changes: 17 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.12
Tested up to: 5.1.1
Stable tag: 1.9.4
Tested up to: 5.2.1
Stable tag: 1.9.5
Requires PHP: 5.6
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Expand All @@ -30,13 +30,27 @@ _Twig is the template language powering Timber; if you need a little background

= Develop (next release) =

**Fixes and improvements**

**Changes for Theme Developers**


= 1.10.0 (upcoming) =
**Changes for Theme Developers**
- You can use WordPress's behavior of `get_posts` (versus `WP_Query`) via a filter. By default, Timber uses the unique behaviors of WP_Query or get_posts depending on your type of Timber query #1989 (thanks @palmiak)

= 1.9.5 =
**Fixes and improvements**
- Updated to most current version of Twig.
- You can use WordPress's behavior of `get_posts` (versus `WP_Query`) in Timber's queries #1989 (thanks @palmiak)
- This restores the prior behavior before #1813 / 1.9.3 when using Timber::get_posts. This is now controllable by devs
- Add support for non-cookied comment awaiting moderation message #1954 (thanks @codeclarified)
- Avoids a potential WSOD when incorrectly specifying template filenames #1984 (thanks @aj-adl)

**Changes for Theme Developers**
- You can use WordPress's behavior of `get_posts` (versus `WP_Query`) via a filter. By default, Timber uses the behaviors of WP_Query in Timber's queries #1989 (thanks @palmiak)
- If you run into problems with unknown `Twig_SimpleFilter` or unknown `Twig_Filter` classes, you can use `Timber\Twig_Filter` instead.


= 1.9.4 =

**Fixes and improvements**
Expand Down

0 comments on commit 9b06639

Please sign in to comment.