From 97f2f6906336f0066438eefd5ca92c115b647249 Mon Sep 17 00:00:00 2001 From: Hoang Huu Date: Mon, 18 Nov 2019 11:32:49 +0700 Subject: [PATCH 1/3] Tag 1.1.9.2 --- opal-estate-pro.php | 6 +++--- readme.txt | 7 ++++++- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/opal-estate-pro.php b/opal-estate-pro.php index 6579b7c6..b2f7a415 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.1.9.1 + * Version: 1.1.9.2 * 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.1.9.1' ); + _doing_it_wrong( __FUNCTION__, esc_html__( 'Cheatin’ huh?', 'opalestate-pro' ), '1.1.9.2' ); } /** @@ -160,7 +160,7 @@ if ( ! class_exists( 'OpalEstate' ) ) { public function setup_constants() { // Plugin version if ( ! defined( 'OPALESTATE_VERSION' ) ) { - define( 'OPALESTATE_VERSION', '1.1.9.1' ); + define( 'OPALESTATE_VERSION', '1.1.9.2' ); } // Plugin Folder Path diff --git a/readme.txt b/readme.txt index 8395f41b..d4a82725 100755 --- a/readme.txt +++ b/readme.txt @@ -156,7 +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.1.9 - 2019-11-08 = += 1.1.9.2 - 2019-11-18 = +* Added - Fix API. +* Fixes - Search query. +* Fixes - Remove price required. + += 1.1.9.1 - 2019-11-08 = * Added - Template hooks. = 1.1.9 - 2019-11-07 = From 554b629cc7e7e54f10433d24173f92bbbdba8728 Mon Sep 17 00:00:00 2001 From: Hoang Huu Date: Mon, 18 Nov 2019 11:32:58 +0700 Subject: [PATCH 2/3] Update readme.txt --- readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index d4a82725..910d80cb 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.6 Tested up to: 5.2.3 -Stable tag: 1.1.9.1 +Stable tag: 1.1.9.2 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html From ab1a7d231d08eb258fc38f4274a98ce112033bd2 Mon Sep 17 00:00:00 2001 From: Hoang Huu Date: Mon, 18 Nov 2019 11:34:11 +0700 Subject: [PATCH 3/3] Update changelog.txt --- changelog.txt | 42 ++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 40 insertions(+), 2 deletions(-) diff --git a/changelog.txt b/changelog.txt index 6644ea50..77499fd6 100755 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,43 @@ -= 1.0.6 - 2019-09-28 = -* Fixes - Show on|off block content of job and implement API += 1.1.9.2 - 2019-11-18 = +* Added - Fix API. +* Fixes - Search query. +* Fixes - Remove price required. + += 1.1.9.1 - 2019-11-08 = +* Added - Template hooks. + += 1.1.9 - 2019-11-07 = +* Fixes - Dashboard page. +* Added - Expired properties. + += 1.1.8 - 2019-10-31 = +* Fixes - Submission settings. +* Fixes - Order settings in the search page. +* Fixes - Single property image size. +* Added - Automatic generate property SKU. +* Added - Enable/Disable Request Viewing. + + += 1.1.7 - 2019-10-30 = +* Added - Google Map styles. + += 1.1.6 - 2019-10-26 = +* Added - Setting information fields. + += 1.1.5 - 2019-10-21 = +* Fixes - Email templates. + += 1.1.4 - 2019-10-17 = +* Fixes - Properties collection pagination. +* Fixes - Agents collection pagination. +* Fixes - Agencies collection pagination. + += 1.1.3 - 2019-10-15 = +* Fixes - Submission. + += 1.1.2 - 2019-10-10 = +* Fixes - Settings. +* Fixes - Templates. = 1.0.5 - 2019-09-25 = * Fixes - Dashboard CSS.