Skip to content

Releases: Codeinwp/optimole-wp

v2.5.0

25 Aug 09:10
Compare
Choose a tag to compare

Version 2.5.0 (2020-08-25)

Features

  • Adds option to lazyload videos and iframes
  • Adds support for browser native lazyload
  • Adds support for CSS classes in the optimizations exclusion filters
  • Allow local JS serving for the lazyload library using configurable constant

Fixes

  • improve settings description texts
  • improve texts for the diagnosis popup report
  • adds compatibility with WordPress 5.5

v2.4.2

20 Jul 10:41
Compare
Choose a tag to compare
Version 2.4.2 (2020-07-20)

Features

  • adds debugger mechanism for troubleshooting various issues with the plugin integration

Fixes

  • Improve compatibility with SiteGround Optimizer
  • Improve compatibility with Swift Performance
  • Improve compatibility with TranslatePress
  • Improve compatibility with W3 Total Cache
  • Improve compatibility with WP Fastest Cache

v2.4.1

09 Jun 12:32
Compare
Choose a tag to compare
Version 2.4.1 (2020-06-09)
  • Improves settings UI for CSS/JS toggle
  • Improves settings description for autoscaling toggle.

v2.4.0

08 Jun 08:31
Compare
Choose a tag to compare

Version 2.4.0 (2020-06-08)

Features:

  • Adds the option to serve CSS/JS via Optimole.
  • Adds the option to serve minified CSS/JS files.
  • Adds the option to disable scaling but keep lazyload.

Fixes:

  • Optimize images that are hardcoded in the CSS/JS files.
  • Improve notice feedback when the quota is exceeded.

v2.3.1

21 Apr 08:59
Compare
Choose a tag to compare
Version 2.3.1 (2020-04-21)

Bug Fixes

  • improve AMP compatibility, solve the issue when we were loading non-AMP resources on AMP context, props @westonruter
  • improve lazy-loading on non-Latin image filenames

v2.3.0

06 Apr 08:05
Compare
Choose a tag to compare

Version 2.3.0 (2020-04-06)

Features

  • Adds clear image cache feature

Fixes

  • Improve compatibility with Pinterest sharing plugins
  • Improve compatibility with Unicode image names.

v2.2.9

25 Feb 11:38
Compare
Choose a tag to compare

Version 2.2.9 (2020-02-25)

  • Bug Fixes
    • compatibility with Fusion builder, remove replacement when in edit mode (b16683b)
    • improve compatibility with Divi builder (efdabfe)

v2.2.8

14 Jan 13:22
Compare
Choose a tag to compare

Version 2.2.8 (2020-01-14)

  • Bug Fixes

    • catch image URLs that contains some symbols (ce1c162)
    • compatibility with Sassy Social share plugin (d4224cb)
    • consider image URLs that contains chars like ~ (670597e)
    • improve LQIP transition effect, fix #212 (946e16c)
    • prevent losing filters settings after disconnecting the api key, fix #210 (db431b9)
    • removes custom logo preload causing duplicate content issues (04cad07)
    • strip script tag on amp modes fix #203 (35f59f3)
  • Features

    • adds data-skip-lazy attr for skipping lazyload (8726127)
    • adds wp-cli commands for most common operations (577406b)

v2.2.7

17 Dec 11:06
Compare
Choose a tag to compare

Version 2.2.7 (2019-12-17)

  • Bug Fixes

    • edge case lazyload replacement when noscript images are present (c788c3f)
    • improve compatibility with Divi builder (7d1c469)
    • improve compatibility with W3TC minification system (bf9f058)
    • improve compatibility with WP Migrate DB (02df077)
    • improve lazyload and replacement on json strings (b7f67fd)
    • removed blur from lazyload placeholders (2c7d66d)
  • Features

    • adds compatibility for schemaless and relative image URLs (e3886eb)
    • hide Optimole menu via constant #196 (e0268fa)
    • skip lazyload on images with skip-lazy flag (4d9219f)

v2.2.6

02 Dec 09:31
Compare
Choose a tag to compare

Version 2.2.6 (2019-12-02)

  • Bug Fixes

    • compatibility with Edge 15 of js library, fix #187 (8e73668)
    • compatibility with slider revolution (05c21ce)
    • edge case for optimole failed to lazyload certain images (0f8de69)
    • edge cases cropping behaviour when two images sizes are using different cropping (beb8c27)
    • improve compatibility with master slider (cf57717)
    • searching through multiple classes the right way, added tests (4751edb)
  • Features

    • adds exclude by class filter for lazyload mechanism (3ce87e2)