diff --git a/.DS_Store b/.DS_Store index 6614a507..40bd118b 100755 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/changelog.txt b/changelog.txt index 4bff4240..3af992c4 100755 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,6 @@ += 1.4.9 - 2020-05-12 = +* Fixes - User Dashboard. + = 1.4.8 - 2020-05-05 = * Fixes - Submission information tab. diff --git a/opal-estate-pro.php b/opal-estate-pro.php index f7a488e2..35559eec 100755 --- a/opal-estate-pro.php +++ b/opal-estate-pro.php @@ -3,7 +3,7 @@ * Plugin Name: Opal Estate Pro * Plugin URI: https://wpdocs.gitbook.io/opal-estate/ * Description: Opal Real Estate Plugin is an ideal solution and brilliant choice for you to set up a professional estate website. - * Version: 1.4.8 + * Version: 1.4.9 * Author: WPOPAL * Author URI: http://www.wpopal.com * Requires at least: 4.9 @@ -150,7 +150,7 @@ if ( ! class_exists( 'OpalEstate' ) ) { */ public function __clone() { // Cloning instances of the class is forbidden - _doing_it_wrong( __FUNCTION__, esc_html__( 'Cheatin’ huh?', 'opalestate-pro' ), '1.4.8' ); + _doing_it_wrong( __FUNCTION__, esc_html__( 'Cheatin’ huh?', 'opalestate-pro' ), '1.4.9' ); } /** @@ -159,7 +159,7 @@ if ( ! class_exists( 'OpalEstate' ) ) { public function setup_constants() { // Plugin version if ( ! defined( 'OPALESTATE_VERSION' ) ) { - define( 'OPALESTATE_VERSION', '1.4.8' ); + define( 'OPALESTATE_VERSION', '1.4.9' ); } // Plugin Folder Path diff --git a/readme.txt b/readme.txt index 83b0a60d..59e87754 100755 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Donate link: https://wpdocs.gitbook.io/opal-estate/ Tags: estate, property, opalestate, house for rent, agency for lease, estate submission, agents estate property, property marketplace Requires at least: 4.9 Tested up to: 5.3.2 -Stable tag: 1.4.3.1 +Stable tag: 1.4.9 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -156,6 +156,12 @@ This section describes how to install the plugin and get it working. * System tickets support 24/7 available : [free support](https://wpopal.ticksy.com/ "Visit the Plugin support Page") == Changelog == += 1.4.9 - 2020-05-12 = +* Fixes - User Dashboard. + += 1.4.8 - 2020-05-05 = +* Fixes - Submission information tab. + = 1.4.6 - 2020-04-22 = * Fixes - Search queries. * Removed - Sticky single property sidebar. diff --git a/templates/user-management.php b/templates/user-management.php index d7dc950c..92875769 100755 --- a/templates/user-management.php +++ b/templates/user-management.php @@ -111,9 +111,9 @@ $roles_classes = implode( ' ', array_map( 'sanitize_html_class', $roles ) )