From a48b85d252a60bcd53e1da8ed5db5be2380b39a3 Mon Sep 17 00:00:00 2001 From: selul Date: Fri, 16 Nov 2018 21:00:15 +0000 Subject: [PATCH] ci: Updating changelog for v1.1.0 [skip ci] --- CHANGELOG.md | 11 +++++++++++ readme.md | 12 ++++++++++++ readme.txt | 12 ++++++++++++ 3 files changed, 35 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bd0bb08..ba08e86f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,15 @@ + ### v1.1.0 - 2018-11-16 + **Changes:** + * Integrates lazy load feature with support for low-quality placeholders ( LQIP ). +* Integrates Javascript library which delivers images at the right size for each device, including Retina. +* Improve image replacement algorithm. +* Improves compatibility with Elementor and Gutenberg. +* Adds support for Custom CNAME and Client hints. +* Improves support for custom CDN. +* Improves AMP support. +* Improves compatibility with WordPress Multisites. + ### v1.0.5 - 2018-10-05 **Changes:** * Adds max width/height option. diff --git a/readme.md b/readme.md index 76b46d7b..72c1f45b 100644 --- a/readme.md +++ b/readme.md @@ -32,6 +32,18 @@ This plugin connects via API to OptiMole [image optimization service](https://op The plugin will rewrite your image URLs to replace them with OptiMole URLs. Your origin images will be downloaded from your storage, processed by the OptiMole infrastructure and cached in the CDN. NO development needed. Simply set up your account and enjoy faster image loading. ## Changelog ## +### 1.1.0 - 2018-11-16 ### + +* Integrates lazy load feature with support for low-quality placeholders ( LQIP ). +* Integrates Javascript library which delivers images at the right size for each device, including Retina. +* Improve image replacement algorithm. +* Improves compatibility with Elementor and Gutenberg. +* Adds support for Custom CNAME and Client hints. +* Improves support for custom CDN. +* Improves AMP support. +* Improves compatibility with WordPress Multisites. + + ### 1.0.5 - 2018-10-05 ### * Adds max width/height option. diff --git a/readme.txt b/readme.txt index f55e1413..78ba7b62 100644 --- a/readme.txt +++ b/readme.txt @@ -32,6 +32,18 @@ This plugin connects via API to OptiMole [image optimization service](https://op The plugin will rewrite your image URLs to replace them with OptiMole URLs. Your origin images will be downloaded from your storage, processed by the OptiMole infrastructure and cached in the CDN. NO development needed. Simply set up your account and enjoy faster image loading. == Changelog == += 1.1.0 - 2018-11-16 = + +* Integrates lazy load feature with support for low-quality placeholders ( LQIP ). +* Integrates Javascript library which delivers images at the right size for each device, including Retina. +* Improve image replacement algorithm. +* Improves compatibility with Elementor and Gutenberg. +* Adds support for Custom CNAME and Client hints. +* Improves support for custom CDN. +* Improves AMP support. +* Improves compatibility with WordPress Multisites. + + = 1.0.5 - 2018-10-05 = * Adds max width/height option.