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 @@
.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
......
v16
......@@ -25,6 +25,10 @@ module.exports = function( grunt ) {
'README.md': 'readme.txt'
}
},
options: {
screenshot_url:
'https://git-cdn.e15r.co/wp-plugins/taxonomy-list-widget/-/raw/master/.wordpress-org/{screenshot}.png',
},
},
makepot: {
......
......@@ -3,7 +3,7 @@
**Donate link:** https://ethitter.com/donate/
**Tags:** tag, tags, taxonomy, sidebar, widget, widgets, list
**Requires at least:** 2.8
**Tested up to:** 5.9
**Tested up to:** 6.0
**Stable tag:** 1.3.2
**License:** GPLv2 or later
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html
......
......@@ -4,8 +4,8 @@ msgid ""
msgstr ""
"Project-Id-Version: Taxonomy List Widget 1.3.2\n"
"Report-Msgid-Bugs-To: "
"https://wordpress.org/support/plugin/tag-list-widget\n"
"POT-Creation-Date: 2022-06-25 20:31:58+00:00\n"
"https://wordpress.org/support/plugin/taxonomy-list-widget\n"
"POT-Creation-Date: 2022-06-28 01:32:47+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
......@@ -203,4 +203,4 @@ msgstr ""
#. Author URI of the plugin/theme
msgid "https://ethitter.com/"
msgstr ""
msgstr ""
\ No newline at end of file
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, list
Requires at least: 2.8
Tested up to: 5.9
Tested up to: 6.0
Stable tag: 1.3.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
......