Version Description
(2016.03.23) = - Changed URL where Leadin's JavaScript loads from. This should help with customers who were experiencing blank screens due to overzealous adblocking - Updated readme
Download this release
Release Info
Developer | leadin |
Plugin | HubSpot – Free Marketing Plugin for WordPress |
Version | 4.6.6 |
Comparing to | |
See all releases |
Code changes from version 4.6.1 to 4.6.6
- leadin.php +2 -2
- readme.txt +3 -3
- trunk/assets/banner-1544x500.png +0 -0
- trunk/assets/banner-772x250.png +0 -0
- trunk/assets/icon-128x128.png +0 -0
- trunk/assets/icon-256x256.png +0 -0
- trunk/package.json +0 -28
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.6.
|
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.6.
|
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.6.6
|
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.6.6');
|
33 |
|
34 |
if (!defined('LEADIN_SOURCE'))
|
35 |
define('LEADIN_SOURCE', 'leadin.com');
|
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.4.1
|
6 |
-
Stable tag: 4.6.
|
7 |
|
8 |
Leadin is an easy-to-use contact form and marketing analytics plugin for your website that helps you better understand your website visitors.
|
9 |
|
@@ -67,10 +67,10 @@ Having trouble? Check out our <a href="https://leadin.hubspot.com/knowledge/" ta
|
|
67 |
|
68 |
== Changelog ==
|
69 |
|
70 |
-
- Current version: 4.6.
|
71 |
- Current version release: 2016-03-23
|
72 |
|
73 |
-
= 4.6.
|
74 |
- Changed URL where Leadin's JavaScript loads from. This should help with customers who were experiencing blank screens due to overzealous adblocking
|
75 |
- Updated readme
|
76 |
|
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.4.1
|
6 |
+
Stable tag: 4.6.6
|
7 |
|
8 |
Leadin is an easy-to-use contact form and marketing analytics plugin for your website that helps you better understand your website visitors.
|
9 |
|
67 |
|
68 |
== Changelog ==
|
69 |
|
70 |
+
- Current version: 4.6.6
|
71 |
- Current version release: 2016-03-23
|
72 |
|
73 |
+
= 4.6.6 (2016.03.23) =
|
74 |
- Changed URL where Leadin's JavaScript loads from. This should help with customers who were experiencing blank screens due to overzealous adblocking
|
75 |
- Updated readme
|
76 |
|
trunk/assets/banner-1544x500.png
DELETED
Binary file
|
trunk/assets/banner-772x250.png
DELETED
Binary file
|
trunk/assets/icon-128x128.png
DELETED
Binary file
|
trunk/assets/icon-256x256.png
DELETED
Binary file
|
trunk/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 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|