Version Description
- Fix PHP 7 deprecation notice
Download this release
Release Info
Developer | gcorne |
Plugin | HubSpot Tracking Code for WordPress |
Version | 1.1.2 |
Comparing to | |
See all releases |
Code changes from version 1.1.1 to 1.1.2
- hubspot-tracking-code.php +2 -2
- readme.txt +4 -1
hubspot-tracking-code.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: HubSpot Tracking Code for WordPress
|
4 |
Plugin URI: http://hubspot.com
|
5 |
Description: HubSpot's WordPress plugin allows existing HubSpot customers and trial users to install the HubSpot tracking code on their existing WordPress blogs and websites.
|
6 |
-
Version: 1.1.
|
7 |
Author: HubSpot
|
8 |
Author URI: http://www.hubspot.com/integrations/wordpress
|
9 |
License: GPL2
|
@@ -25,7 +25,7 @@ if ( !defined('HUBSPOT_TRACKING_CODE_PLUGIN_SLUG') )
|
|
25 |
define('HUBSPOT_TRACKING_CODE_PLUGIN_SLUG', basename(dirname(__FILE__)));
|
26 |
|
27 |
if ( !defined('HUBSPOT_TRACKING_CODE_PLUGIN_VERSION') )
|
28 |
-
define('HUBSPOT_TRACKING_CODE_PLUGIN_VERSION', '1.1.
|
29 |
|
30 |
//=============================================
|
31 |
// Include Needed Files
|
3 |
Plugin Name: HubSpot Tracking Code for WordPress
|
4 |
Plugin URI: http://hubspot.com
|
5 |
Description: HubSpot's WordPress plugin allows existing HubSpot customers and trial users to install the HubSpot tracking code on their existing WordPress blogs and websites.
|
6 |
+
Version: 1.1.2
|
7 |
Author: HubSpot
|
8 |
Author URI: http://www.hubspot.com/integrations/wordpress
|
9 |
License: GPL2
|
25 |
define('HUBSPOT_TRACKING_CODE_PLUGIN_SLUG', basename(dirname(__FILE__)));
|
26 |
|
27 |
if ( !defined('HUBSPOT_TRACKING_CODE_PLUGIN_VERSION') )
|
28 |
+
define('HUBSPOT_TRACKING_CODE_PLUGIN_VERSION', '1.1.2');
|
29 |
|
30 |
//=============================================
|
31 |
// Include Needed Files
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: HubSpotDev, gcorne
|
|
3 |
Tags: analytics, marketing analytics, hubspot, tracking code, inbound marketing, marketing
|
4 |
Requires at least: 3.7
|
5 |
Tested up to: 4.7
|
6 |
-
Stable tag: 1.1.
|
7 |
|
8 |
HubSpot's WordPress plugin allows existing HubSpot customers and trial users to install the HubSpot tracking code on their existing WordPress blogs and websites.
|
9 |
|
@@ -40,6 +40,9 @@ http://help.hubspot.com/articles/How_To_Doc/how-to-install-hubspot-javascript-tr
|
|
40 |
|
41 |
== Changelog ==
|
42 |
|
|
|
|
|
|
|
43 |
= 1.1.1 =
|
44 |
* Bump compatibility
|
45 |
|
3 |
Tags: analytics, marketing analytics, hubspot, tracking code, inbound marketing, marketing
|
4 |
Requires at least: 3.7
|
5 |
Tested up to: 4.7
|
6 |
+
Stable tag: 1.1.2
|
7 |
|
8 |
HubSpot's WordPress plugin allows existing HubSpot customers and trial users to install the HubSpot tracking code on their existing WordPress blogs and websites.
|
9 |
|
40 |
|
41 |
== Changelog ==
|
42 |
|
43 |
+
= 1.1.2 =
|
44 |
+
* Fix PHP 7 deprecation notice
|
45 |
+
|
46 |
= 1.1.1 =
|
47 |
* Bump compatibility
|
48 |
|