Skip to content

Commit

Permalink
Adds stable tag compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
selul committed Mar 26, 2024
1 parent ec01269 commit a5f651b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,14 @@ module.exports = function (grunt) {

}
},
readmetxt: {
options: {
prefix: 'Stable tag:\\s*'
},
src: [
'readme.txt'
]
},
wp_readme_to_markdown: {
plugin: {
files: {
Expand Down
1 change: 1 addition & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Tags: image optimization, convert webp, image optimizer, lazy load, image, optim
Requires at least: 5.5
Tested up to: 6.5
Requires PHP: 5.4
Stable tag: 3.12.6
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html

Expand Down

0 comments on commit a5f651b

Please sign in to comment.