Changeset 440390
- Timestamp:
- 09/19/2011 07:33:53 PM (14 years ago)
- Location:
- hubspot
- Files:
-
- 44 added
- 7 edited
-
tags/1.5.4 (added)
-
tags/1.5.4/css (added)
-
tags/1.5.4/css/dashboard.css (added)
-
tags/1.5.4/css/hubspot.css (added)
-
tags/1.5.4/hs-admin.php (added)
-
tags/1.5.4/hs-notice.php (added)
-
tags/1.5.4/hs-usage.php (added)
-
tags/1.5.4/hs-widgets.php (added)
-
tags/1.5.4/hs-wysiwyg.php (added)
-
tags/1.5.4/hubspot.php (added)
-
tags/1.5.4/images (added)
-
tags/1.5.4/images/ExternalSiteTrafficLogging.png (added)
-
tags/1.5.4/images/delicious.png (added)
-
tags/1.5.4/images/digg.png (added)
-
tags/1.5.4/images/facebook.png (added)
-
tags/1.5.4/images/feed.png (added)
-
tags/1.5.4/images/flickr.png (added)
-
tags/1.5.4/images/hubspot-logo.png (added)
-
tags/1.5.4/images/hubspot-logo12x11.png (added)
-
tags/1.5.4/images/linkedin.png (added)
-
tags/1.5.4/images/reddit.png (added)
-
tags/1.5.4/images/stumbleupon.png (added)
-
tags/1.5.4/images/twitter.png (added)
-
tags/1.5.4/images/wordpress.png (added)
-
tags/1.5.4/images/yelp.png (added)
-
tags/1.5.4/images/youtube.png (added)
-
tags/1.5.4/inc (added)
-
tags/1.5.4/inc/hs-action.php (added)
-
tags/1.5.4/inc/hs-analytics.php (added)
-
tags/1.5.4/inc/hs-contact.php (added)
-
tags/1.5.4/inc/hs-leads.php (added)
-
tags/1.5.4/inc/hs-social.php (added)
-
tags/1.5.4/inc/hs-team.php (added)
-
tags/1.5.4/js (added)
-
tags/1.5.4/js/dashboard.js (added)
-
tags/1.5.4/js/editor_buttons.js (added)
-
tags/1.5.4/js/wp_hubspot_visual.js (added)
-
tags/1.5.4/readme.txt (added)
-
tags/1.5.4/screenshot-1.png (added)
-
tags/1.5.4/screenshot-2.png (added)
-
tags/1.5.4/screenshot-3.png (added)
-
tags/1.5.4/screenshot-4.png (added)
-
tags/1.5.4/screenshot-5.png (added)
-
tags/1.5.4/wp_hubspot_visual.php (added)
-
trunk/hs-widgets.php (modified) (1 diff)
-
trunk/hubspot.php (modified) (1 diff)
-
trunk/inc/hs-action.php (modified) (1 diff)
-
trunk/inc/hs-contact.php (modified) (1 diff)
-
trunk/inc/hs-leads.php (modified) (1 diff)
-
trunk/inc/hs-team.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
hubspot/trunk/hs-widgets.php
r386368 r440390 85 85 $action_ids = implode(",", $action_array); 86 86 87 echo $myhubspotwp_action->hs_display_action($before_widget, $after_widget, $before_title, $after_title, $hide_title, $action_ids);87 echo do_shortcode($myhubspotwp_action->hs_display_action($before_widget, $after_widget, $before_title, $after_title, $hide_title, $action_ids)); 88 88 } 89 89 -
hubspot/trunk/hubspot.php
r425979 r440390 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. 36 Version: 1.5.4 7 7 Requires at least: 2.9 8 8 Author URI: http://www.hubspot.com -
hubspot/trunk/inc/hs-action.php
r425979 r440390 227 227 'id' => null, 228 228 ), $atts ) ); 229 $hs_content = $myhubspotwp->hs_format_text($this->hs_display_action('', '', '', '', true, $id)); 229 $hs_content = do_shortcode($this->hs_display_action('', '', '', '', true, $id)); 230 230 231 return $hs_content; 231 232 } -
hubspot/trunk/inc/hs-contact.php
r383803 r440390 41 41 ), $atts)); 42 42 $hs_content = $this->hs_get_contact_info($display, $name, $address, $citystate, $phone); 43 44 // Check for nested shortcodes 45 $hs_content = do_shortcode($hs_content); 46 43 47 return $hs_content; 44 48 } -
hubspot/trunk/inc/hs-leads.php
r419904 r440390 59 59 60 60 $hs_content = $myhubspotwp->hs_format_text($this->hs_get_form($id)); 61 62 // Check for nested shortcodes 63 $hs_content = do_shortcode($hs_content); 64 61 65 return $hs_content; 62 66 } -
hubspot/trunk/inc/hs-team.php
r383803 r440390 22 22 } 23 23 $hs_content = $this->hs_get_team_info($id); 24 25 // Check for nested shortcodes 26 $hs_content = do_shortcode($hs_content); 27 24 28 return $hs_content; 25 29 } -
hubspot/trunk/readme.txt
r425979 r440390 4 4 Requires at least: 2.9 5 5 Tested up to: 3.2.1 6 Stable tag: 1.5. 36 Stable tag: 1.5.4 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.4= 176 * Added support for nested shortcodes 177 175 178 = 1.5.3= 176 179 * Fixed duplicate content on calls to action
Note: See TracChangeset
for help on using the changeset viewer.