Version Description
(2015.08.20) = - Support widget improvements
Download this release
Release Info
Developer | leadin |
Plugin | HubSpot – Free Marketing Plugin for WordPress |
Version | 4.2.3 |
Comparing to | |
See all releases |
Code changes from version 4.2.2 to 4.2.3
- admin/leadin-admin.php +2 -1
- inc/leadin-functions.php +1 -0
- leadin.php +2 -2
- package.json +0 -28
- readme.txt +7 -4
admin/leadin-admin.php
CHANGED
@@ -235,7 +235,8 @@ class WPLeadInAdmin {
|
|
235 |
'utm_term' => $leadin_user['utm_term'],
|
236 |
'utm_content' => $leadin_user['utm_term'],
|
237 |
'utm_campaign' => $leadin_user['utm_campaign'],
|
238 |
-
'referral_source' => $leadin_user['referral_source']
|
|
|
239 |
);
|
240 |
return $tracking_leadin_user;
|
241 |
}
|
235 |
'utm_term' => $leadin_user['utm_term'],
|
236 |
'utm_content' => $leadin_user['utm_term'],
|
237 |
'utm_campaign' => $leadin_user['utm_campaign'],
|
238 |
+
'referral_source' => $leadin_user['referral_source'],
|
239 |
+
'user_email' => $leadin_user['user_email']
|
240 |
);
|
241 |
return $tracking_leadin_user;
|
242 |
}
|
inc/leadin-functions.php
CHANGED
@@ -95,6 +95,7 @@ function leadin_get_current_user ()
|
|
95 |
'wp_url' => get_bloginfo('wpurl'),
|
96 |
'li_version' => LEADIN_PLUGIN_VERSION,
|
97 |
'wp_version' => $wp_version,
|
|
|
98 |
);
|
99 |
|
100 |
if ( defined('LEADIN_REFERRAL_SOURCE') )
|
95 |
'wp_url' => get_bloginfo('wpurl'),
|
96 |
'li_version' => LEADIN_PLUGIN_VERSION,
|
97 |
'wp_version' => $wp_version,
|
98 |
+
'user_email' => $current_user->user_email
|
99 |
);
|
100 |
|
101 |
if ( defined('LEADIN_REFERRAL_SOURCE') )
|
leadin.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Leadin
|
4 |
Plugin URI: http://leadin.com
|
5 |
Description: Leadin is an easy-to-use marketing automation and lead tracking plugin for WordPress that helps you better understand your web site visitors.
|
6 |
-
Version: 4.2.
|
7 |
Author: Leadin
|
8 |
Author URI: http://leadin.com
|
9 |
License: GPL2
|
@@ -29,7 +29,7 @@ if ( !defined('LEADIN_DB_VERSION') )
|
|
29 |
define('LEADIN_DB_VERSION', '2.2.5');
|
30 |
|
31 |
if ( !defined('LEADIN_PLUGIN_VERSION') )
|
32 |
-
define('LEADIN_PLUGIN_VERSION', '4.2.
|
33 |
|
34 |
if ( !defined('LEADIN_SOURCE') )
|
35 |
define('LEADIN_SOURCE', 'leadin.com');
|
3 |
Plugin Name: Leadin
|
4 |
Plugin URI: http://leadin.com
|
5 |
Description: Leadin is an easy-to-use marketing automation and lead tracking plugin for WordPress that helps you better understand your web site visitors.
|
6 |
+
Version: 4.2.3
|
7 |
Author: Leadin
|
8 |
Author URI: http://leadin.com
|
9 |
License: GPL2
|
29 |
define('LEADIN_DB_VERSION', '2.2.5');
|
30 |
|
31 |
if ( !defined('LEADIN_PLUGIN_VERSION') )
|
32 |
+
define('LEADIN_PLUGIN_VERSION', '4.2.3');
|
33 |
|
34 |
if ( !defined('LEADIN_SOURCE') )
|
35 |
define('LEADIN_SOURCE', 'leadin.com');
|
package.json
DELETED
@@ -1,28 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"name": "leadin",
|
3 |
-
"version": "1.0.0",
|
4 |
-
"devDependencies": {
|
5 |
-
"grunt": "^0.4.5",
|
6 |
-
"grunt-contrib-compass": "^1.0.1",
|
7 |
-
"grunt-contrib-clean": "^0.6.0",
|
8 |
-
"grunt-contrib-concat": "~0.4.0",
|
9 |
-
"grunt-contrib-uglify": "~0.4.0",
|
10 |
-
"grunt-contrib-watch": "~0.6.1"
|
11 |
-
},
|
12 |
-
"description": "=== LeadIn === Contributors: andygcook, nelsonjoyce Tags: lead tracking, visitor tracking, analytics, crm, marketing automation, inbound marketing, subscription, marketing, lead generation, mailchimp Requires at least: 3.7 Tested up to: 3.9.1 Stable tag: 1.0.0",
|
13 |
-
"main": "gruntfile.js",
|
14 |
-
"dependencies": {},
|
15 |
-
"scripts": {
|
16 |
-
"test": "echo \"Error: no test specified\" && exit 1"
|
17 |
-
},
|
18 |
-
"repository": {
|
19 |
-
"type": "git",
|
20 |
-
"url": "https://github.com/LeadIn/leadin.git"
|
21 |
-
},
|
22 |
-
"author": "",
|
23 |
-
"license": "ISC",
|
24 |
-
"bugs": {
|
25 |
-
"url": "https://github.com/LeadIn/leadin/issues"
|
26 |
-
},
|
27 |
-
"homepage": "https://github.com/LeadIn/leadin"
|
28 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
readme.txt
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
Contributors: leadin, sredmond
|
3 |
Tags: crm, contacts, lead tracking, click tracking, visitor tracking, analytics, marketing automation, inbound marketing, subscription, marketing, lead generation, mailchimp, constant contact, newsletter, popup, popover, email list, email, contacts database, contact form, forms, form widget, popup form
|
4 |
Requires at least: 3.7
|
5 |
-
Tested up to: 4.
|
6 |
-
Stable tag: 4.2.
|
7 |
|
8 |
Leadin is an easy-to-use marketing automation and lead tracking plugin for WordPress that helps you better understand your web site visitors.
|
9 |
|
@@ -67,8 +67,11 @@ Having trouble? Check out our <a href="http://support.leadin.com/" target="_blan
|
|
67 |
|
68 |
== Changelog ==
|
69 |
|
70 |
-
- Current version: 4.2.
|
71 |
-
- Current version release: 2015-08-
|
|
|
|
|
|
|
72 |
|
73 |
= 4.2.2 (2015.08.14) =
|
74 |
- Correctly set the version number in PHP
|
2 |
Contributors: leadin, sredmond
|
3 |
Tags: crm, contacts, lead tracking, click tracking, visitor tracking, analytics, marketing automation, inbound marketing, subscription, marketing, lead generation, mailchimp, constant contact, newsletter, popup, popover, email list, email, contacts database, contact form, forms, form widget, popup form
|
4 |
Requires at least: 3.7
|
5 |
+
Tested up to: 4.3
|
6 |
+
Stable tag: 4.2.3
|
7 |
|
8 |
Leadin is an easy-to-use marketing automation and lead tracking plugin for WordPress that helps you better understand your web site visitors.
|
9 |
|
67 |
|
68 |
== Changelog ==
|
69 |
|
70 |
+
- Current version: 4.2.3
|
71 |
+
- Current version release: 2015-08-20
|
72 |
+
|
73 |
+
= 4.2.3 (2015.08.20) =
|
74 |
+
- Support widget improvements
|
75 |
|
76 |
= 4.2.2 (2015.08.14) =
|
77 |
- Correctly set the version number in PHP
|