Version Description
(2016.11.10) = - Leadin is now HubSpot Marketing Free - learn more at http://www.hubspot.com/products/marketing/free
Download this release
Release Info
Developer | leadin |
Plugin | HubSpot – Free Marketing Plugin for WordPress |
Version | 6.0.0 |
Comparing to | |
See all releases |
Code changes from version 5.5.3 to 6.0.0
- admin/leadin-admin.php +1 -12
- images/leadin-icon-16x16-white.png +0 -0
- inc/class-leadin-pointers.php +1 -1
- inc/class-leadin.php +2 -2
- leadin.php +7 -7
- readme.txt +23 -24
- screenshot-1.png +0 -0
- screenshot-2.png +0 -0
- screenshot-3.png +0 -0
- screenshot-4.png +0 -0
- screenshot-5.png +0 -0
admin/leadin-admin.php
CHANGED
@@ -95,18 +95,7 @@ class WPLeadInAdmin
|
|
95 |
|
96 |
$leadin_icon = LEADIN_PATH . '/images/leadin-icon-16x16-white.png';
|
97 |
|
98 |
-
add_menu_page('
|
99 |
-
|
100 |
-
$slumberMode = get_option('leadin_slumber_mode');
|
101 |
-
|
102 |
-
if (!$slumberMode) {
|
103 |
-
add_submenu_page('leadin', 'Contacts', 'Contacts', 'activate_plugins', 'leadin_contacts', array($this, 'leadin_build_app'));
|
104 |
-
add_submenu_page('leadin', 'Lead Flows', 'Lead Flows', 'activate_plugins', 'leadin_flows', array($this, 'leadin_build_app'));
|
105 |
-
add_submenu_page('leadin', 'Collected Forms', 'Collected Forms', 'activate_plugins', 'leadin_collected_forms', array($this, 'leadin_build_app'));
|
106 |
-
add_submenu_page('leadin', 'Settings', 'Settings', 'activate_plugins', 'leadin_settings', array($this, 'leadin_build_app'));
|
107 |
-
|
108 |
-
$submenu['leadin'][0][0] = 'Dashboard';
|
109 |
-
}
|
110 |
|
111 |
if (!isset($_GET['page']) || $_GET['page'] != ('leadin' || 'leadin_settings' || 'leadin_contacts' || 'leadin_flows' || 'leadin_collected_forms')) {
|
112 |
if (!get_option('leadin_portalId'))
|
95 |
|
96 |
$leadin_icon = LEADIN_PATH . '/images/leadin-icon-16x16-white.png';
|
97 |
|
98 |
+
add_menu_page('HubSpot', 'HubSpot', $capability, 'leadin', array($this, 'leadin_build_app'), $leadin_icon, '25.100713');
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
99 |
|
100 |
if (!isset($_GET['page']) || $_GET['page'] != ('leadin' || 'leadin_settings' || 'leadin_contacts' || 'leadin_flows' || 'leadin_collected_forms')) {
|
101 |
if (!get_option('leadin_portalId'))
|
images/leadin-icon-16x16-white.png
CHANGED
Binary file
|
inc/class-leadin-pointers.php
CHANGED
@@ -62,7 +62,7 @@ class LI_Pointers
|
|
62 |
$id = '#toplevel_page_leadin';
|
63 |
|
64 |
$content = '<h3>' . __('So close...', 'leadin') . '</h3>';
|
65 |
-
$content .= '<p>' . __('
|
66 |
|
67 |
$opt_arr = array(
|
68 |
'content' => $content,
|
62 |
$id = '#toplevel_page_leadin';
|
63 |
|
64 |
$content = '<h3>' . __('So close...', 'leadin') . '</h3>';
|
65 |
+
$content .= '<p>' . __('HubSpot needs just a bit more info to get up and running. Click on \'Complete Setup\' to complete the setup.', 'leadin') . '</p>';
|
66 |
|
67 |
$opt_arr = array(
|
68 |
'content' => $content,
|
inc/class-leadin.php
CHANGED
@@ -103,10 +103,10 @@ class WPLeadIn
|
|
103 |
|
104 |
$args = array(
|
105 |
'id' => 'leadin-admin-menu',
|
106 |
-
'title' => '<span class="ab-icon" ' . ($wp_version < 3.8 && !is_plugin_active('mp6/mp6.php') ? ' style="margin-top: 3px;"' : '') . '>' . $leadin_icon . '</span><span class="ab-label">
|
107 |
'parent' => FALSE, // set parent to false to make it a top level (parent) node
|
108 |
'href' => get_bloginfo('wpurl') . '/wp-admin/admin.php?page=leadin',
|
109 |
-
'meta' => array('title' => '
|
110 |
);
|
111 |
|
112 |
$wp_admin_bar->add_node($args);
|
103 |
|
104 |
$args = array(
|
105 |
'id' => 'leadin-admin-menu',
|
106 |
+
'title' => '<span class="ab-icon" ' . ($wp_version < 3.8 && !is_plugin_active('mp6/mp6.php') ? ' style="margin-top: 3px;"' : '') . '>' . $leadin_icon . '</span><span class="ab-label">HubSpot</span>', // alter the title of existing node
|
107 |
'parent' => FALSE, // set parent to false to make it a top level (parent) node
|
108 |
'href' => get_bloginfo('wpurl') . '/wp-admin/admin.php?page=leadin',
|
109 |
+
'meta' => array('title' => 'HubSpot')
|
110 |
);
|
111 |
|
112 |
$wp_admin_bar->add_node($args);
|
leadin.php
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
-
Plugin Name: Leadin
|
4 |
-
Plugin URI: http://
|
5 |
-
Description:
|
6 |
-
Version:
|
7 |
-
Author:
|
8 |
-
Author URI: http://
|
9 |
License: GPL2
|
10 |
*/
|
11 |
|
@@ -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', '
|
33 |
|
34 |
if (!defined('LEADIN_SOURCE'))
|
35 |
define('LEADIN_SOURCE', 'leadin.com');
|
1 |
<?php
|
2 |
/*
|
3 |
+
Plugin Name: HubSpot Marketing Free (formerly Leadin)
|
4 |
+
Plugin URI: http://www.hubspot.com/products/marketing/free
|
5 |
+
Description: HubSpot Marketing Free is an easy-to-use lead tracking plugin for WordPress that helps you better understand your web site visitors.
|
6 |
+
Version: 6.0.0
|
7 |
+
Author: HubSpot
|
8 |
+
Author URI: http://www.hubspot.com
|
9 |
License: GPL2
|
10 |
*/
|
11 |
|
29 |
define('LEADIN_DB_VERSION', '2.2.5');
|
30 |
|
31 |
if (!defined('LEADIN_PLUGIN_VERSION'))
|
32 |
+
define('LEADIN_PLUGIN_VERSION', '6.0.0');
|
33 |
|
34 |
if (!defined('LEADIN_SOURCE'))
|
35 |
define('LEADIN_SOURCE', 'leadin.com');
|
readme.txt
CHANGED
@@ -1,47 +1,45 @@
|
|
1 |
-
=== Contact Forms & Website Analytics by Leadin ===
|
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
|
6 |
-
Stable tag:
|
7 |
|
8 |
-
|
9 |
|
10 |
== Description ==
|
11 |
|
12 |
= Get to know your website visitors =
|
13 |
|
14 |
-
<a href="https://leadin.hubspot.com" alt="WordPress marketing automation and lead tracking plugin" target="_blank">
|
15 |
|
16 |
[youtube https://www.youtube.com/watch?v=tcMYv2r3ecg]
|
17 |
|
18 |
= Find out who's on your site and what they're doing =
|
19 |
-
When someone visits your site, you want to know more about them. What pages they've visited, when they return, and what social networks they’re on.
|
20 |
|
21 |
= More context for your conversations =
|
22 |
-
|
23 |
|
24 |
= Convert more visitors to contacts =
|
25 |
-
Use the optional popup form to prevent people from slipping through the cracks. The popup also uses the contact data to intelligently know when to appear.
|
26 |
|
27 |
= Keep your contacts in sync with your email tool =
|
28 |
-
|
29 |
|
30 |
= Find out what content and traffic sources convert the best =
|
31 |
Our simple analytics show you what sources of traffic and content are driving the most contacts. No more complicated Google Analytics reports.
|
32 |
|
33 |
= How does it work? =
|
34 |
|
35 |
-
1. When you activate the WordPress plugin,
|
36 |
-
2.
|
37 |
-
3. Once someone fills out any other form on your site,
|
38 |
4. You'll also receive an email with a link to the new contact record with all of their visit history. (check the screenshots sections to see it in action)
|
39 |
|
40 |
-
= Who's using
|
41 |
|
42 |
-
**<a href="http://www.extremeinbound.com/leadin-wordpress-crm-inbound-plugin/" target="_blank">Alan Perlman</a>**: *“I can use
|
43 |
-
|
44 |
-
**<a href="http://thewpvalet.com/wordpress-lead-tracking/" target="_blank">Adam W. Warner</a>**: *“…the Leadin plugin has been very useful so far in giving us an idea of the actual visitor paths to our contact forms vs. the paths we’ve intended.”*
|
45 |
|
46 |
|
47 |
Having trouble? Check out our <a href="https://leadin.hubspot.com/knowledge/">help documentation & support</a>
|
@@ -50,7 +48,6 @@ Having trouble? Check out our <a href="https://leadin.hubspot.com/knowledge/">he
|
|
50 |
|
51 |
1. Upload the 'leadin' folder to the '/wp-content/plugins/' directory
|
52 |
2. Activate the plugin through the 'Plugins' menu in WordPress
|
53 |
-
3. Add an email address under 'Leadin' in your settings panel
|
54 |
|
55 |
Having trouble? Check out our <a href="https://leadin.hubspot.com/knowledge/" target="_blank">help documentation & support</a>
|
56 |
|
@@ -60,17 +57,19 @@ Having trouble? Check out our <a href="https://leadin.hubspot.com/knowledge/" ta
|
|
60 |
== Screenshots ==
|
61 |
|
62 |
1. See the visit history of each contact.
|
63 |
-
2.
|
64 |
-
3.
|
65 |
-
4.
|
66 |
-
5. Collect more contacts with the pop-up subscribe widget.
|
67 |
|
68 |
== Changelog ==
|
69 |
|
70 |
-
- Current version:
|
71 |
-
- Current version release: 2016-
|
|
|
|
|
|
|
72 |
|
73 |
-
= 5.5.3 (2016.09.01)
|
74 |
- Clean up remaining deployment issues
|
75 |
|
76 |
= 5.5.1 (2016.08.30) =
|
1 |
+
=== Contact Forms & Website Analytics by HubSpot (formerly Leadin) ===
|
2 |
+
Contributors: leadin, sredmond, HubSpotDev
|
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
|
6 |
+
Stable tag: 6.0.0
|
7 |
|
8 |
+
HubSpot Marketing Free is an easy-to-use contact form and marketing analytics plugin for your website that helps you better understand your website visitors.
|
9 |
|
10 |
== Description ==
|
11 |
|
12 |
= Get to know your website visitors =
|
13 |
|
14 |
+
<a href="https://leadin.hubspot.com" alt="WordPress marketing automation and lead tracking plugin" target="_blank">HubSpot Marketing Free</a> is an easy-to-use marketing automation and lead tracking plugin for WordPress that helps you better understand your web site visitors.
|
15 |
|
16 |
[youtube https://www.youtube.com/watch?v=tcMYv2r3ecg]
|
17 |
|
18 |
= Find out who's on your site and what they're doing =
|
19 |
+
When someone visits your site, you want to know more about them. What pages they've visited, when they return, and what social networks they’re on. HubSpot gives you the details you need to make your next move.
|
20 |
|
21 |
= More context for your conversations =
|
22 |
+
HubSpot automatically finds publicly available information about each of your contacts. Details such as location, work history, and company info can give you more context when you reach out.
|
23 |
|
24 |
= Convert more visitors to contacts =
|
25 |
+
Use the optional popup form (lead flow) to prevent people from slipping through the cracks. The popup also uses the contact data to intelligently know when to appear.
|
26 |
|
27 |
= Keep your contacts in sync with your email tool =
|
28 |
+
HubSpot syncs your contacts to an email list of your choice in MailChimp, without replacing any forms.
|
29 |
|
30 |
= Find out what content and traffic sources convert the best =
|
31 |
Our simple analytics show you what sources of traffic and content are driving the most contacts. No more complicated Google Analytics reports.
|
32 |
|
33 |
= How does it work? =
|
34 |
|
35 |
+
1. When you activate the WordPress plugin, HubSpot Marketing Free will track each anonymous visitor to your site with a cookie.
|
36 |
+
2. HubSpot automatically identifies and watches each existing form on your site for submissions.
|
37 |
+
3. Once someone fills out any other form on your site, HubSpot will identify that person with their email address. and add them to your contact list.
|
38 |
4. You'll also receive an email with a link to the new contact record with all of their visit history. (check the screenshots sections to see it in action)
|
39 |
|
40 |
+
= Who's using HubSpot Marketing Free? =
|
41 |
|
42 |
+
**<a href="http://www.extremeinbound.com/leadin-wordpress-crm-inbound-plugin/" target="_blank">Alan Perlman</a>**: *“I can use HubSpot Marketing Free to get a sense of how engaged certain contacts are, and I can learn more about their behavior on my website to better drive the conversation and understand what they’re interested in or looking for.”*
|
|
|
|
|
43 |
|
44 |
|
45 |
Having trouble? Check out our <a href="https://leadin.hubspot.com/knowledge/">help documentation & support</a>
|
48 |
|
49 |
1. Upload the 'leadin' folder to the '/wp-content/plugins/' directory
|
50 |
2. Activate the plugin through the 'Plugins' menu in WordPress
|
|
|
51 |
|
52 |
Having trouble? Check out our <a href="https://leadin.hubspot.com/knowledge/" target="_blank">help documentation & support</a>
|
53 |
|
57 |
== Screenshots ==
|
58 |
|
59 |
1. See the visit history of each contact.
|
60 |
+
2. Dashboard shows you where your leads are coming from.
|
61 |
+
3. All your contacts stored safely in one place.
|
62 |
+
4. Collect more contacts with the pop-up subscribe widget.
|
|
|
63 |
|
64 |
== Changelog ==
|
65 |
|
66 |
+
- Current version: 6.0.0
|
67 |
+
- Current version release: 2016-11-10
|
68 |
+
|
69 |
+
= 6.0.0 (2016.11.10) =
|
70 |
+
- Leadin is now HubSpot Marketing Free - learn more at http://www.hubspot.com/products/marketing/free
|
71 |
|
72 |
+
= 5.5.3 (2016.09.01) =
|
73 |
- Clean up remaining deployment issues
|
74 |
|
75 |
= 5.5.1 (2016.08.30) =
|
screenshot-1.png
CHANGED
Binary file
|
screenshot-2.png
CHANGED
Binary file
|
screenshot-3.png
CHANGED
Binary file
|
screenshot-4.png
CHANGED
Binary file
|
screenshot-5.png
DELETED
Binary file
|