Skip to content

Releases: timber/timber

Term, Theme and Image fixes

14 Nov 17:25

Choose a tag to compare

Fix image update issues

25 Oct 23:37

Choose a tag to compare

  • Fixed image generation when images are updated/deleted by WordPress (thanks @dudewithamood)

Hotfix for Class Renaming

14 Oct 16:01

Choose a tag to compare

An internal class was renamed in 1.1.7, this is a hot fix for an alias so that there's not backwards compatibility hit

New Pagination API

11 Oct 13:27

Choose a tag to compare

  • A new PostQuery object that comes with pagination (thanks @lggorman).
  • You can pass an array of post types to post.children() (thanks @njbarrett)

Clean-up Cache Artificats

15 Sep 03:55

Choose a tag to compare

  • Kill those transients! Timber now wipes expired ones away #1128 9a5851b
  • Fixed a warning that was annoying and nobody liked and didn't have any friends #1186 c53b4c8

Reverted LoaderChain change

02 Sep 17:47

Choose a tag to compare

  • Reverted the change to Loader::get_loader() due to incompatibility with Gantry. I'll work with their developers to figure out a lasting fix that can hopefully introduce the functionality in #1174

Native Co-Authors Plus Support

30 Aug 17:41

Choose a tag to compare

  • Native support for Co-Authors Plus! just use {{ post.authors }} 939331e
  • New filter to enable PW propmpt for PW protected posts (timber/post/content/show_password_form_for_protected) 0f9b20e
  • New filter for custom loaders (timber/loader/custom) (thanks @tnottu!) 9097984
  • Fixed some updating bugs with 4.6 (thanks @daronspence) 16b8bd7
  • You can now count Query results (thanks Evan Mattson) 141624a

Various bug fixes (mostly to Timber::get_posts)

16 Aug 19:28

Choose a tag to compare

  • Fix to how categories work in Timber::get_posts 49f6007
  • Fix to usage of class maps in Timber::get_posts (thanks @vilpersson) b1387e4
  • Added Post::password_required method (thanks @Marclarr) 2e685ce
  • You can filter the link markup for Post::get_preview (thanks @LiljebergXYZ) b8100d7

Pagination and code cleanup

02 Aug 21:32

Choose a tag to compare

Pagination fixes

20 Jul 11:41

Choose a tag to compare

  • Fixed 301 redirects for pagination (thanks @xavivars)
  • Added new escaping filter options for |e('wp_kses_post') and |e('esc_url')(thanks @matgargano)
  • Fixed pagination warning (thanks @nikola3244)
  • More test coverage
  • Fixed issue with archive limits (@jarednova)