Releases: timber/timber
Releases · timber/timber
Term, Theme and Image fixes
- Timber now retrieves native term meta info #824
- Added site icon support in Theme #1210
- Fixes to menu getting by slug #1237 (thanks @motia)
- Fix to off-site image URLs! #1234 (thanks @njbarrett)
- Fix inconsistency with Post::get_terms #1222 (thanks @haroldangenent)
Fix image update issues
- Fixed image generation when images are updated/deleted by WordPress (thanks @dudewithamood)
Hotfix for Class Renaming
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
- 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
Reverted LoaderChain change
- 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
- 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)
Pagination and code cleanup
- Fix to how post IDs are retrieved (thanks @lggorman) 798acd9
- Fixes to pagination in search (@jarednova) 1d1ab67
- Fixes to hooks for Timber Debug Bar (@jarednova) 82a914e
Pagination fixes
- 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)