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

Merge branch 'bump-wp-compat' into 'master'

Bump WP compatibility

See merge request !12
parents 02863ba4 af3b172c
No related branches found
No related tags found
1 merge request!12Bump WP compatibility
Pipeline #4758 passed with warnings with stages
in 3 minutes and 9 seconds
...@@ -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
......
...@@ -4,6 +4,7 @@ phpunit.xml ...@@ -4,6 +4,7 @@ phpunit.xml
Thumbs.db Thumbs.db
wp-cli.local.yml wp-cli.local.yml
node_modules/ node_modules/
.idea/
*.sql *.sql
*.tar.gz *.tar.gz
*.zip *.zip
.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/external-permalinks-redux/-/raw/master/.wordpress-org/{screenshot}.png',
},
}, },
makepot: { makepot: {
......
# External Permalinks Redux # # 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/ **Donate link:** http://www.thinkoomph.com/plugins-modules/external-permalinks-redux/
**Tags:** link, redirect, external link, permalink **Tags:** link, redirect, external link, permalink
**Requires at least:** 3.0 **Requires at least:** 3.0
**Tested up to:** 5.9 **Tested up to:** 6.0
**Stable tag:** 1.2 **Stable tag:** 1.2
**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, thinkoomph ...@@ -3,7 +3,7 @@ Contributors: ethitter, thinkoomph
Donate link: http://www.thinkoomph.com/plugins-modules/external-permalinks-redux/ Donate link: http://www.thinkoomph.com/plugins-modules/external-permalinks-redux/
Tags: link, redirect, external link, permalink Tags: link, redirect, external link, permalink
Requires at least: 3.0 Requires at least: 3.0
Tested up to: 5.9 Tested up to: 6.0
Stable tag: 1.2 Stable tag: 1.2
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.
Finish editing this message first!
Please register or to comment