Skip to content

Commit

Permalink
2.0.0.49
Browse files Browse the repository at this point in the history
  • Loading branch information
stiofan committed Mar 26, 2019
1 parent 048a922 commit 42513bd
Show file tree
Hide file tree
Showing 12 changed files with 863 additions and 613 deletions.
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/_reviews.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
float: left;
margin: 0;
margin-right: 10px;
border-radius: 25px;
border-radius: 50%;
}
.geodir-review-ratings{
display: inline;
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.

2 changes: 1 addition & 1 deletion assets/js/add-listing.min.js

Large diffs are not rendered by default.

28 changes: 2 additions & 26 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.48
* Version: 2.0.0.49
* Author: AyeCode Ltd
* Author URI: https://wpgeodirectory.com
* Text Domain: geodirectory
Expand All @@ -22,30 +22,6 @@
*/


/**
* Show WP Easy Updates required admin notification.
*/
if(is_admin()){
if (!function_exists('ayecode_show_update_plugin_requirement')) {//only load the update file if needed
function ayecode_show_update_plugin_requirement() {
if ( !defined( 'WP_EASY_UPDATES_ACTIVE' ) ) {
?>
<div class="notice notice-warning is-dismissible">
<p>
<strong>
<?php
echo sprintf( __( 'The plugin %sWP Easy Updates%s is required to check for and update some installed plugins/themes, please install it now.', 'geodirectory' ), '<a href="https://wpeasyupdates.com/" target="_blank" title="WP Easy Updates">', '</a>' );
?>
</strong>
</p>
</div>
<?php
}
}
add_action( 'admin_notices', 'ayecode_show_update_plugin_requirement' );
}
}

if ( ! class_exists( 'GeoDirectory' ) ) :

/**
Expand All @@ -60,7 +36,7 @@ final class GeoDirectory {
*
* @var string
*/
public $version = '2.0.0.48';
public $version = '2.0.0.49';

/**
* GeoDirectory instance.
Expand Down
Binary file modified languages/geodirectory-en_US.mo
Binary file not shown.
Loading

0 comments on commit 42513bd

Please sign in to comment.