From 040ec0044999c4eae57659319516c2770c93629d Mon Sep 17 00:00:00 2001 From: Hoang Huu Date: Tue, 1 Oct 2019 14:03:48 +0700 Subject: [PATCH] Tag 1.0.9 --- inc/api/v1/property.php | 1 + opal-estate-pro.php | 6 +++--- readme.txt | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/inc/api/v1/property.php b/inc/api/v1/property.php index 9dd7fceb..b8b996b9 100755 --- a/inc/api/v1/property.php +++ b/inc/api/v1/property.php @@ -227,6 +227,7 @@ class Property_Api extends Base_Api { $property['info']['address'] = $data->get_address(); $property['meta'] = $data->get_meta_shortinfo(); + $property['is_featured'] = $data->is_featured(); $property['status'] = $data->get_status(); $property['labels'] = $data->get_labels(); diff --git a/opal-estate-pro.php b/opal-estate-pro.php index 5c5935e2..4b14e9ea 100755 --- a/opal-estate-pro.php +++ b/opal-estate-pro.php @@ -3,7 +3,7 @@ * Plugin Name: Opal Estate Pro * Plugin URI: http://www.wpopal.com/product/opal-estate-wordpress-plugin/ * Description: Opal Real Estate Plugin is an ideal solution and brilliant choice for you to set up a professional estate website. - * Version: 1.0.8 + * Version: 1.0.9 * Author: WPOPAL * Author URI: http://www.wpopal.com * Requires at least: 4.6 @@ -151,7 +151,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.0.6' ); + _doing_it_wrong( __FUNCTION__, esc_html__( 'Cheatin’ huh?', 'opalestate-pro' ), '1.0.9' ); } /** @@ -160,7 +160,7 @@ if ( ! class_exists( 'OpalEstate' ) ) { public function setup_constants() { // Plugin version if ( ! defined( 'OPALESTATE_VERSION' ) ) { - define( 'OPALESTATE_VERSION', '1.0.6' ); + define( 'OPALESTATE_VERSION', '1.0.9' ); } // Plugin Folder Path diff --git a/readme.txt b/readme.txt index cfe1b184..b3ffc924 100755 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Donate link: http://www.wpopal.com/product/opal-estate-wordpress-plugin/ Tags: estate, property, opalestate, house for rent, agency for lease, estate submission, agents estate property, property marketplace Requires at least: 4.6 Tested up to: 5.2.3 -Stable tag: 1.0.6 +Stable tag: 1.0.9 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html