From 06d49f599e54aada3fbbe9dd5643d49dfca9e6ce Mon Sep 17 00:00:00 2001 From: Lukas Gaechter Date: Mon, 26 Feb 2018 11:03:46 +0100 Subject: [PATCH] Update Changelog and version --- CHANGELOG.md | 4 ++++ timmy.php | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) 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 */