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

Bump WP compatibility

parent 02863ba4
No related branches found
No related tags found
1 merge request!12Bump WP compatibility
Pipeline #4756 passed with warnings with stages
in 2 minutes and 39 seconds
......@@ -4,6 +4,7 @@
.git
.gitignore
.gitlab-ci.yml
.nvmrc
.travis.yml
.DS_Store
Thumbs.db
......
......@@ -4,6 +4,7 @@
/.gitattributes export-ignore
/.gitignore export-ignore
/.gitlab-ci.yml export-ignore
/.nvmrc export-ignore
/.travis.yml export-ignore
/.DS_Store export-ignore
/Thumbs.db export-ignore
......
......@@ -4,6 +4,7 @@ phpunit.xml
Thumbs.db
wp-cli.local.yml
node_modules/
.idea/
*.sql
*.tar.gz
*.zip
.nvmrc 0 → 100644
v16
......@@ -25,6 +25,10 @@ module.exports = function( grunt ) {
'README.md': 'readme.txt'
}
},
options: {
screenshot_url:
'https://git-cdn.e15r.co/wp-plugins/external-permalinks-redux/-/raw/master/.wordpress-org/{screenshot}.png',
},
},
makepot: {
......
# External Permalinks Redux #
**Contributors:** ethitter, thinkoomph
**Contributors:** [ethitter](https://profiles.wordpress.org/ethitter/), [thinkoomph](https://profiles.wordpress.org/thinkoomph/)
**Donate link:** http://www.thinkoomph.com/plugins-modules/external-permalinks-redux/
**Tags:** link, redirect, external link, permalink
**Requires at least:** 3.0
**Tested up to:** 5.9
**Tested up to:** 6.0
**Stable tag:** 1.2
**License:** GPLv2 or later
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html
......
This diff is collapsed.
......@@ -4,8 +4,8 @@
"main": "Gruntfile.js",
"author": "Erick Hitter",
"devDependencies": {
"grunt": "~0.4.5",
"grunt-wp-i18n": "~0.5.0",
"grunt-wp-readme-to-markdown": "~1.0.0"
"grunt": "^1.5.3",
"grunt-wp-i18n": "^1.0.3",
"grunt-wp-readme-to-markdown": "^2.1.0"
}
}
File moved
File moved
......@@ -3,7 +3,7 @@ Contributors: ethitter, thinkoomph
Donate link: http://www.thinkoomph.com/plugins-modules/external-permalinks-redux/
Tags: link, redirect, external link, permalink
Requires at least: 3.0
Tested up to: 5.9
Tested up to: 6.0
Stable tag: 1.2
License: GPLv2 or later
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.
Finish editing this message first!
Please register or to comment