Skip to content

Releases: timber/timber

Composer optimizations

05 Jul 23:52

Choose a tag to compare

Maintenance release

21 Jun 22:46

Choose a tag to compare

Added get_term and continued cleanup

08 Jun 03:28

Choose a tag to compare

Hot fix for PHP 5.3 support

14 May 17:08

Choose a tag to compare

  • PHP 5.3 support broke due to an array being declared with [] now it's declared with array();

Reacting to 1.0 User Feedback

13 May 14:14

Choose a tag to compare

  • Fixed possible infinite loop with Timber::get_context (thanks @connorjburton) 376928d
  • Removed bug in Term (thanks @Jmayhak) a5e3c30
  • {{ user.avatar }} now returns an Image object (thanks @connorjburton) 51dd732
  • Attention Comment Form fans! {{ post.comment_form }} now gives you a friggin' comment form 9009ac1
  • Helper\comment_form also gives you a comment form. 9009ac1

Hot fixes for 1.0 Release

05 May 01:16

Choose a tag to compare

New Features

Bug Fixes

One-Point-Oh!

04 May 02:31

Choose a tag to compare

Namespaces

26 Apr 18:51

Choose a tag to compare

  • Timber is now namespaced, big big thanks to @connorjburton
  • Cleanup of spacing
  • Removed deprecated functions, added warning for key functions

Updated versioning

14 Mar 01:10

Choose a tag to compare

Features

  • Added {{ user }} object to context
  • Exposed translation functions
  • Added better error reporting

Other

  • Fixed some things with function wrapper

Stable before transfer to timber/timber

13 Mar 16:13

Choose a tag to compare

This is the last version before transfer work begins to timber/timber and associated changes to composer and WP releases. This release contains:

New Features

Bug Fixes

  • Fix to "next" in pagination (thanks @connorjburton) #900
  • Fix to issue with tojpg filter's images not being deleted (thanks @connorjburton) #897
  • {{post.parent.children}} used to return unpublished posts due to underlying behavior in WordPress, it now only returns published posts (thanks @connorjburton) #883
  • ... and others