Skip to content

Commit

Permalink
2.0.0.51
Browse files Browse the repository at this point in the history
  • Loading branch information
stiofan committed Apr 2, 2019
1 parent 70580ec commit 8181b92
Show file tree
Hide file tree
Showing 14 changed files with 25 additions and 23 deletions.
2 changes: 1 addition & 1 deletion assets/css/admin.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/css/admin.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/css/block_editor.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/css/block_editor.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/css/gd_core_frontend.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/css/gd_core_frontend.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/css/partials/_ratings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
}

.gd-rating-wrap{
display: inline-block;
display: inline;
max-width: max-content;
overflow: hidden;
position: relative;
Expand Down
2 changes: 1 addition & 1 deletion assets/css/style.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/css/style.css.map

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions change_log.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v2.0.0.51
* First release of v2 on wp.org - INFO

v2.0.0.50
"Clear version numbers" tool should clear countries db version - ADDED
GD Listings block advanced settings breaks due to paging settings - FIXED
Expand Down
9 changes: 4 additions & 5 deletions geodirectory.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,21 @@
* This is the main GeoDirectory plugin file, here we declare and call the important stuff
*
* @package GeoDirectory
* @copyright 2016 AyeCode Ltd
* @copyright 2019 AyeCode Ltd
* @license GPL-2.0+
* @since 1.0.0
*
* @wordpress-plugin
* Plugin Name: GeoDirectory
* Plugin URI: https://wpgeodirectory.com/
* Description: GeoDirectory plugin for WordPress.
* Version: 2.0.0.50
* Version: 2.0.0.51
* Author: AyeCode Ltd
* Author URI: https://wpgeodirectory.com
* Text Domain: geodirectory
* Domain Path: /languages
* Requires at least: 4.5
* Tested up to: 5.2
* Update URL: https://github.com/AyeCode/geodirectory/
* Tested up to: 5.1
*/


Expand All @@ -36,7 +35,7 @@ final class GeoDirectory {
*
* @var string
*/
public $version = '2.0.0.50';
public $version = '2.0.0.51';

/**
* GeoDirectory instance.
Expand Down
Binary file modified languages/geodirectory-en_US.mo
Binary file not shown.
8 changes: 4 additions & 4 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.0.0.50\n"
"Project-Id-Version: GeoDirectory 2.0.0.51\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-04-01 19:30+0100\n"
"PO-Revision-Date: 2019-04-01 19:30+0100\n"
"POT-Creation-Date: 2019-04-02 10:37+0100\n"
"PO-Revision-Date: 2019-04-02 10:38+0100\n"
"Last-Translator: \n"
"Language-Team: AyeCode Ltd <[email protected]>\n"
"Language: en_US\n"
Expand All @@ -20,7 +20,7 @@ msgstr ""
"X-Generator: Poedit 1.8.7.1\n"
"X-Poedit-SearchPath-0: .\n"

#: geodirectory.php:178
#: geodirectory.php:177
msgid ""
"Your version of PHP is below the minimum version of PHP required by "
"GeoDirectory. Please contact your host and request that your version be "
Expand Down
10 changes: 5 additions & 5 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: directory plugin, business directory, listings, classifieds, real estate, address book, addressbook, addresses, bio, biographies, bios, business, business directory plugin, business-directory, businesses, church, directories, directory, directory widget, geodirectory, googlemap, googlemaps, google maps, list, lists, member directory, members directories, members directory, microformat, microformats, multisite, profile, profiles, staff, user, users, vcard, wordpress business directory, wordpress directory, wordpress directory plugin, yelp clone, tripadvisor clone, yellow pages clone, wordpress business directory plugin, wordpress directory theme, wordpress business directory theme, wordpress city directory plugin, wordpress local directory plugin, city directory
Requires at least: 4.5
Requires PHP: 5.3
Tested up to: 5.2
Stable tag: 2.0.0.50
Tested up to: 5.1
Stable tag: 2.0.0.51


Create a location-based business directory with our plugin, 100% compatible with any theme and page builders. In a few clicks you could be the next Yelp or Tripadvisor.
Expand Down Expand Up @@ -132,10 +132,10 @@ GeoDirectory comes with some dummy data you can use to see how listings look. Yo

== Changelog ==

= 2.0.0.50 =
[GeoDirectory changelog for version 2.0.0.50](http://wpgeodirectory.com/change-logs/#v2.0.0.50).
= 2.0.0.51 =
[GeoDirectory changelog for version 2.0.0.51](http://wpgeodirectory.com/change-logs-v2/#v2.0.0.51).

== Upgrade Notice ==

= 2.0.0.48 =
= 2.0.0.0 =
NOTICE: GDv2 is a major update that will require some manual steps to restore some directory functionality when updating from GDv1. [Documentation](https://wpgeodirectory.com/docs-v2/geodirectory/upgrade-from-gdv1/)

0 comments on commit 8181b92

Please sign in to comment.