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

Merge branch 'fix/i18n-hook' into 'master'

Fix hook for textdomain loading

See merge request !13
parents 39a04b12 22974a2b
No related branches found
No related tags found
1 merge request!13Fix hook for textdomain loading
Pipeline #4898 passed
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
**Tags:** tag, tags, taxonomy, sidebar, widget, widgets, dropdown, drop down **Tags:** tag, tags, taxonomy, sidebar, widget, widgets, dropdown, drop down
**Requires at least:** 2.8 **Requires at least:** 2.8
**Tested up to:** 6.0 **Tested up to:** 6.0
**Stable tag:** 2.3.2 **Stable tag:** 2.3.3
**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
...@@ -80,6 +80,9 @@ To make targeting a specific filter reference possible should you use multiple i ...@@ -80,6 +80,9 @@ To make targeting a specific filter reference possible should you use multiple i
## Changelog ## ## Changelog ##
### 2.3.3 ###
* Correct hook used to load plugin textdomain.
### 2.3.2 ### ### 2.3.2 ###
* Ready plugin for translation. * Ready plugin for translation.
...@@ -166,6 +169,9 @@ To make targeting a specific filter reference possible should you use multiple i ...@@ -166,6 +169,9 @@ To make targeting a specific filter reference possible should you use multiple i
## Upgrade Notice ## ## Upgrade Notice ##
### 2.3.3 ###
* Corrects hook used to load plugin textdomain.
### 2.3.2 ### ### 2.3.2 ###
Readies plugin for translation. Readies plugin for translation.
......
...@@ -2,10 +2,10 @@ ...@@ -2,10 +2,10 @@
# This file is distributed under the same license as the Taxonomy Dropdown Widget package. # This file is distributed under the same license as the Taxonomy Dropdown Widget package.
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Taxonomy Dropdown Widget 2.3.2\n" "Project-Id-Version: Taxonomy Dropdown Widget 2.3.3\n"
"Report-Msgid-Bugs-To: " "Report-Msgid-Bugs-To: "
"https://wordpress.org/support/plugin/tag-dropdown-widget\n" "https://wordpress.org/support/plugin/tag-dropdown-widget\n"
"POT-Creation-Date: 2022-06-25 18:24:14+00:00\n" "POT-Creation-Date: 2022-06-25 19:33:06+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"
...@@ -164,4 +164,4 @@ msgstr "" ...@@ -164,4 +164,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
...@@ -4,7 +4,7 @@ Donate link: https://ethitter.com/donate/ ...@@ -4,7 +4,7 @@ Donate link: https://ethitter.com/donate/
Tags: tag, tags, taxonomy, sidebar, widget, widgets, dropdown, drop down Tags: tag, tags, taxonomy, sidebar, widget, widgets, dropdown, drop down
Requires at least: 2.8 Requires at least: 2.8
Tested up to: 6.0 Tested up to: 6.0
Stable tag: 2.3.2 Stable tag: 2.3.3
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
...@@ -80,6 +80,9 @@ To make targeting a specific filter reference possible should you use multiple i ...@@ -80,6 +80,9 @@ To make targeting a specific filter reference possible should you use multiple i
== Changelog == == Changelog ==
= 2.3.3 =
* Correct hook used to load plugin textdomain.
= 2.3.2 = = 2.3.2 =
* Ready plugin for translation. * Ready plugin for translation.
...@@ -166,6 +169,9 @@ To make targeting a specific filter reference possible should you use multiple i ...@@ -166,6 +169,9 @@ To make targeting a specific filter reference possible should you use multiple i
== Upgrade Notice == == Upgrade Notice ==
= 2.3.3 =
* Corrects hook used to load plugin textdomain.
= 2.3.2 = = 2.3.2 =
Readies plugin for translation. Readies plugin for translation.
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
* Plugin URI: https://ethitter.com/plugins/taxonomy-dropdown-widget/ * Plugin URI: https://ethitter.com/plugins/taxonomy-dropdown-widget/
* Description: Creates a dropdown list of non-hierarchical taxonomies as an alternative to the term (tag) cloud. Widget provides numerous options to tailor the output to fit your site. Dropdown function can also be called directly for use outside of the widget. Formerly known as <strong><em>Tag Dropdown Widget</em></strong>. * Description: Creates a dropdown list of non-hierarchical taxonomies as an alternative to the term (tag) cloud. Widget provides numerous options to tailor the output to fit your site. Dropdown function can also be called directly for use outside of the widget. Formerly known as <strong><em>Tag Dropdown Widget</em></strong>.
* Author: Erick Hitter * Author: Erick Hitter
* Version: 2.3.2 * Version: 2.3.3
* Author URI: https://ethitter.com/ * Author URI: https://ethitter.com/
* Text Domain: tag-dropdown-widget * Text Domain: tag-dropdown-widget
* Domain Path: /languages/ * Domain Path: /languages/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment