Skip to content

Commit

Permalink
chore: update mastermind/html5 package and prepare 8.1.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
florianbrinkmann committed Apr 14, 2024
1 parent 35f8dc9 commit c5cabc0
Show file tree
Hide file tree
Showing 5 changed files with 83 additions and 40 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
**Donate link:** https://www.paypal.me/flobrinkmann
**Tags:** lazysizes, lazy loading, performance, images
**Requires at least:** 4.9.8
**Tested up to:** 6.1
**Stable tag:** 8.1.1
**Tested up to:** 6.5
**Stable tag:** 8.1.2
**Requires PHP:** 7.0


Expand Down Expand Up @@ -110,6 +110,14 @@ There is a textarea in the plugin settings where you can insert custom settings

## Changelog

### 8.1.2 – 14.04.2024

Tested with WordPress 6.5.

**Fixed**

- Updated `mastermind/html5` dependency to latest version, which fixes a PHP deprecation notice.

### 8.1.1 – 20.12.2022

Tested with WordPress 6.1.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"prefer-stable" : true,
"require": {
"masterminds/html5": "^2.7"
"masterminds/html5": "^2.9"
},
"config": {
"allow-plugins": {
Expand Down
95 changes: 61 additions & 34 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lazy-load-responsive-images.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* Plugin Name: Lazy Loader
* Plugin URI: https://florianbrinkmann.com/en/3350/responsive-images-and-lazy-loading-in-wordpress/
* Description: Lazy loading plugin that supports images, iFrames, video and audio elements and uses lazysizes.js. With manual modification of the markup it is also possible to lazy load background images, scripts, and styles.
* Version: 8.1.1
* Version: 8.1.2
* Author: Florian Brinkmann
* Author URI: https://florianbrinkmann.com/en/
* License: GPL v2 http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
Expand Down
12 changes: 10 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Contributors: FlorianBrinkmann
Donate link: https://www.paypal.me/flobrinkmann
Tags: lazysizes, lazy loading, performance, images
Requires at least: 4.9.8
Tested up to: 6.1
Stable tag: 8.1.1
Tested up to: 6.5
Stable tag: 8.1.2
Requires PHP: 7.0

== Description ==
Expand Down Expand Up @@ -104,6 +104,14 @@ There is a textarea in the plugin settings where you can insert custom settings

== Changelog ==

= 8.1.2 – 14.04.2024 =

Tested with WordPress 6.5.

**Fixed**

- Updated `mastermind/html5` dependency to latest version, which fixes a PHP deprecation notice.

= 8.1.1 – 20.12.2022 =

Tested with WordPress 6.1.
Expand Down

0 comments on commit c5cabc0

Please sign in to comment.