Version Description
- Fix. WhatsApp init hook
Download this release
Release Info
| Developer | quadlayers |
| Plugin | |
| Version | 5.1.0 |
| Comparing to | |
| See all releases | |
Code changes from version 5.0.9 to 5.1.0
- includes/frontend.php +1 -1
- readme.txt +4 -1
- wp-whatsapp-chat.php +2 -2
includes/frontend.php
CHANGED
|
@@ -152,7 +152,7 @@ if ( ! class_exists( 'QLWAPP_Frontend' ) ) {
|
|
| 152 |
}
|
| 153 |
|
| 154 |
function init() {
|
| 155 |
-
add_action( '
|
| 156 |
add_shortcode( 'whatsapp', array( $this, 'do_shortcode' ) );
|
| 157 |
add_action( 'qlwapp_load', array( $this, 'load' ) );
|
| 158 |
}
|
| 152 |
}
|
| 153 |
|
| 154 |
function init() {
|
| 155 |
+
add_action( 'wp', array( $this, 'display' ) );
|
| 156 |
add_shortcode( 'whatsapp', array( $this, 'do_shortcode' ) );
|
| 157 |
add_action( 'qlwapp_load', array( $this, 'load' ) );
|
| 158 |
}
|
readme.txt
CHANGED
|
@@ -6,7 +6,7 @@ Tags: whatsapp, whatsapp business, click to chat, whatsapp chat, whatsapp suppor
|
|
| 6 |
Requires at least: 4.6
|
| 7 |
Requires PHP: 5.6
|
| 8 |
Tested up to: 6.0.1
|
| 9 |
-
Stable tag: 5.0
|
| 10 |
License: GPLv3
|
| 11 |
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
| 12 |
|
|
@@ -118,6 +118,9 @@ Don't use: +001-(555)1234567
|
|
| 118 |
|
| 119 |
== Changelog ==
|
| 120 |
|
|
|
|
|
|
|
|
|
|
| 121 |
= 5.0.9 =
|
| 122 |
* Fix. WhatsApp iPhone textarea Auto Zoom disable
|
| 123 |
|
| 6 |
Requires at least: 4.6
|
| 7 |
Requires PHP: 5.6
|
| 8 |
Tested up to: 6.0.1
|
| 9 |
+
Stable tag: 5.1.0
|
| 10 |
License: GPLv3
|
| 11 |
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
| 12 |
|
| 118 |
|
| 119 |
== Changelog ==
|
| 120 |
|
| 121 |
+
= 5.1.0 =
|
| 122 |
+
* Fix. WhatsApp init hook
|
| 123 |
+
|
| 124 |
= 5.0.9 =
|
| 125 |
* Fix. WhatsApp iPhone textarea Auto Zoom disable
|
| 126 |
|
wp-whatsapp-chat.php
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
* Plugin Name: Social Chat
|
| 5 |
* Description: Social Chat allows your visitors to contact you or your team through WhatsApp chat with a single click.
|
| 6 |
* Plugin URI: https://quadlayers.com/portfolio/whatsapp-chat/
|
| 7 |
-
* Version: 5.0
|
| 8 |
* Author: QuadLayers
|
| 9 |
* Author URI: https://quadlayers.com
|
| 10 |
* License: GPLv3
|
|
@@ -17,7 +17,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
| 17 |
}
|
| 18 |
|
| 19 |
define( 'QLWAPP_PLUGIN_NAME', 'Social Chat' );
|
| 20 |
-
define( 'QLWAPP_PLUGIN_VERSION', '5.0
|
| 21 |
define( 'QLWAPP_PLUGIN_FILE', __FILE__ );
|
| 22 |
define( 'QLWAPP_PLUGIN_DIR', __DIR__ . DIRECTORY_SEPARATOR );
|
| 23 |
define( 'QLWAPP_PREFIX', 'qlwapp' );
|
| 4 |
* Plugin Name: Social Chat
|
| 5 |
* Description: Social Chat allows your visitors to contact you or your team through WhatsApp chat with a single click.
|
| 6 |
* Plugin URI: https://quadlayers.com/portfolio/whatsapp-chat/
|
| 7 |
+
* Version: 5.1.0
|
| 8 |
* Author: QuadLayers
|
| 9 |
* Author URI: https://quadlayers.com
|
| 10 |
* License: GPLv3
|
| 17 |
}
|
| 18 |
|
| 19 |
define( 'QLWAPP_PLUGIN_NAME', 'Social Chat' );
|
| 20 |
+
define( 'QLWAPP_PLUGIN_VERSION', '5.1.0' );
|
| 21 |
define( 'QLWAPP_PLUGIN_FILE', __FILE__ );
|
| 22 |
define( 'QLWAPP_PLUGIN_DIR', __DIR__ . DIRECTORY_SEPARATOR );
|
| 23 |
define( 'QLWAPP_PREFIX', 'qlwapp' );
|
