Skip to content

Commit a5f651b

Browse files
committed
Adds stable tag compatibility
1 parent ec01269 commit a5f651b

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

Gruntfile.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,14 @@ module.exports = function (grunt) {
2828

2929
}
3030
},
31+
readmetxt: {
32+
options: {
33+
prefix: 'Stable tag:\\s*'
34+
},
35+
src: [
36+
'readme.txt'
37+
]
38+
},
3139
wp_readme_to_markdown: {
3240
plugin: {
3341
files: {

readme.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Tags: image optimization, convert webp, image optimizer, lazy load, image, optim
44
Requires at least: 5.5
55
Tested up to: 6.5
66
Requires PHP: 5.4
7+
Stable tag: 3.12.6
78
License: GPLv3
89
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
910

0 commit comments

Comments
 (0)