update
This commit is contained in:
parent
6782030b75
commit
9aa9887e50
@ -1,3 +1,6 @@
|
|||||||
|
= 1.6.10 - 2020-08-03 =
|
||||||
|
* Fixes - Send mail
|
||||||
|
|
||||||
= 1.6.6 - 2020-08-03 =
|
= 1.6.6 - 2020-08-03 =
|
||||||
* Fixes - Frontend submission form
|
* Fixes - Frontend submission form
|
||||||
|
|
||||||
|
@ -200,6 +200,7 @@ class Opalestate_User_Form_Handler {
|
|||||||
} else {
|
} else {
|
||||||
/* After register successfully */
|
/* After register successfully */
|
||||||
do_action( 'opalestate_after_register_successfully', $user_id );
|
do_action( 'opalestate_after_register_successfully', $user_id );
|
||||||
|
wp_new_user_notification( $user_id, false, 'user' );
|
||||||
|
|
||||||
$redirect = home_url();
|
$redirect = home_url();
|
||||||
if ( opalestate_get_option( 'login_user' ) ) {
|
if ( opalestate_get_option( 'login_user' ) ) {
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
# This file is distributed under the same license as the Opal Estate Pro package.
|
# This file is distributed under the same license as the Opal Estate Pro package.
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Opal Estate Pro 1.6.9\n"
|
"Project-Id-Version: Opal Estate Pro 1.6.10\n"
|
||||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/opal-estate-pro\n"
|
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/opal-estate-pro\n"
|
||||||
"POT-Creation-Date: 2020-08-20 10:29:06+00:00\n"
|
"POT-Creation-Date: 2020-08-20 10:29:06+00:00\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
* Plugin Name: Opal Estate Pro
|
* Plugin Name: Opal Estate Pro
|
||||||
* Plugin URI: https://wpdocs.gitbook.io/opal-estate/
|
* 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.
|
* Description: Opal Real Estate Plugin is an ideal solution and brilliant choice for you to set up a professional estate website.
|
||||||
* Version: 1.6.9
|
* Version: 1.6.10
|
||||||
* Author: WPOPAL
|
* Author: WPOPAL
|
||||||
* Author URI: http://www.wpopal.com
|
* Author URI: http://www.wpopal.com
|
||||||
* Requires at least: 4.9
|
* Requires at least: 4.9
|
||||||
@ -154,7 +154,7 @@ if ( ! class_exists( 'OpalEstate' ) ) {
|
|||||||
*/
|
*/
|
||||||
public function __clone() {
|
public function __clone() {
|
||||||
// Cloning instances of the class is forbidden
|
// Cloning instances of the class is forbidden
|
||||||
_doing_it_wrong( __FUNCTION__, esc_html__( 'Cheatin’ huh?', 'opalestate-pro' ), '1.6.9' );
|
_doing_it_wrong( __FUNCTION__, esc_html__( 'Cheatin’ huh?', 'opalestate-pro' ), '1.6.10' );
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -163,7 +163,7 @@ if ( ! class_exists( 'OpalEstate' ) ) {
|
|||||||
public function setup_constants() {
|
public function setup_constants() {
|
||||||
// Plugin version
|
// Plugin version
|
||||||
if ( ! defined( 'OPALESTATE_VERSION' ) ) {
|
if ( ! defined( 'OPALESTATE_VERSION' ) ) {
|
||||||
define( 'OPALESTATE_VERSION', '1.6.9' );
|
define( 'OPALESTATE_VERSION', '1.6.10' );
|
||||||
}
|
}
|
||||||
|
|
||||||
// Plugin Folder Path
|
// Plugin Folder Path
|
||||||
|
@ -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
|
Tags: estate, property, opalestate, house for rent, agency for lease, estate submission, agents estate property, property marketplace
|
||||||
Requires at least: 4.9
|
Requires at least: 4.9
|
||||||
Tested up to: 5.3.2
|
Tested up to: 5.3.2
|
||||||
Stable tag: 1.6.9
|
Stable tag: 1.6.10
|
||||||
License: GPLv3
|
License: GPLv3
|
||||||
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
||||||
|
|
||||||
@ -150,6 +150,10 @@ This section describes how to install the plugin and get it working.
|
|||||||
* System tickets support 24/7 available : [support](https://wordpress.org/support/plugin/opal-estate-pro/ "Visit the Plugin support Page")
|
* System tickets support 24/7 available : [support](https://wordpress.org/support/plugin/opal-estate-pro/ "Visit the Plugin support Page")
|
||||||
|
|
||||||
== Changelog ==
|
== Changelog ==
|
||||||
|
|
||||||
|
= 1.6.10 - 2020-08-03 =
|
||||||
|
* Fixes - Send mail
|
||||||
|
|
||||||
= 1.6.9 - 2020-08-24 =
|
= 1.6.9 - 2020-08-24 =
|
||||||
* Fixes - responsive thumbnail nav column
|
* Fixes - responsive thumbnail nav column
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user