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

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

Bump WP compatibility

See merge request !10
parents 1ebbf611 87667447
No related branches found
No related tags found
1 merge request!10Bump WP compatibility
Pipeline #4755 passed
......@@ -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
......
......@@ -7,3 +7,4 @@ node_modules/
*.sql
*.tar.gz
*.zip
.idea/
.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/taxonomy-dropdown-widget/-/raw/master/.wordpress-org/{screenshot}.png',
},
},
makepot: {
......
# Taxonomy Dropdown Widget #
**Contributors:** ethitter
**Contributors:** [ethitter](https://profiles.wordpress.org/ethitter/)
**Donate link:** https://ethitter.com/donate/
**Tags:** tag, tags, taxonomy, sidebar, widget, widgets, dropdown, drop down
**Requires at least:** 2.8
**Tested up to:** 5.9
**Tested up to:** 6.0
**Stable tag:** 2.3.1
**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
Donate link: https://ethitter.com/donate/
Tags: tag, tags, taxonomy, sidebar, widget, widgets, dropdown, drop down
Requires at least: 2.8
Tested up to: 5.9
Tested up to: 6.0
Stable tag: 2.3.1
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