Skip to content

Commit

Permalink
Merge pull request #2659 from kprajapatii/master
Browse files Browse the repository at this point in the history
2.3.74
  • Loading branch information
kprajapatii authored Aug 22, 2024
2 parents 8b131be + 00fee86 commit 2dd9798
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions geodirectory.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* Plugin Name: GeoDirectory
* Plugin URI: https://wpgeodirectory.com/
* Description: GeoDirectory - Business Directory Plugin for WordPress.
* Version: 2.3.73
* Version: 2.3.74
* Author: AyeCode - WP Business Directory Plugins
* Author URI: https://wpgeodirectory.com
* Text Domain: geodirectory
Expand All @@ -34,7 +34,7 @@ final class GeoDirectory {
*
* @var string
*/
public $version = '2.3.73';
public $version = '2.3.74';

/**
* GeoDirectory instance.
Expand Down
2 changes: 1 addition & 1 deletion includes/widgets/class-geodir-widget-az-search.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class GeoDir_Widget_AZ_Search extends WP_Super_Duper {
public function __construct() {
$options = array(
'textdomain' => GEODIRECTORY_TEXTDOMAIN,
'block-icon' => 'fas fa-arrow-down-a-z',
'block-icon' => 'editor-spellcheck',
'block-category' => 'geodirectory',
'block-keywords' => "['az','geodir','search']",
'block-supports' => array(
Expand Down
Binary file modified languages/geodirectory-en_US.mo
Binary file not shown.
12 changes: 6 additions & 6 deletions languages/geodirectory-en_US.po
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
msgid ""
msgstr ""
"Project-Id-Version: GeoDirectory 2.3.73\n"
"Project-Id-Version: GeoDirectory 2.3.74\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-15 20:37+0530\n"
"PO-Revision-Date: 2024-08-15 20:37+0530\n"
"POT-Creation-Date: 2024-08-22 18:40+0530\n"
"PO-Revision-Date: 2024-08-22 18:40+0530\n"
"Last-Translator: \n"
"Language-Team: AyeCode Ltd <[email protected]>\n"
"Language: en_US\n"
Expand Down Expand Up @@ -11338,7 +11338,7 @@ msgstr ""
msgid "Could not retrieve template."
msgstr ""

#: includes/class-geodir-email.php:534
#: includes/class-geodir-email.php:536
#, php-format
msgid ""
"\n"
Expand All @@ -11347,11 +11347,11 @@ msgid ""
"Subject: %s\n"
msgstr ""

#: includes/class-geodir-email.php:535
#: includes/class-geodir-email.php:537
msgid "Email from GeoDirectory plugin failed to send"
msgstr ""

#: includes/class-geodir-email.php:1163 includes/post-functions.php:2031
#: includes/class-geodir-email.php:1165 includes/post-functions.php:2031
#: includes/widgets/class-geodir-widget-simple-archive-item.php:246
msgid "Author"
msgstr ""
Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: https://wpgeodirectory.com
Tags: business directory, listings, directory plugin, classifieds, directory
Requires at least: 4.5
Tested up to: 6.6
Stable tag: 2.3.73
Stable tag: 2.3.74
Requires PHP: 5.6
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Expand Down Expand Up @@ -319,7 +319,7 @@ We don't offer free trials, but we have a 30-day money-back guarantee if you are

__WARNING: GDv2 is a significant update over GDv1 and may require manual work, such as adding widgets to sidebars to recreate your current layout. As always, we recommend trying this on a staging site first. [Learn more](https://docs.wpgeodirectory.com/article/260-upgrading-from-gdv1-to-gdv2)__

= GeoDirectory v2.3.74 - TBD =
= GeoDirectory v2.3.74 - 2024-08-22 =
* Email tags added for comment link & comment post link - ADDED

= GeoDirectory v2.3.73 - 2024-08-15 =
Expand Down

0 comments on commit 2dd9798

Please sign in to comment.