From 22974a2b68acd1e48718b7a84b95969acea23bca Mon Sep 17 00:00:00 2001
From: Erick Hitter <git-contrib@ethitter.com>
Date: Sat, 25 Jun 2022 12:33:38 -0700
Subject: [PATCH] Fix hook for textdomain loading

---
 README.md                         | 8 +++++++-
 languages/tag-dropdown-widget.pot | 6 +++---
 readme.txt                        | 8 +++++++-
 tag-dropdown-widget.php           | 2 +-
 4 files changed, 18 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index fc178cf..6b35b2e 100644
--- a/README.md
+++ b/README.md
@@ -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.
 
diff --git a/languages/tag-dropdown-widget.pot b/languages/tag-dropdown-widget.pot
index 90e169a..f3ef94d 100644
--- a/languages/tag-dropdown-widget.pot
+++ b/languages/tag-dropdown-widget.pot
@@ -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 ""
diff --git a/readme.txt b/readme.txt
index 99226d7..c30cad8 100644
--- a/readme.txt
+++ b/readme.txt
@@ -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.
 
diff --git a/tag-dropdown-widget.php b/tag-dropdown-widget.php
index 1d95fc6..9b68a5d 100644
--- a/tag-dropdown-widget.php
+++ b/tag-dropdown-widget.php
@@ -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/
-- 
GitLab