Drift - Version 1.8.3

Version Description

  • Cleanup
  • Added support back for Drift Identify
Download this release

Release Info

Developer driftcom
Plugin Icon Drift
Version 1.8.3
Comparing to
See all releases

Code changes from version 1.8.1 to 1.8.3

Files changed (3) hide show
  1. drift.php +1 -1
  2. includes/embed.php +1 -1
  3. readme.txt +9 -1
drift.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Plugin Name: Drift
4
- * Version: 1.8.1
5
  * Description: Adds 100% free live chat & targeted messages to your website. Designed for internet businesses like yours to increase sales, conversions and better support your customers.
6
  * Author: Drift
7
  * Author URI: https://www.drift.com/?ref=wordpress
1
  <?php
2
  /*
3
  * Plugin Name: Drift
4
+ * Version: 1.8.3
5
  * Description: Adds 100% free live chat & targeted messages to your website. Designed for internet businesses like yours to increase sales, conversions and better support your customers.
6
  * Author: Drift
7
  * Author URI: https://www.drift.com/?ref=wordpress
includes/embed.php CHANGED
@@ -51,7 +51,7 @@ function add_drift()
51
  if ( esc_attr( $options['drift_enabled'] ) == "on" )
52
  {
53
  $drift_tag = $options['drift_widget_code'];
54
- var_dump($options);
55
  // Insert tracker code
56
  if ( '' != $drift_tag )
57
  {
51
  if ( esc_attr( $options['drift_enabled'] ) == "on" )
52
  {
53
  $drift_tag = $options['drift_widget_code'];
54
+
55
  // Insert tracker code
56
  if ( '' != $drift_tag )
57
  {
readme.txt CHANGED
@@ -7,7 +7,7 @@ Drift enables you to chat with your website visitors, increase sales and collect
7
 
8
  Requires at least: 3.4
9
  Tested up to: 4.6.1
10
- Stable tag: 1.8.1
11
  License: GPLv2 or later
12
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
13
 
@@ -123,6 +123,14 @@ Step-by-step Guide:
123
 
124
  == Changelog ==
125
 
 
 
 
 
 
 
 
 
126
  = 1.8.1 =
127
  * Cleanup
128
  * Added support for Drift Identify
7
 
8
  Requires at least: 3.4
9
  Tested up to: 4.6.1
10
+ Stable tag: 1.8.3
11
  License: GPLv2 or later
12
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
13
 
123
 
124
  == Changelog ==
125
 
126
+ = 1.8.3 =
127
+ * Cleanup
128
+ * Added support back for Drift Identify
129
+
130
+ = 1.8.2 =
131
+ * Cleanup
132
+ * Rolled back Drift identify feature after it introduced a bug
133
+
134
  = 1.8.1 =
135
  * Cleanup
136
  * Added support for Drift Identify