diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a5d5ec..50fee23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.13.3 - 2018-02-26 + +- Added lazy loading helper [filter](https://github.com/mindkomm/timmy#lazy-loading) and [function](https://github.com/mindkomm/timmy#make_timber_image_lazy). + ## 0.13.2 - 2018-02-14 - Fixed a bug when Timmy tried to convert a PDF to JPEG. Timmy now checks that a file is not a PDF before converting it to JPG. diff --git a/timmy.php b/timmy.php index 550d2f1..df26a94 100644 --- a/timmy.php +++ b/timmy.php @@ -2,8 +2,8 @@ /** * Plugin Name: Timmy * Plugin URI: https://github.com/MINDKomm/timmy/ - * Description: Advanced image manipulation for Timber. - * Version: 0.13.2 + * Description: Advanced image handling for Timber. + * Version: 0.13.3 * Author: Lukas Gächter * Author URI: https://www.mind.ch */