Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found
Select Git revision
  • develop
  • master
  • v1.3.1
  • v1.3.2
4 results

Target

Select target project
  • wp-plugins/taxonomy-list-widget
1 result
Select Git revision
  • develop
  • master
  • v1.3.1
  • v1.3.2
4 results
Show changes
Commits on Source (3)
...@@ -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
......
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/taxonomy-list-widget/-/raw/master/.wordpress-org/{screenshot}.png',
},
}, },
makepot: { makepot: {
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
**Donate link:** https://ethitter.com/donate/ **Donate link:** https://ethitter.com/donate/
**Tags:** tag, tags, taxonomy, sidebar, widget, widgets, list **Tags:** tag, tags, taxonomy, sidebar, widget, widgets, list
**Requires at least:** 2.8 **Requires at least:** 2.8
**Tested up to:** 5.9 **Tested up to:** 6.0
**Stable tag:** 1.3.2 **Stable tag:** 1.3.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
......
...@@ -4,8 +4,8 @@ msgid "" ...@@ -4,8 +4,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Taxonomy List Widget 1.3.2\n" "Project-Id-Version: Taxonomy List Widget 1.3.2\n"
"Report-Msgid-Bugs-To: " "Report-Msgid-Bugs-To: "
"https://wordpress.org/support/plugin/tag-list-widget\n" "https://wordpress.org/support/plugin/taxonomy-list-widget\n"
"POT-Creation-Date: 2022-06-25 20:31:58+00:00\n" "POT-Creation-Date: 2022-06-28 01:32:47+00:00\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n" "Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
...@@ -203,4 +203,4 @@ msgstr "" ...@@ -203,4 +203,4 @@ msgstr ""
#. Author URI of the plugin/theme #. Author URI of the plugin/theme
msgid "https://ethitter.com/" msgid "https://ethitter.com/"
msgstr "" msgstr ""
\ No newline at end of file
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: tag, tags, taxonomy, sidebar, widget, widgets, list Tags: tag, tags, taxonomy, sidebar, widget, widgets, list
Requires at least: 2.8 Requires at least: 2.8
Tested up to: 5.9 Tested up to: 6.0
Stable tag: 1.3.2 Stable tag: 1.3.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
......