Tidio Live Chat - Version 5.4.1

Version Description

  • Minor bugs related to notification fix
Download this release

Release Info

Developer kkopaczyktidio
Plugin Icon 128x128 Tidio Live Chat
Version 5.4.1
Comparing to
See all releases

Code changes from version 5.4.0 to 5.4.1

readme.txt CHANGED
@@ -4,7 +4,7 @@ Tags: free live chat, live chat, chat, chatbot, livechat, tidio, widget, zendesk
4
  Requires at least: 4.7
5
  Tested up to: 6.0
6
  Requires PHP: 5.6
7
- Stable tag: 5.4.0
8
  License: GPLv2
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -198,6 +198,10 @@ Currently, Tidio is available in English and French. Other languages are in deve
198
 
199
  == Changelog ==
200
 
 
 
 
 
201
  = 5.4.0 =
202
 
203
  - Add a notice about coming changes
4
  Requires at least: 4.7
5
  Tested up to: 6.0
6
  Requires PHP: 5.6
7
+ Stable tag: 5.4.1
8
  License: GPLv2
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
198
 
199
  == Changelog ==
200
 
201
+ = 5.4.1 =
202
+
203
+ - Minor bugs related to notification fix
204
+
205
  = 5.4.0 =
206
 
207
  - Add a notice about coming changes
src/Admin/AdminNotice.php CHANGED
@@ -33,7 +33,6 @@ class AdminNotice
33
  $this->dismissibleNoticeService = $dismissibleNoticeService;
34
 
35
  add_action('admin_notices', [$this, 'addAdminErrorNotice']);
36
- add_action('admin_notices', [$this, 'addPhp72RequirementDismissibleNotice']);
37
  }
38
 
39
  public function addAdminErrorNotice()
33
  $this->dismissibleNoticeService = $dismissibleNoticeService;
34
 
35
  add_action('admin_notices', [$this, 'addAdminErrorNotice']);
 
36
  }
37
 
38
  public function addAdminErrorNotice()
tidio-elements.php CHANGED
@@ -8,7 +8,7 @@ if (!defined('WPINC')) {
8
  * Plugin Name: Tidio Chat
9
  * Plugin URI: http://www.tidio.com
10
  * Description: Tidio Live Chat - live chat boosted with chatbots for your online business. Integrates with your website in less than 20 seconds.
11
- * Version: 5.4.0
12
  * Author: Tidio Ltd.
13
  * Author URI: http://www.tidio.com
14
  * Text Domain: tidio-live-chat
@@ -16,7 +16,7 @@ if (!defined('WPINC')) {
16
  * License: GPL2
17
  */
18
 
19
- define('TIDIOCHAT_VERSION', '5.4.0');
20
  define('AFFILIATE_CONFIG_FILE_PATH', get_template_directory() . '/tidio_affiliate_ref_id.txt');
21
 
22
  require_once plugin_dir_path(__FILE__) . 'vendor/autoload.php';
8
  * Plugin Name: Tidio Chat
9
  * Plugin URI: http://www.tidio.com
10
  * Description: Tidio Live Chat - live chat boosted with chatbots for your online business. Integrates with your website in less than 20 seconds.
11
+ * Version: 5.4.1
12
  * Author: Tidio Ltd.
13
  * Author URI: http://www.tidio.com
14
  * Text Domain: tidio-live-chat
16
  * License: GPL2
17
  */
18
 
19
+ define('TIDIOCHAT_VERSION', '5.4.1');
20
  define('AFFILIATE_CONFIG_FILE_PATH', get_template_directory() . '/tidio_affiliate_ref_id.txt');
21
 
22
  require_once plugin_dir_path(__FILE__) . 'vendor/autoload.php';
vendor/composer/InstalledVersions.php CHANGED
@@ -25,24 +25,24 @@ class InstalledVersions
25
  private static $installed = array (
26
  'root' =>
27
  array (
28
- 'pretty_version' => '5.4.0',
29
- 'version' => '5.4.0.0',
30
  'aliases' =>
31
  array (
32
  ),
33
- 'reference' => 'e37337253ce0f37ca9129706f21c556b5b8b5d15',
34
  'name' => '__root__',
35
  ),
36
  'versions' =>
37
  array (
38
  '__root__' =>
39
  array (
40
- 'pretty_version' => '5.4.0',
41
- 'version' => '5.4.0.0',
42
  'aliases' =>
43
  array (
44
  ),
45
- 'reference' => 'e37337253ce0f37ca9129706f21c556b5b8b5d15',
46
  ),
47
  ),
48
  );
25
  private static $installed = array (
26
  'root' =>
27
  array (
28
+ 'pretty_version' => 'dev-master',
29
+ 'version' => 'dev-master',
30
  'aliases' =>
31
  array (
32
  ),
33
+ 'reference' => 'd8446490b4af1434cd77875ceb747ccbfb7ddc5e',
34
  'name' => '__root__',
35
  ),
36
  'versions' =>
37
  array (
38
  '__root__' =>
39
  array (
40
+ 'pretty_version' => 'dev-master',
41
+ 'version' => 'dev-master',
42
  'aliases' =>
43
  array (
44
  ),
45
+ 'reference' => 'd8446490b4af1434cd77875ceb747ccbfb7ddc5e',
46
  ),
47
  ),
48
  );
vendor/composer/installed.php CHANGED
@@ -1,24 +1,24 @@
1
  <?php return array (
2
  'root' =>
3
  array (
4
- 'pretty_version' => '5.4.0',
5
- 'version' => '5.4.0.0',
6
  'aliases' =>
7
  array (
8
  ),
9
- 'reference' => 'e37337253ce0f37ca9129706f21c556b5b8b5d15',
10
  'name' => '__root__',
11
  ),
12
  'versions' =>
13
  array (
14
  '__root__' =>
15
  array (
16
- 'pretty_version' => '5.4.0',
17
- 'version' => '5.4.0.0',
18
  'aliases' =>
19
  array (
20
  ),
21
- 'reference' => 'e37337253ce0f37ca9129706f21c556b5b8b5d15',
22
  ),
23
  ),
24
  );
1
  <?php return array (
2
  'root' =>
3
  array (
4
+ 'pretty_version' => 'dev-master',
5
+ 'version' => 'dev-master',
6
  'aliases' =>
7
  array (
8
  ),
9
+ 'reference' => 'd8446490b4af1434cd77875ceb747ccbfb7ddc5e',
10
  'name' => '__root__',
11
  ),
12
  'versions' =>
13
  array (
14
  '__root__' =>
15
  array (
16
+ 'pretty_version' => 'dev-master',
17
+ 'version' => 'dev-master',
18
  'aliases' =>
19
  array (
20
  ),
21
+ 'reference' => 'd8446490b4af1434cd77875ceb747ccbfb7ddc5e',
22
  ),
23
  ),
24
  );