Skip to content

Commit

Permalink
2.0.0.2-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
stiofan committed Mar 21, 2018
1 parent 4a3925e commit cecc86f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions change_log.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ v2.0.0.2-beta
Business Hours not working on map popup - FIXED
Backend author filed should show all users not only authors - FIXED
Backend add listing has no validation - FIXED
Lat/Lon HTML5 number inputs can show comma instead of decimal depending on browser language - FIXED
submit_ip is varchar(20) which will not support IPv6 address - FIXED
Tab description does not respect non-HTML line breaks - FIXED
Added design setting to be able to change what page template file the details page uses for theme compatibility - ADDED

v2.0.0.1-beta
More then one image slider with same id on same page not working - FIXED
Expand All @@ -10,10 +14,6 @@ Category ID settings column too wide - FIXED
GD > Listings widget now used Archive item page template - FIXED
CPT custom fields settings show unused save button - FIXED
Default location setting missing the "Set address on map" button - FIXED
Lan/Lon HTML5 number inputs can show comma instead of decimal depending on browser language - FIXED
submit_ip is varchar(20) which will not support IPv6 address - FIXED
Tab description does not respect non-HTML line breaks - FIXED
Added design setting to be able to change what page template file the details page uses for theme compatibility - ADDED

v2.0.0.0-beta
Initial beta release - INFO
Expand Down
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 plugin for WordPress.
* Version: 2.0.0.1-beta
* Version: 2.0.0.2-beta
* Author: AyeCode Ltd
* Author URI: https://wpgeodirectory.com
* Text Domain: geodirectory
Expand Down Expand Up @@ -60,7 +60,7 @@ final class GeoDirectory {
*
* @var string
*/
public $version = '2.0.0.1-beta';
public $version = '2.0.0.2-beta';

/**
* GeoDirectory instance.
Expand Down
2 changes: 1 addition & 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: directory plugin, business directory, listings, classifieds, real estate
Requires at least: 3.1
Tested up to: 4.9.5
Stable tag: 2.0.0.1-beta
Stable tag: 2.0.0.2-beta
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Expand Down

0 comments on commit cecc86f

Please sign in to comment.