Changeset 553460
- Timestamp:
- 06/05/2012 04:29:51 PM (14 years ago)
- Location:
- hubspot
- Files:
-
- 44 added
- 3 edited
-
tags/1.5.8 (added)
-
tags/1.5.8/css (added)
-
tags/1.5.8/css/dashboard.css (added)
-
tags/1.5.8/css/hubspot.css (added)
-
tags/1.5.8/hs-admin.php (added)
-
tags/1.5.8/hs-notice.php (added)
-
tags/1.5.8/hs-usage.php (added)
-
tags/1.5.8/hs-widgets.php (added)
-
tags/1.5.8/hs-wysiwyg.php (added)
-
tags/1.5.8/hubspot.php (added)
-
tags/1.5.8/images (added)
-
tags/1.5.8/images/ExternalSiteTrafficLogging.png (added)
-
tags/1.5.8/images/delicious.png (added)
-
tags/1.5.8/images/digg.png (added)
-
tags/1.5.8/images/facebook.png (added)
-
tags/1.5.8/images/feed.png (added)
-
tags/1.5.8/images/flickr.png (added)
-
tags/1.5.8/images/hubspot-logo.png (added)
-
tags/1.5.8/images/hubspot-logo12x11.png (added)
-
tags/1.5.8/images/linkedin.png (added)
-
tags/1.5.8/images/reddit.png (added)
-
tags/1.5.8/images/stumbleupon.png (added)
-
tags/1.5.8/images/twitter.png (added)
-
tags/1.5.8/images/wordpress.png (added)
-
tags/1.5.8/images/yelp.png (added)
-
tags/1.5.8/images/youtube.png (added)
-
tags/1.5.8/inc (added)
-
tags/1.5.8/inc/hs-action.php (added)
-
tags/1.5.8/inc/hs-analytics.php (added)
-
tags/1.5.8/inc/hs-contact.php (added)
-
tags/1.5.8/inc/hs-leads.php (added)
-
tags/1.5.8/inc/hs-social.php (added)
-
tags/1.5.8/inc/hs-team.php (added)
-
tags/1.5.8/js (added)
-
tags/1.5.8/js/dashboard.js (added)
-
tags/1.5.8/js/editor_buttons.js (added)
-
tags/1.5.8/js/wp_hubspot_visual.js (added)
-
tags/1.5.8/readme.txt (added)
-
tags/1.5.8/screenshot-1.png (added)
-
tags/1.5.8/screenshot-2.png (added)
-
tags/1.5.8/screenshot-3.png (added)
-
tags/1.5.8/screenshot-4.png (added)
-
tags/1.5.8/screenshot-5.png (added)
-
tags/1.5.8/wp_hubspot_visual.php (added)
-
trunk/hubspot.php (modified) (1 diff)
-
trunk/inc/hs-analytics.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
hubspot/trunk/hubspot.php
r547064 r553460 4 4 Description: The HubSpot for WordPress plugin integrates the power of HubSpot with your WordPress site 5 5 Author: HubSpot 6 Version: 1.5. 76 Version: 1.5.8 7 7 Requires at least: 2.9 8 8 Author URI: http://www.hubspot.com -
hubspot/trunk/inc/hs-analytics.php
r547064 r553460 22 22 echo "\t".'if (d.getElementById(i)){return;}'."\n"; 23 23 echo "\t".'var n = d.createElement(s),e = document.getElementsByTagName(s)[0];'."\n"; 24 echo "\t".'n.id=i;n.src = \'//js.hubspot.com/analytics/'. $hs_settings["hs_portal"].'.js\';'."\n";24 echo "\t".'n.id=i;n.src = \'//js.hubspot.com/analytics/'.trim($hs_settings["hs_portal"]).'.js\';'."\n"; 25 25 echo "\t".'e.parentNode.insertBefore(n, e);'."\n"; 26 26 echo "\t".'})(document, "script", "hs-analytics");'."\n"; -
hubspot/trunk/readme.txt
r547064 r553460 4 4 Requires at least: 2.9 5 5 Tested up to: 3.3.1 6 Stable tag: 1.5. 76 Stable tag: 1.5.8 7 7 8 8 Allows WordPress users to take advantage of HubSpot lead nurturing, website analytics, and assorted features of the HubSpot CMS. … … 173 173 174 174 == Changelog == 175 = 1.5.8 = 176 * Added trim to portal id in analytics 177 175 178 = 1.5.7 = 176 179 * Switched to new async tracking code
Note: See TracChangeset
for help on using the changeset viewer.