Skip to content

Releases: Codeinwp/optimole-wp

v2.0.2

01 Feb 12:23

Choose a tag to compare

2.0.2 (2019-02-01)

Bug Fixes

  • dashboard app loading issues for some wordpress environments (293e277)

  • disable srcset attribute when the javascript resizer and lazyload is active, being redundant (76c0307)

  • domain validation when www is present in the image urls, thanks @wpriders team for reporting (9559ce5)

  • image resize when the size class is not available, get cropping based on the width/height of the resulting image (e5c1aab)

Documentation

  • improve readme description of the OptiMole service (e020300)

Features

  • adds upgrade box and notice to upgrade when the user is close to the limit (62b216a)

v2.0.1

21 Jan 10:31

Choose a tag to compare

2.0.1 (2019-01-21)

Bug Fixes

  • fix javascript library production url (aed9433)

v2.0.0

21 Jan 09:52

Choose a tag to compare

2.0.0 (2019-01-21)

Bug Fixes

  • errors on low PHP environments when PHP_INT_MIN constant is not available (44eb4af)

  • fix tag replacement on lazy load, preserve image size when found (5c6ef70)

  • improve image size replacement mapping for custom image sizes (d816ccb)

  • improve lazyload fade in effect, fixes #71 (eb0f76c)

  • possible issue with image replacement not taking place when other buffer handler is registered (3ce600a)

  • resize behaviour for WordPress defined image sizes, preserve cropping for custom sizes (a42f830)

Documentation

  • add basic faq to readme file (2c09d26)

  • adds contributor related docs and github templates (c7bbce2)

Features

  • adds new service schema (330fba0)

  • adds watermark integration along with various options for watermark position (6a4538a)

  • deactivate plugin on lower php versions, adds notice for PHP for upgrade (58d2607)

Performance Improvements

  • improve srcset replacement, use attachement id when present (5587221)

  • improve type casting on size constrain (589b046)

v1.1.2

24 Dec 12:13

Choose a tag to compare

  • Minor fixes to Optimole dashboard page.
  • Fixes DNS prefetch call when lazyload is off.
  • Enable lazyload and javascript replacement by default for new users.

v1.1.1

10 Dec 15:52

Choose a tag to compare

  • Improve the lazy loading mechanism and adds compatibility with the new javascript library.
  • Improve sample images and quality selector integration.
  • Adds a notice when the Rest API is not available.
  • Adds notice for new users on how the plugin works.
  • Tested up with WordPress 5.0, all working smooth.
  • Fix possible issues with thumbnails when the original image is available on a different url scheme.
  • Ignore lazyload replacement on feed/amp pages.

v1.1.0

16 Nov 21:00

Choose a tag to compare

  • 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

05 Oct 21:37

Choose a tag to compare

  • Adds max width/height option.
  • Improves registration workflow.
  • Adds image comparison slider ratio.
  • Adds logo on link preload.

v1.0.4

03 Oct 13:55

Choose a tag to compare

  • Adds in-plugin service registration.
  • Adds image quality control.
  • Adds slider for image comparison.
  • Improvements to UX and workflow.

v1.0.3

26 Sep 12:03

Choose a tag to compare

[AUTO] Release of 1.0.3

v1.0.2

25 Sep 15:34

Choose a tag to compare

  • Improve compatibility with elementor external css files.
  • Adds generator tag.
  • Improve replacer handler hook register.