Version Description
- FIX PHP error introduced in v4.5
- CHANGED Bump min PHP version to 5.5.
Download this release
Release Info
Developer | creapuntome |
Plugin | WhatsApp me |
Version | 4.5.1 |
Comparing to | |
See all releases |
Code changes from version 4.5.0 to 4.5.1
- README.txt +6 -2
- admin/class-joinchat-admin.php +1 -1
- joinchat.php +2 -2
- languages/creame-whatsapp-me.pot +1 -1
README.txt
CHANGED
@@ -4,8 +4,8 @@ Donate link: https://join.chat/donate/
|
|
4 |
Tags: Chat, Click to Chat, Facebook Messenger, WhatsApp, Telegram, Whatsapp Business, button, support chat, support, contact, directly message WhatsApp, floating WhatsApp, WhatsApp chat
|
5 |
Requires at least: 4.4.0
|
6 |
Tested up to: 6.0
|
7 |
-
Requires PHP: 5.
|
8 |
-
Stable tag: 4.5.
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
@@ -347,6 +347,10 @@ Join.chat save two localStorage variables for proper operation:
|
|
347 |
|
348 |
== Changelog ==
|
349 |
|
|
|
|
|
|
|
|
|
350 |
= 4.5 =
|
351 |
* **NEW: Added Gutenberg native support.**
|
352 |
* **NEW:** WhastApp Contact Button Block.
|
4 |
Tags: Chat, Click to Chat, Facebook Messenger, WhatsApp, Telegram, Whatsapp Business, button, support chat, support, contact, directly message WhatsApp, floating WhatsApp, WhatsApp chat
|
5 |
Requires at least: 4.4.0
|
6 |
Tested up to: 6.0
|
7 |
+
Requires PHP: 5.5
|
8 |
+
Stable tag: 4.5.1
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
347 |
|
348 |
== Changelog ==
|
349 |
|
350 |
+
= 4.5.1 =
|
351 |
+
* FIX PHP error introduced in v4.5
|
352 |
+
* CHANGED Bump min PHP version to 5.5.
|
353 |
+
|
354 |
= 4.5 =
|
355 |
* **NEW: Added Gutenberg native support.**
|
356 |
* **NEW:** WhastApp Contact Button Block.
|
admin/class-joinchat-admin.php
CHANGED
@@ -229,7 +229,7 @@ class JoinChatAdmin {
|
|
229 |
$post_type,
|
230 |
'side',
|
231 |
'default',
|
232 |
-
array( '__back_compat_meta_box' => $back_compat && post_type_supports( $post_type, 'custom-fields' ) )
|
233 |
);
|
234 |
}
|
235 |
}
|
229 |
$post_type,
|
230 |
'side',
|
231 |
'default',
|
232 |
+
array( '__back_compat_meta_box' => $back_compat && post_type_supports( $post_type, 'custom-fields' ) )
|
233 |
);
|
234 |
}
|
235 |
}
|
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.5.
|
13 |
* Author: Creame
|
14 |
* Author URI: https://crea.me
|
15 |
* License: GPL-2.0+
|
@@ -26,7 +26,7 @@ if ( ! defined( 'WPINC' ) ) {
|
|
26 |
/**
|
27 |
* Define constants.
|
28 |
*/
|
29 |
-
define( 'JOINCHAT_VERSION', '4.5.
|
30 |
define( 'JOINCHAT_FILE', __FILE__ );
|
31 |
define( 'JOINCHAT_DIR', plugin_dir_path( JOINCHAT_FILE ) );
|
32 |
define( 'JOINCHAT_BASENAME', plugin_basename( JOINCHAT_FILE ) );
|
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.5.1
|
13 |
* Author: Creame
|
14 |
* Author URI: https://crea.me
|
15 |
* License: GPL-2.0+
|
26 |
/**
|
27 |
* Define constants.
|
28 |
*/
|
29 |
+
define( 'JOINCHAT_VERSION', '4.5.1' );
|
30 |
define( 'JOINCHAT_FILE', __FILE__ );
|
31 |
define( 'JOINCHAT_DIR', plugin_dir_path( JOINCHAT_FILE ) );
|
32 |
define( 'JOINCHAT_BASENAME', plugin_basename( JOINCHAT_FILE ) );
|
languages/creame-whatsapp-me.pot
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
# This file is distributed under the GPL-2.0+.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version: Join.chat 4.5.
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/creame-whatsapp-me\n"
|
7 |
"Last-Translator: Pacotoleo <pacotole@crea.me>\n"
|
8 |
"Language-Team: Creame <hola@crea.me>\n"
|
2 |
# This file is distributed under the GPL-2.0+.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: Join.chat 4.5.1\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/creame-whatsapp-me\n"
|
7 |
"Last-Translator: Pacotoleo <pacotole@crea.me>\n"
|
8 |
"Language-Team: Creame <hola@crea.me>\n"
|