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
Branches
Tags
1 merge request!13Fix hook for textdomain loading
Pipeline #4898 passed
......@@ -4,7 +4,7 @@
**Tags:** tag, tags, taxonomy, sidebar, widget, widgets, dropdown, drop down
**Requires at least:** 2.8
**Tested up to:** 6.0
**Stable tag:** 2.3.2
**Stable tag:** 2.3.3
**License:** GPLv2 or later
**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
## Changelog ##
### 2.3.3 ###
* Correct hook used to load plugin textdomain.
### 2.3.2 ###
* Ready plugin for translation.
......@@ -166,6 +169,9 @@ To make targeting a specific filter reference possible should you use multiple i
## Upgrade Notice ##
### 2.3.3 ###
* Corrects hook used to load plugin textdomain.
### 2.3.2 ###
Readies plugin for translation.
......
......@@ -2,10 +2,10 @@
# This file is distributed under the same license as the Taxonomy Dropdown Widget package.
msgid ""
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: "
"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"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
......@@ -164,4 +164,4 @@ msgstr ""
#. Author URI of the plugin/theme
msgid "https://ethitter.com/"
msgstr ""
\ No newline at end of file
msgstr ""
......@@ -4,7 +4,7 @@ Donate link: https://ethitter.com/donate/
Tags: tag, tags, taxonomy, sidebar, widget, widgets, dropdown, drop down
Requires at least: 2.8
Tested up to: 6.0
Stable tag: 2.3.2
Stable tag: 2.3.3
License: GPLv2 or later
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
== Changelog ==
= 2.3.3 =
* Correct hook used to load plugin textdomain.
= 2.3.2 =
* Ready plugin for translation.
......@@ -166,6 +169,9 @@ To make targeting a specific filter reference possible should you use multiple i
== Upgrade Notice ==
= 2.3.3 =
* Corrects hook used to load plugin textdomain.
= 2.3.2 =
Readies plugin for translation.
......
......@@ -5,7 +5,7 @@
* 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>.
* Author: Erick Hitter
* Version: 2.3.2
* Version: 2.3.3
* Author URI: https://ethitter.com/
* Text Domain: tag-dropdown-widget
* Domain Path: /languages/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment