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

Bump WP compat

parent 7dc8da3a
No related branches found
No related tags found
1 merge request!12Bump WP compat
Pipeline #4747 passed with warnings
......@@ -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
......
.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/eth-redirect-to-latest-post/-/raw/master/.wordpress-org/{screenshot}.png',
},
},
makepot: {
......
# ETH Redirect to Latest Post #
**Contributors:** ethitter
**Donate link:** https://ethitter.com/donate/
**Tags:** latest, latest post, redirect, redirect latest, redirect post
**Requires at least:** 4.5
**Tested up to:** 5.9
**Stable tag:** 0.3
**License:** GPLv2 or later
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html
**Contributors:** [ethitter](https://profiles.wordpress.org/ethitter/)
**Donate link:** https://ethitter.com/donate/
**Tags:** latest, latest post, redirect, redirect latest, redirect post
**Requires at least:** 4.5
**Tested up to:** 6.0
**Stable tag:** 0.3
**License:** GPLv2 or later
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html
Redirect a chosen slug, "latest" by default, to, well, the most-recently-published post.
......
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
Donate link: https://ethitter.com/donate/
Tags: latest, latest post, redirect, redirect latest, redirect post
Requires at least: 4.5
Tested up to: 5.9
Tested up to: 6.0
Stable tag: 0.3
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.
Please register or to comment