Version Description
(2018.09.14) = - Internal update
Download this release
Release Info
Developer | leadin |
Plugin | HubSpot – Free Marketing Plugin for WordPress |
Version | 6.1.12 |
Comparing to | |
See all releases |
Code changes from version 6.1.11 to 6.1.12
- inc/class-leadin.php +1 -1
- leadin.php +2 -2
- readme.txt +6 -3
inc/class-leadin.php
CHANGED
@@ -49,7 +49,7 @@ class WPLeadIn {
|
|
49 |
return;
|
50 |
}
|
51 |
|
52 |
-
$embedUrl = '//' . $embedDomain . '/' . $portalId . '.js';
|
53 |
$embedId = 'leadin-scriptloader-js';
|
54 |
|
55 |
if ( is_single() ) {
|
49 |
return;
|
50 |
}
|
51 |
|
52 |
+
$embedUrl = '//' . $embedDomain . '/' . $portalId . '.js?integration=wordpress';
|
53 |
$embedId = 'leadin-scriptloader-js';
|
54 |
|
55 |
if ( is_single() ) {
|
leadin.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Contact Form Builder for WordPress – Conversion Tools by HubSpot
|
4 |
Plugin URI: http://www.hubspot.com/products/wordpress/contact-form
|
5 |
Description: Whether you’re just getting started with HubSpot or already a HubSpot power user, Contact Form Builder for WordPress and Conversion Tools by HubSpot will let you use HubSpot tools on your WordPress website and connect the two platforms without dealing with code.
|
6 |
-
Version: 6.1.
|
7 |
Author: HubSpot
|
8 |
Author URI: http://www.hubspot.com
|
9 |
License: GPL2
|
@@ -33,7 +33,7 @@ if ( ! defined( 'LEADIN_DB_VERSION' ) ) {
|
|
33 |
}
|
34 |
|
35 |
if ( ! defined( 'LEADIN_PLUGIN_VERSION' ) ) {
|
36 |
-
define( 'LEADIN_PLUGIN_VERSION', '6.1.
|
37 |
}
|
38 |
|
39 |
if ( ! defined( 'LEADIN_SOURCE' ) ) {
|
3 |
Plugin Name: Contact Form Builder for WordPress – Conversion Tools by HubSpot
|
4 |
Plugin URI: http://www.hubspot.com/products/wordpress/contact-form
|
5 |
Description: Whether you’re just getting started with HubSpot or already a HubSpot power user, Contact Form Builder for WordPress and Conversion Tools by HubSpot will let you use HubSpot tools on your WordPress website and connect the two platforms without dealing with code.
|
6 |
+
Version: 6.1.12
|
7 |
Author: HubSpot
|
8 |
Author URI: http://www.hubspot.com
|
9 |
License: GPL2
|
33 |
}
|
34 |
|
35 |
if ( ! defined( 'LEADIN_PLUGIN_VERSION' ) ) {
|
36 |
+
define( 'LEADIN_PLUGIN_VERSION', '6.1.12' );
|
37 |
}
|
38 |
|
39 |
if ( ! defined( 'LEADIN_SOURCE' ) ) {
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: HubSpotDev, leadin
|
|
3 |
Tags: form, forms, form builder, contact form, email
|
4 |
Requires at least: 3.7
|
5 |
Tested up to: 4.9
|
6 |
-
Stable tag: 6.1.
|
7 |
|
8 |
The Contact Form Builder plugin, a part of HubSpot's Conversion Tools, allows you to create WordPress forms using <a href="https://hubspot.com/products/marketing/forms?utm_source=wordpress-plugin-listing&utm_campaign=wordpress&utm_medium=marketplaces" target="_blank">HubSpot's drag & drop Form Builder</a> in a few clicks to start capturing leads on your website.
|
9 |
|
@@ -201,8 +201,11 @@ Please <a href="https://community.hubspot.com?utm_source=wordpress-plugin-listin
|
|
201 |
|
202 |
== Changelog ==
|
203 |
|
204 |
-
- Current version: 6.1.
|
205 |
-
- Current version release: 2018-
|
|
|
|
|
|
|
206 |
|
207 |
= 6.1.11 (2018.08.30) =
|
208 |
- Plugin description update
|
3 |
Tags: form, forms, form builder, contact form, email
|
4 |
Requires at least: 3.7
|
5 |
Tested up to: 4.9
|
6 |
+
Stable tag: 6.1.12
|
7 |
|
8 |
The Contact Form Builder plugin, a part of HubSpot's Conversion Tools, allows you to create WordPress forms using <a href="https://hubspot.com/products/marketing/forms?utm_source=wordpress-plugin-listing&utm_campaign=wordpress&utm_medium=marketplaces" target="_blank">HubSpot's drag & drop Form Builder</a> in a few clicks to start capturing leads on your website.
|
9 |
|
201 |
|
202 |
== Changelog ==
|
203 |
|
204 |
+
- Current version: 6.1.12
|
205 |
+
- Current version release: 2018-09-14
|
206 |
+
|
207 |
+
= 6.1.12 (2018.09.14) =
|
208 |
+
- Internal update
|
209 |
|
210 |
= 6.1.11 (2018.08.30) =
|
211 |
- Plugin description update
|