Skip to content

Commit

Permalink
2.3.90
Browse files Browse the repository at this point in the history
  • Loading branch information
Stiofan committed Nov 30, 2024
1 parent 481cec0 commit 6b88f2a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 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.89
* Version: 2.3.90
* 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.89';
public $version = '2.3.90';

/**
* GeoDirectory instance.
Expand Down
3 changes: 2 additions & 1 deletion includes/class-geodir-compatibility.php
Original file line number Diff line number Diff line change
Expand Up @@ -4305,7 +4305,8 @@ public static function block_theme_load_scripts( $options, $super_duper ) {
if ( ! wp_script_is( 'geodir', 'registered' ) ) {
$geodir_frontend_scripts_loaded = true;

GeoDir_Frontend_Scripts::load_scripts();
// call scripts after the WP object is loaded so we can use page conditions
add_action('wp', array('GeoDir_Frontend_Scripts','load_scripts'), 10);
}
}

Expand Down
2 changes: 1 addition & 1 deletion includes/general-functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -3284,4 +3284,4 @@ function geodir_widget_enqueue_scripts( $args, $widget = array(), $extra = array
}
}
}
}
}
5 changes: 4 additions & 1 deletion 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: 5.0
Tested up to: 6.7
Stable tag: 2.3.89
Stable tag: 2.3.90
Requires PHP: 5.6
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Expand Down Expand Up @@ -319,6 +319,9 @@ 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.90 - 2024-11-30 =
* Load scripts on call feature can break block theme add listing page map - FIXED

= GeoDirectory v2.3.89 - 2024-11-29 =
* Old version of AUI conflicts if not updated - FIXED

Expand Down

0 comments on commit 6b88f2a

Please sign in to comment.