Drift - Version 1.8.4

Version Description

  • Cleanup
  • Existence check for drift_identify
Download this release

Release Info

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

Code changes from version 1.8.3 to 1.8.4

Files changed (3) hide show
  1. drift.php +1 -1
  2. includes/embed.php +1 -1
  3. readme.txt +10 -6
drift.php CHANGED
@@ -1,7 +1,7 @@
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
1
  <?php
2
  /*
3
  * Plugin Name: Drift
4
+ * Version: 1.8.4
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
@@ -60,7 +60,7 @@ function add_drift()
60
  echo"<!-- end: Drift Code. -->\n";
61
 
62
  // Optional
63
- if ( esc_attr( $options['drift_identify'] ) == "on" ){
64
  get_drift_identify();
65
  }
66
 
60
  echo"<!-- end: Drift Code. -->\n";
61
 
62
  // Optional
63
+ if ( ! empty ( $options['drift_identify'] ) && esc_attr( $options['drift_identify'] ) == "on" ){
64
  get_drift_identify();
65
  }
66
 
readme.txt CHANGED
@@ -1,18 +1,18 @@
1
  === Drift ===
2
- Contributors: Drift
3
 
 
4
  Tags: drift, live chat, chat, communication, sales, marketing, announcements, talk to customers, customer feedback, feedback, chat plugin, free, free chat, chatra, livechat, slack, intercom, hubspot, salesforce, zapier, hellobar, hello bar, popup, ontraport, pardot, klaviyo, popup, exit intent, growth, subscribers, subscription, email form, analytics, widget, lightbox, inbound marketing, welcome mat, landing pagelivechat, olark, boldchat, online chat, online support, in-app chat, instant message, helpdesk, php live chat, snapengage, support software, website chat, wordpress chat, wordpress live chat, wordpress live chat plugin, zendesk, zopim, zopim live chat, tawk, tawk.to, tawkto, jivosite, snapengage,chat widget
5
-
6
- Drift enables you to chat with your website visitors, increase sales and collect feedback for Free.
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
 
14
  Drift is the 100% free way used by over 10,000 businesses to talk to their leads and customers in real-time, from anywhere. Try it now!
15
 
 
 
16
  == Description ==
17
 
18
  [Drift](https://www.drift.com/) is the easiest way to add free live chat to your site.
@@ -123,6 +123,10 @@ Step-by-step Guide:
123
 
124
  == Changelog ==
125
 
 
 
 
 
126
  = 1.8.3 =
127
  * Cleanup
128
  * Added support back for Drift Identify
1
  === Drift ===
 
2
 
3
+ Contributors: Drift
4
  Tags: drift, live chat, chat, communication, sales, marketing, announcements, talk to customers, customer feedback, feedback, chat plugin, free, free chat, chatra, livechat, slack, intercom, hubspot, salesforce, zapier, hellobar, hello bar, popup, ontraport, pardot, klaviyo, popup, exit intent, growth, subscribers, subscription, email form, analytics, widget, lightbox, inbound marketing, welcome mat, landing pagelivechat, olark, boldchat, online chat, online support, in-app chat, instant message, helpdesk, php live chat, snapengage, support software, website chat, wordpress chat, wordpress live chat, wordpress live chat plugin, zendesk, zopim, zopim live chat, tawk, tawk.to, tawkto, jivosite, snapengage,chat widget
 
 
 
5
  Requires at least: 3.4
6
+ Stable tag: 1.8.4
7
+ Version: 1.8.4
8
+ Tested up to: 4.9
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
12
  Drift is the 100% free way used by over 10,000 businesses to talk to their leads and customers in real-time, from anywhere. Try it now!
13
 
14
+ Drift enables you to chat with your website visitors, increase sales and collect feedback for free.
15
+
16
  == Description ==
17
 
18
  [Drift](https://www.drift.com/) is the easiest way to add free live chat to your site.
123
 
124
  == Changelog ==
125
 
126
+ = 1.8.4 =
127
+ * Cleanup
128
+ * Existence check for drift_identify
129
+
130
  = 1.8.3 =
131
  * Cleanup
132
  * Added support back for Drift Identify