Version Description
- FIX WP Super Cache clear cache error on save
- Image thumbnail fallback if possible
Download this release
Release Info
Developer | creapuntome |
Plugin | WhatsApp me |
Version | 4.0.8 |
Comparing to | |
See all releases |
Code changes from version 4.0.7 to 4.0.8
- README.txt +9 -5
- admin/class-joinchat-admin.php +1 -1
- joinchat.php +2 -2
README.txt
CHANGED
@@ -5,7 +5,7 @@ Tags: whatsapp business, whatsapp, click to chat, button, whatsapp support chat,
|
|
5 |
Requires at least: 3.0.1
|
6 |
Tested up to: 5.4
|
7 |
Requires PHP: 5.3
|
8 |
-
Stable tag: 4.0.
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
@@ -181,18 +181,22 @@ Join.chat general text settings can be translated with the strings translation o
|
|
181 |
|
182 |
== Changelog ==
|
183 |
|
184 |
-
= 4.0.
|
185 |
* FIX WP Super Cache clear cache error on save
|
|
|
186 |
|
187 |
-
= 4.0.
|
|
|
|
|
|
|
188 |
* Minor changes: better encode emoji detection, check WooCommerce version, css fixes and improvements
|
189 |
|
190 |
-
= 4.0.5
|
191 |
* **NEW:** Clear third party cache plugins on settings save.
|
192 |
* FIX php error on image resize.
|
193 |
* UPDATED International Telephone Input library to v.17.
|
194 |
|
195 |
-
= 4.0.4
|
196 |
* Better public settings JSON output
|
197 |
* Re-fix WAme deactivate
|
198 |
|
5 |
Requires at least: 3.0.1
|
6 |
Tested up to: 5.4
|
7 |
Requires PHP: 5.3
|
8 |
+
Stable tag: 4.0.8
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
181 |
|
182 |
== Changelog ==
|
183 |
|
184 |
+
= 4.0.8 =
|
185 |
* FIX WP Super Cache clear cache error on save
|
186 |
+
* Image thumbnail fallback if possible
|
187 |
|
188 |
+
= 4.0.7 =
|
189 |
+
* FIX WP Super Cache clear cache error on save
|
190 |
+
|
191 |
+
= 4.0.6 =
|
192 |
* Minor changes: better encode emoji detection, check WooCommerce version, css fixes and improvements
|
193 |
|
194 |
+
= 4.0.5 =
|
195 |
* **NEW:** Clear third party cache plugins on settings save.
|
196 |
* FIX php error on image resize.
|
197 |
* UPDATED International Telephone Input library to v.17.
|
198 |
|
199 |
+
= 4.0.4 =
|
200 |
* Better public settings JSON output
|
201 |
* Re-fix WAme deactivate
|
202 |
|
admin/class-joinchat-admin.php
CHANGED
@@ -1038,7 +1038,7 @@ class JoinChatAdmin {
|
|
1038 |
array( 'wpfc_clear_all_cache', true ), // WP Fastest Cache https://es.wordpress.org/plugins/wp-fastest-cache/
|
1039 |
'rocket_clean_minify', // WP Rocket https://wp-rocket.me
|
1040 |
'rocket_clean_domain',
|
1041 |
-
|
1042 |
'w3tc_flush_all', // W3 Total Cache https://wordpress.org/plugins/w3-total-cache/
|
1043 |
)
|
1044 |
);
|
1038 |
array( 'wpfc_clear_all_cache', true ), // WP Fastest Cache https://es.wordpress.org/plugins/wp-fastest-cache/
|
1039 |
'rocket_clean_minify', // WP Rocket https://wp-rocket.me
|
1040 |
'rocket_clean_domain',
|
1041 |
+
'wp_cache_clear_cache', // WP Super Cache https://wordpress.org/plugins/wp-super-cache/
|
1042 |
'w3tc_flush_all', // W3 Total Cache https://wordpress.org/plugins/w3-total-cache/
|
1043 |
)
|
1044 |
);
|
joinchat.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* Plugin Name: Join.chat
|
10 |
* Plugin URI: https://join.chat
|
11 |
* Description: Connects a WordPress chat with WhatsApp. The best solution for marketing and support. Stop losing customers and increase your sales.
|
12 |
-
* Version: 4.0.
|
13 |
* Author: Creame
|
14 |
* Author URI: https://crea.me
|
15 |
* License: GPL-2.0+
|
@@ -27,7 +27,7 @@ if ( ! defined( 'WPINC' ) ) {
|
|
27 |
* Currently plugin version.
|
28 |
* Start at version 1.0.0 and use SemVer - https://semver.org
|
29 |
*/
|
30 |
-
define( 'JOINCHAT_VERSION', '4.0.
|
31 |
|
32 |
/**
|
33 |
* The core plugin class that is used to define internationalization,
|
9 |
* Plugin Name: Join.chat
|
10 |
* Plugin URI: https://join.chat
|
11 |
* Description: Connects a WordPress chat with WhatsApp. The best solution for marketing and support. Stop losing customers and increase your sales.
|
12 |
+
* Version: 4.0.8
|
13 |
* Author: Creame
|
14 |
* Author URI: https://crea.me
|
15 |
* License: GPL-2.0+
|
27 |
* Currently plugin version.
|
28 |
* Start at version 1.0.0 and use SemVer - https://semver.org
|
29 |
*/
|
30 |
+
define( 'JOINCHAT_VERSION', '4.0.8' );
|
31 |
|
32 |
/**
|
33 |
* The core plugin class that is used to define internationalization,
|