Skip to content

Commit

Permalink
Merge pull request #2756 from kprajapatii/master
Browse files Browse the repository at this point in the history
2.8.93
  • Loading branch information
kprajapatii authored Dec 19, 2024
2 parents a6ac5b9 + 1f486d8 commit 31031b9
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 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.8.92
* Version: 2.8.93
* 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.8.92';
public $version = '2.8.93';

/**
* GeoDirectory instance.
Expand Down
2 changes: 1 addition & 1 deletion includes/widgets/class-geodir-widget-map.php
Original file line number Diff line number Diff line change
Expand Up @@ -852,7 +852,7 @@ public static function custom_script( $map_options ) {
}
}
?>
<style>.geodir_map_container .poi-info-window .full-width{width:180px;position:relative;margin-left:inherit;left:inherit;}</style>
<style>.geodir_map_container .poi-info-window .full-width{width:180px;position:relative;margin-left:inherit;left:inherit;}.geodir-map-canvas .gm-style img{max-width:none}</style>
<script type="text/javascript">
window.gdBaseLat = <?php echo geodir_sanitize_float( $base_latitude ); ?>;
window.gdBaseLng = <?php echo geodir_sanitize_float( $base_longitude ); ?>;
Expand Down
Binary file modified languages/geodirectory-en_US.mo
Binary file not shown.
6 changes: 3 additions & 3 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.8.92\n"
"Project-Id-Version: GeoDirectory 2.8.93\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-12-12 20:18+0530\n"
"PO-Revision-Date: 2024-12-12 20:19+0530\n"
"POT-Creation-Date: 2024-12-19 20:39+0530\n"
"PO-Revision-Date: 2024-12-19 20:39+0530\n"
"Last-Translator: \n"
"Language-Team: AyeCode Ltd <[email protected]>\n"
"Language: en_US\n"
Expand Down
5 changes: 3 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: 5.0
Tested up to: 6.7
Stable tag: 2.8.92
Stable tag: 2.8.93
Requires PHP: 5.6
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Expand Down Expand Up @@ -319,8 +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.8.93 - TBD =
= GeoDirectory v2.8.93 - 2024-12-19 =
* MySQL error BLOB, TEXT, GEOMETRY or JSON column can't have a default value - FIXED
* Google map street view pegman icon not visible - FIXED

= GeoDirectory v2.8.92 - 2024-12-12 =
* GD > Post Address not rendered for optional & empty street value - CHANGED
Expand Down

0 comments on commit 31031b9

Please sign in to comment.