Version Description
(2015.11.26) = - Logo updates
Download this release
Release Info
Developer | leadin |
Plugin | HubSpot – Free Marketing Plugin for WordPress |
Version | 4.3.1 |
Comparing to | |
See all releases |
Code changes from version 4.3.0 to 4.3.1
- images/checkmark.png +0 -0
- images/leadin-icon-16x16-white.png +0 -0
- images/leadin-icon-16x16.png +0 -0
- images/leadin-icon-32x32.png +0 -0
- leadin.php +3 -3
- readme.txt +6 -3
images/checkmark.png
DELETED
Binary file
|
images/leadin-icon-16x16-white.png
CHANGED
Binary file
|
images/leadin-icon-16x16.png
DELETED
Binary file
|
images/leadin-icon-32x32.png
DELETED
Binary file
|
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.3.
|
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.3.
|
33 |
|
34 |
if ( !defined('LEADIN_SOURCE') )
|
35 |
define('LEADIN_SOURCE', 'leadin.com');
|
@@ -217,4 +217,4 @@ if ( is_admin() )
|
|
217 |
add_action('wpmu_new_blog', 'activate_leadin_on_new_blog', 10, 6);
|
218 |
}
|
219 |
|
220 |
-
?>
|
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.3.1
|
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.3.1');
|
33 |
|
34 |
if ( !defined('LEADIN_SOURCE') )
|
35 |
define('LEADIN_SOURCE', 'leadin.com');
|
217 |
add_action('wpmu_new_blog', 'activate_leadin_on_new_blog', 10, 6);
|
218 |
}
|
219 |
|
220 |
+
?>
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ 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.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,8 +67,11 @@ Having trouble? Check out our <a href="http://support.leadin.com/" target="_blan
|
|
67 |
|
68 |
== Changelog ==
|
69 |
|
70 |
-
- Current version: 4.3.
|
71 |
-
- Current version release: 2015-
|
|
|
|
|
|
|
72 |
|
73 |
= 4.3.0 (2015.09.30) =
|
74 |
- Load time improvements to the tracking script
|
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.3.1
|
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.3.1
|
71 |
+
- Current version release: 2015-11-26
|
72 |
+
|
73 |
+
= 4.3.1 (2015.11.26) =
|
74 |
+
- Logo updates
|
75 |
|
76 |
= 4.3.0 (2015.09.30) =
|
77 |
- Load time improvements to the tracking script
|