Skip to content
Snippets Groups Projects
Commit a9cf3bf3 authored by Erick Hitter's avatar Erick Hitter
Browse files

Bump WP compat

parent 93493b15
No related branches found
No related tags found
1 merge request!11Bump WP compat
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
.git .git
.gitignore .gitignore
.gitlab-ci.yml .gitlab-ci.yml
.nvmrc
.travis.yml .travis.yml
.DS_Store .DS_Store
Thumbs.db Thumbs.db
......
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
/.gitattributes export-ignore /.gitattributes export-ignore
/.gitignore export-ignore /.gitignore export-ignore
/.gitlab-ci.yml export-ignore /.gitlab-ci.yml export-ignore
/.nvmrc export-ignore
/.travis.yml export-ignore /.travis.yml export-ignore
/.DS_Store export-ignore /.DS_Store export-ignore
/Thumbs.db export-ignore /Thumbs.db export-ignore
......
.nvmrc 0 → 100644
v16
...@@ -25,6 +25,10 @@ module.exports = function( grunt ) { ...@@ -25,6 +25,10 @@ module.exports = function( grunt ) {
'README.md': 'readme.txt' 'README.md': 'readme.txt'
} }
}, },
options: {
screenshot_url:
'https://git-cdn.e15r.co/wp-plugins/eth-simple-shortlinks/-/raw/master/.wordpress-org/{screenshot}.png',
},
}, },
makepot: { makepot: {
......
# ETH Simple Shortlinks # # ETH Simple Shortlinks #
**Contributors:** ethitter **Contributors:** [ethitter](https://profiles.wordpress.org/ethitter/)
**Donate link:** https://ethitter.com/donate/ **Donate link:** https://ethitter.com/donate/
**Tags:** seo, meta tags **Tags:** seo, meta tags
**Requires at least:** 4.4 **Requires at least:** 4.4
**Tested up to:** 5.9 **Tested up to:** 6.0
**Stable tag:** 0.6 **Stable tag:** 0.6
**License:** GPLv2 or later **License:** GPLv2 or later
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html **License URI:** http://www.gnu.org/licenses/gpl-2.0.html
......
This diff is collapsed.
...@@ -4,8 +4,8 @@ ...@@ -4,8 +4,8 @@
"main": "Gruntfile.js", "main": "Gruntfile.js",
"author": "Erick Hitter", "author": "Erick Hitter",
"devDependencies": { "devDependencies": {
"grunt": "~0.4.5", "grunt": "^1.5.3",
"grunt-wp-i18n": "~0.5.0", "grunt-wp-i18n": "^1.0.3",
"grunt-wp-readme-to-markdown": "~1.0.0" "grunt-wp-readme-to-markdown": "^2.1.0"
} }
} }
File moved
File moved
...@@ -3,7 +3,7 @@ Contributors: ethitter ...@@ -3,7 +3,7 @@ Contributors: ethitter
Donate link: https://ethitter.com/donate/ Donate link: https://ethitter.com/donate/
Tags: seo, meta tags Tags: seo, meta tags
Requires at least: 4.4 Requires at least: 4.4
Tested up to: 5.9 Tested up to: 6.0
Stable tag: 0.6 Stable tag: 0.6
License: GPLv2 or later License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html License URI: http://www.gnu.org/licenses/gpl-2.0.html
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment