Skip to content

Releases: timber/timber

Fixes for galleries and starter theme

02 Oct 14:51
Compare
Choose a tag to compare
  • Fixed some resulting bugs from numberposts vs. posts_per_page change as relates to galleries (thanks @IJMacD)
  • Fixed issue with author.php in starter theme (thanks @dmtroyer)
  • Added some sanity checks when menus are missing (thanks @jarednova)
  • New tests, yay!

Update for WP 4.0

04 Sep 22:47
Compare
Choose a tag to compare

Some small bug fixes including:

  • Fixed issue with sticky posts being included when just feeding an array of ids
  • Fix for pagination links with search terms (thanks @matthewsoares)
  • Fixed issue with an empty array passed to Timber::get_posts should return nothing instead of default query

Fix to numberposts in queries

03 Sep 13:49
Compare
Choose a tag to compare
0.20.4

updating version numbers to 0.20.4

Fix to menu links

31 Jul 17:21
Compare
Choose a tag to compare
  • Fixed issue with hashes in menu links (thanks @jnweaver)

Misc Bug Fixes, BuddyPress compatability

25 Jul 15:55
Compare
Choose a tag to compare
  • Change default response code on load_view to be 200
  • Fixed error with relpath and subdomains (thanks @jnweaver)
  • Various bug fixes (thanks @andyford, @discern)
  • Fixed issue with BuddyPress (thanks @slimndap and @mgmartel)

Hotfix for undefined properties

11 Jul 01:32
Compare
Choose a tag to compare
0.20.1

restored test to make sure undefined properties don't throw errors

Iterators and road to 1.0

08 Jul 04:47
Compare
Choose a tag to compare
  • Iterators! You can now get data using query_posts which hooks into WP loop. Methods like get_the_title() now work (big thanks to @mgmartel)
  • Fixed img_to_jpg issue with alternate WP setups (@thetmkay)
  • Fixed issue with links in TimberMenuItem
  • post.date now supports a DateTime object (@aduth)
  • removal of long-since deprecated functions
  • Massive code clean-up and bug fixes (@jarednova, @mgmartel)

post.author.name fix, code cleanup

13 Jun 02:31
Compare
Choose a tag to compare
0.19.2

added deploy script to wp.org

WooCommerce support, improvements to starter theme

09 Jun 02:42
Compare
Choose a tag to compare
  • Removed .git folder hiding in php-router
  • Added support for WooCommerce and other plugins in starter theme (thanks @jamesagreenleaf)
  • Starter theme now based on OO-style TimberSite convention
  • You can not get the modified_author (thanks @jamesagreenleaf)
  • ...oh and the modified date (thanks @jamesagreenleaf)
  • Code clean-up like mad (thanks @hsz)
  • Fixed bug when calling Timber::get_posts in loop (thanks @jamesagreenleaf)

Composer integration

09 Jun 02:56
Compare
Choose a tag to compare
  • Reorganized dependencies into /vendor directories based on composer (thanks @mgmartel, @Rarst, @bryanaka)
  • Fixed issues with image library deletion (thanks @thetmkay)
  • Fixed issues with sidebar output