Tag 1.1.9.2

This commit is contained in:
Hoang Huu 2019-11-18 11:32:49 +07:00
parent 23b5505a42
commit 97f2f69063
2 changed files with 9 additions and 4 deletions

@ -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

@ -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 =