From 6dfa94d24664f503827650338bde282fe519d4a0 Mon Sep 17 00:00:00 2001 From: Hoang Huu Date: Fri, 6 Dec 2019 10:08:22 +0700 Subject: [PATCH] Tag 1.2.1 --- opal-estate-pro.php | 6 +++--- readme.txt | 3 +++ 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/opal-estate-pro.php b/opal-estate-pro.php index 9fed86a9..bd55303e 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.2 + * Version: 1.2.1 * 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.2' ); + _doing_it_wrong( __FUNCTION__, esc_html__( 'Cheatin’ huh?', 'opalestate-pro' ), '1.2.1' ); } /** @@ -160,7 +160,7 @@ if ( ! class_exists( 'OpalEstate' ) ) { public function setup_constants() { // Plugin version if ( ! defined( 'OPALESTATE_VERSION' ) ) { - define( 'OPALESTATE_VERSION', '1.2' ); + define( 'OPALESTATE_VERSION', '1.2.1' ); } // Plugin Folder Path diff --git a/readme.txt b/readme.txt index 7f2f0d15..955426ac 100755 --- a/readme.txt +++ b/readme.txt @@ -156,6 +156,9 @@ 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.2.1 - 2019-12-06 = +* Fixes - Submission property not saved. + = 1.2 - 2019-12-04 = * Fixes - Login ajax. * Added - Enable email settings.