HubSpot – Free Marketing Plugin for WordPress - Version 1.1.1

Version Description

(2014.06.20) = - Bug fixes - Emergency bug fix on activation caused by broken SVN merging

Download this release

Release Info

Developer AndyGCook
Plugin Icon 128x128 HubSpot – Free Marketing Plugin for WordPress
Version 1.1.1
Comparing to
See all releases

Code changes from version 1.1.0 to 1.1.1

Files changed (2) hide show
  1. leadin.php +2 -61
  2. readme.txt +6 -2
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: 1.1.0
7
  Author: Andy Cook, Nelson Joyce
8
  Author URI: http://leadin.com
9
  License: GPL2
@@ -26,7 +26,7 @@ if ( !defined('LEADIN_DB_VERSION') )
26
  define('LEADIN_DB_VERSION', '1.1.0');
27
 
28
  if ( !defined('LEADIN_PLUGIN_VERSION') )
29
- define('LEADIN_PLUGIN_VERSION', '1.1.0');
30
 
31
  if ( !defined('MIXPANEL_PROJECT_TOKEN') )
32
  define('MIXPANEL_PROJECT_TOKEN', 'a9615503ec58a6bce2c646a58390eac1');
@@ -536,63 +536,4 @@ global $leadin_wp;
536
  global $li_wp_admin;
537
  $leadin_wp = new WPLeadIn();
538
 
539
-
540
- ?>wer_up_active($power_up_slug);
541
- if ( $active )
542
- return TRUE;
543
-
544
- $activated_power_ups = get_option('leadin_active_power_ups');
545
-
546
- if ( $activated_power_ups )
547
- {
548
- $activated_power_ups = unserialize($activated_power_ups);
549
- $activated_power_ups[] = $power_up_slug;
550
- }
551
- else
552
- {
553
- $activated_power_ups = array($power_up_slug);
554
- }
555
-
556
- update_option('leadin_active_power_ups', serialize($activated_power_ups));
557
-
558
-
559
- if ( $exit )
560
- {
561
- exit;
562
- }
563
-
564
- }
565
-
566
- public static function deactivate_power_up( $power_up_slug, $exit = TRUE )
567
- {
568
- if ( ! strlen( $power_up_slug ) )
569
- return false;
570
-
571
- // If it's already active, then don't do it again
572
- $active = self::is_power_up_active($power_up_slug);
573
- if ( ! $active )
574
- return true;
575
-
576
- $activated_power_ups = get_option('leadin_active_power_ups');
577
-
578
- $power_ups_left = leadin_array_delete(unserialize($activated_power_ups), $power_up_slug);
579
- update_option('leadin_active_power_ups', serialize($power_ups_left));
580
-
581
- if ( $exit )
582
- {
583
- exit;
584
- }
585
-
586
- }
587
- }
588
-
589
- //=============================================
590
- // LeadIn Init
591
- //=============================================
592
-
593
- global $leadin_wp;
594
- global $li_wp_admin;
595
- $leadin_wp = new WPLeadIn();
596
-
597
-
598
  ?>
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: 1.1.1
7
  Author: Andy Cook, Nelson Joyce
8
  Author URI: http://leadin.com
9
  License: GPL2
26
  define('LEADIN_DB_VERSION', '1.1.0');
27
 
28
  if ( !defined('LEADIN_PLUGIN_VERSION') )
29
+ define('LEADIN_PLUGIN_VERSION', '1.1.1');
30
 
31
  if ( !defined('MIXPANEL_PROJECT_TOKEN') )
32
  define('MIXPANEL_PROJECT_TOKEN', 'a9615503ec58a6bce2c646a58390eac1');
536
  global $li_wp_admin;
537
  $leadin_wp = new WPLeadIn();
538
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
539
  ?>
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: andygcook, nelsonjoyce
3
  Tags: lead tracking, visitor tracking, analytics, crm, marketing automation, inbound marketing, subscription, marketing, lead generation, mailchimp
4
  Requires at least: 3.7
5
  Tested up to: 3.9.1
6
- Stable tag: 1.1.0
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
 
@@ -90,9 +90,13 @@ To ensure quality we've tested the most popular WordPress form builder plugins.
90
 
91
  == Changelog ==
92
 
93
- - Current version: 1.1.0
94
  - Current version release: 2014-06-20
95
 
 
 
 
 
96
  = 1.1.0 (2014.06.20) =
97
  - Bug fixes
98
  - LeadIn subscriber email confirmations were not sending
3
  Tags: lead tracking, visitor tracking, analytics, crm, marketing automation, inbound marketing, subscription, marketing, lead generation, mailchimp
4
  Requires at least: 3.7
5
  Tested up to: 3.9.1
6
+ Stable tag: 1.1.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
 
90
 
91
  == Changelog ==
92
 
93
+ - Current version: 1.1.1
94
  - Current version release: 2014-06-20
95
 
96
+ = 1.1.1 (2014.06.20) =
97
+ - Bug fixes
98
+ - Emergency bug fix on activation caused by broken SVN merging
99
+
100
  = 1.1.0 (2014.06.20) =
101
  - Bug fixes
102
  - LeadIn subscriber email confirmations were not sending