Skip to content

Commit

Permalink
Update Changelog and version
Browse files Browse the repository at this point in the history
gchtr committed Jun 19, 2019

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent f2faaed commit 4792491
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## 0.14.1 - 2019-06-19

- Added bailout in `image_downsize` filter when no image size could be found.
- Updated the order of the image attributes when using `get_timber_image_responsive()`.
- Fixed bug when `full` image size couldn’t be found when using `get_timber_image()`.

### Documentation

- Added [docs section about WooCommerce](https://github.com/mindkomm/timmy/blob/master/docs/best-practices.md#working-with-woocommerce).
- Fixed name of inexistent setting in example in the docs.

### Development

- Added testing setup to be able to test Timmy functionality and make it more robust.

## 0.14.0 - 2018-07-24

- Introduced new function `Helper::get_attribute_html()` that is used to turn an associative array of HTML attributes into a string. Internally, the handling of a list of HTML attributes was improved by introducing attribute arrays that get passed around and will be turned into HTML by this new function.
2 changes: 1 addition & 1 deletion timmy.php
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
* Plugin Name: Timmy
* Plugin URI: https://github.com/MINDKomm/timmy/
* Description: Advanced image handling for Timber.
* Version: 0.13.6
* Version: 0.14.1
* Author: Lukas Gächter
* Author URI: https://www.mind.ch
*/

0 comments on commit 4792491

Please sign in to comment.