Skip to content

Commit

Permalink
Merge pull request #2733 from kprajapatii/master
Browse files Browse the repository at this point in the history
2.3.88
  • Loading branch information
kprajapatii authored Nov 28, 2024
2 parents 46fc8fc + e55ff12 commit 0a4938d
Show file tree
Hide file tree
Showing 6 changed files with 501 additions and 478 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.87
* Version: 2.3.88
* 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.87';
public $version = '2.3.88';

/**
* GeoDirectory instance.
Expand Down
2 changes: 1 addition & 1 deletion includes/admin/class-geodir-admin-tools.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public function get_tools() {
'clear_paging_cache' => array(
'name' => __( 'Clear paging cache', 'geodirectory' ),
'button' => __( 'Clear', 'geodirectory' ),
'desc' => __( 'This tool will delete pagign cache when the BIG Data option is enabled', 'geodirectory' ) . ' ' . esc_attr( $big_data_status ),
'desc' => __( 'This tool will delete paging cache when the BIG Data option is enabled', 'geodirectory' ) . ' ' . esc_attr( $big_data_status ),
),
'search_replace_cf' => array(
'name' => __( 'Search & Replace Custom Field Value', 'geodirectory' ),
Expand Down
Binary file modified languages/geodirectory-en_US.mo
Binary file not shown.
Loading

0 comments on commit 0a4938d

Please sign in to comment.