Releases: timber/timber
Releases · timber/timber
Composer optimizations
- Fixed how Timber loads with Composer (thanks @connorjburton and @mrgrain)
- Updated docs! (thanks @lggorman and @kateboudreau)
- Fixed ImageHelper paths (thanks @TuureKaunisto)
- Added new filters for render (thanks @johnbillion)
- Fixed issue with timestamp conversion (thanks @thedamon)
- Fixed localization bugs (thanks @FlyingDR)
Maintenance release
- Restored prior
{{ post.type }}behavior for existing custom fields (@jarednova) 6c95749 - Fixed errors in PHP 7 (@FlyingDR) 48ba0fc
- Misc bug fixes and upkeep (@connorjburton + @jarednova)
Added get_term and continued cleanup
- New method for
{{ post.type }}this makes it easy to access things like{{post.type.labels.name}}right in Twig #1003 - New method for
{{ post.preview }}which makes it easy to customize like{{post.preview.length(50).read_more("Keep Reading").end('........')}}#1015 - Added
Timber::get_term(thanks @connorjburton!) 58fe671 - Fix for revision issue (thanks @dknoben!) 70de664
- Fix for issue with uppercase file extensions (thanks @connorjburton) 5632359
- Better handling for gifs (thanks @connorjburton) 91c40b8
- Fix on some old class names in there (thanks @mrgrain) 63fe60b
- Pagination with post counts (thanks @lggorman) 2bcacbe
- Remove
Timber::get_pids(@jarednova) 4278d11 - Fixed deprecation in Twig (thanks @simonmilz) 6c80f1d
- Handle ACF image arrays (thanks @connorjburton) 039be5d
Hot fix for PHP 5.3 support
- PHP 5.3 support broke due to an array being declared with
[]now it's declared witharray();
Reacting to 1.0 User Feedback
- 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
New Features
{{ user.avatar }}property is now available (thanks @connorjburton) d21eb85
Bug Fixes
- #947: Fix to pagination base (thanks @matsrietdijk) 270d7c2
- Fix to some namespacing issues (thanks @connorjburton) 0a8346a
- #958: Call
the_postaction to help other plugins (thanks @felthy) 4442703 - #976: Fixed problem with static declaration (@jarednova) c888606
- #978: Bug with arrays for post types (thanks @connorjburton) 571f6f8
One-Point-Oh!
- Updated version numbers and build script (@jarednova) 81a281e
- Corrected
Routes->/Routeswhich threw a fatal error (@jarednova) 26b6585 - Built Timber! (thanks @fabpot for Twig, @connorjburton for his tireless work, @mgmartel for his huge contributions, @pkarl for his guidance, @lggorman for her work, and 80+ other contributors)
Namespaces
- Timber is now namespaced, big big thanks to @connorjburton
- Cleanup of spacing
- Removed deprecated functions, added warning for key functions
Updated versioning
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
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
- New
{{request}}object for post/get variables (thanks @connorjburton) #856 - New crop positions (thanks @salaros) #861
Bug Fixes
- Fix to "next" in pagination (thanks @connorjburton) #900
- Fix to issue with
tojpgfilter'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