Skip to content

Commit

Permalink
2.0.0.10-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
stiofan committed Apr 6, 2018
1 parent a2dacd9 commit 2130efc
Show file tree
Hide file tree
Showing 4 changed files with 5 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 plugin for WordPress.
* Version: 2.0.0.9-beta
* Version: 2.0.0.10-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.9-beta';
public $version = '2.0.0.10-beta';

/**
* GeoDirectory instance.
Expand Down
2 changes: 1 addition & 1 deletion includes/admin/settings/class-geodir-settings-cpt-cf.php
Original file line number Diff line number Diff line change
Expand Up @@ -1021,7 +1021,7 @@ function fields_predefined( $post_type ) {
'class' => 'gd-get-directions',
'icon' => 'fa fa-location-arrow',
'name' => __( 'Get Directions Link', 'geodirectory' ),
'description' => __( 'Adds a input for twitter username and outputs feed.', 'geodirectory' ),
'description' => __( 'Adds a link to be able to get directions to the post.', 'geodirectory' ),
'defaults' => array(
'data_type' => 'VARCHAR',
'admin_title' => 'Get Directions',
Expand Down
2 changes: 1 addition & 1 deletion includes/class-geodir-shortcodes.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public static function gd_loop( $atts = array(), $content = null ) {
}
return ob_get_clean();
}else{
return "xxx";
return __("No listings found that mach your criteria.","geodirectory");
}
}

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.9-beta
Stable tag: 2.0.0.10-beta
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Expand Down

0 comments on commit 2130efc

Please sign in to comment.