Skip to content

Commit

Permalink
Merge pull request #77 from florianbrinkmann/prepare-8-1-1-release
Browse files Browse the repository at this point in the history
Prepare 8.1.1 release
  • Loading branch information
florianbrinkmann authored Dec 29, 2022
2 parents 30cf7b3 + 1727ebb commit 35f8dc9
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 5 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:** 5.8
**Stable tag:** 8.1.0
**Tested up to:** 6.1
**Stable tag:** 8.1.1
**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.1 – 20.12.2022

Tested with WordPress 6.1.

**Fixed**

- Disable lazy loading in TranslatePress editor.

### 8.1.0 – 29.03.2021

**Added**
Expand Down
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.0
* Version: 8.1.1
* 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.0
Stable tag: 8.1.0
Tested up to: 6.1
Stable tag: 8.1.1
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.1 – 20.12.2022 =

Tested with WordPress 6.1.

**Fixed**

- Disable lazy loading in TranslatePress editor.

= 8.1.0 – 29.03.2021 =

**Added**
Expand Down

0 comments on commit 35f8dc9

Please sign in to comment.