Skip to content
This repository has been archived by the owner on May 15, 2023. It is now read-only.

Commit

Permalink
Bump version numbers to 1.0.2, and update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixarntz committed Dec 6, 2019
1 parent 2318d4b commit 941a55f
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "google/native-lazyload",
"description": "Lazy-loads media using the native browser feature.",
"version": "1.0.1",
"version": "1.0.2",
"license": "Apache-2.0",
"type": "wordpress-plugin",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion native-lazyload.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* Plugin Name: Native Lazyload
* Plugin URI: https://wordpress.org/plugins/native-lazyload/
* Description: Lazy-loads media using the native browser feature.
* Version: 1.0.1
* Version: 1.0.2
* Author: Google
* Author URI: https://opensource.google.com
* License: Apache License 2.0
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "native-lazyload",
"version": "1.0.1",
"version": "1.0.2",
"description": "Lazy-loads media using the native browser feature.",
"author": "Google",
"license": "Apache-2.0",
Expand Down Expand Up @@ -31,4 +31,4 @@
"build": "webpack -p --mode=production --config='./webpack.config.js' && copyfiles -f ./assets/images/src/* ./assets/images",
"lint": "eslint ."
}
}
}
10 changes: 8 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

Contributors: google, flixos90
Requires at least: 4.7
Tested up to: 5.2
Tested up to: 5.3
Requires PHP: 7.0
Stable tag: 1.0.1
Stable tag: 1.0.2
License: Apache License 2.0
License URI: https://www.apache.org/licenses/LICENSE-2.0
Tags: lazyload, lazy, load, native, loading, images, iframes
Expand Down Expand Up @@ -64,6 +64,12 @@ You can also contribute to the plugin by translating it. Simply visit [translate

== Changelog ==

= 1.0.2 =

* Fix broken images which are using data URI scheme (e.g. base64-encoded images). Props [ieim](https://github.com/ieim).
* Fix images in IE 11 not being loaded until the user starts scrolling. Props [Soean](https://github.com/Soean).
* Fix image loading script not working in IE10 and other browsers that do not support `dataset`.

= 1.0.1 =

* Improve compatibility with other plugins by using more specific class and only adding it for JS fallback.
Expand Down

0 comments on commit 941a55f

Please sign in to comment.