Plugin Directory

Changeset 512101


Ignore:
Timestamp:
02/29/2012 03:06:36 AM (14 years ago)
Author:
JonBishop
Message:
 
Location:
hubspot
Files:
44 added
33 edited

Legend:

Unmodified
Added
Removed
  • hubspot/assets

    • Property svn:ignore set to
      *.db
  • hubspot/tags/1.2.1/images

    • Property svn:ignore set to
      *.db
  • hubspot/tags/1.2.2/images

    • Property svn:ignore set to
      *.db
  • hubspot/tags/1.2.3

    • Property svn:ignore set to
      *.db
  • hubspot/tags/1.2.3/images

    • Property svn:ignore set to
      *.db
  • hubspot/tags/1.2/images

    • Property svn:ignore set to
      *.db
  • hubspot/tags/1.3

    • Property svn:ignore set to
      Thumbs.db
  • hubspot/tags/1.3.1

    • Property svn:ignore set to
      *.db
  • hubspot/tags/1.3.1/images

    • Property svn:ignore set to
      *.db
  • hubspot/tags/1.3.2

    • Property svn:ignore set to
      *.db
  • hubspot/tags/1.3.2/images

    • Property svn:ignore set to
      *.db
  • hubspot/tags/1.3.3

    • Property svn:ignore set to
      *.db
  • hubspot/tags/1.3.3/images

    • Property svn:ignore set to
      *.db
  • hubspot/tags/1.3.4/images

    • Property svn:ignore set to
      *.db
  • hubspot/tags/1.3.5/images

    • Property svn:ignore set to
      *.db
  • hubspot/tags/1.3.6/images

    • Property svn:ignore set to
      *.db
  • hubspot/tags/1.3/images

    • Property svn:ignore set to
      *.db
  • hubspot/tags/1.4.1

    • Property svn:ignore set to
      *.db
  • hubspot/tags/1.4.1/images

    • Property svn:ignore set to
      *.db
  • hubspot/tags/1.4.2

    • Property svn:ignore set to
      *.db
  • hubspot/tags/1.4.2/images

    • Property svn:ignore set to
      *.db
  • hubspot/tags/1.4/images

    • Property svn:ignore set to
      *.db
  • hubspot/tags/1.5.1/images

    • Property svn:ignore set to
      *.db
  • hubspot/tags/1.5.2/images

    • Property svn:ignore set to
      *.db
  • hubspot/tags/1.5.3

    • Property svn:ignore set to
      *.db
  • hubspot/tags/1.5.3/images

    • Property svn:ignore set to
      *.db
  • hubspot/tags/1.5.4/images

    • Property svn:ignore set to
      *.db
  • hubspot/tags/1.5.5/images

    • Property svn:ignore set to
      *.db
  • hubspot/tags/1.5/images

    • Property svn:ignore set to
      Thumbs.db
  • hubspot/trunk/hs-admin.php

    r459880 r512101  
    475475    function hs_admin_wrap($title, $content) {
    476476    ?>
    477         <div class="wrap">
    478             <h2><?php echo $title; ?></h2>
    479             <form method="post" action="">
    480                 <div class="postbox-container" style="width:60%;">
    481                     <div class="metabox-holder">   
    482                         <div class="meta-box-sortables">
    483                         <?php
    484                             echo $content;
    485                         ?>
    486                         <?php if($_GET['page'] != 'hubspot_help' && $_GET['page'] != 'hubspot_dashboard'){ ?>
    487                         <p class="submit">
    488                             <input type="submit" name="hs_option_submitted" class="button-primary" value="Save Changes" />
    489                         </p>
    490                         <?php } ?>
    491                         </div>
    492                   </div>
    493               </div>
    494                     <div class="postbox-container" style="width:30%;">
    495                       <div class="metabox-holder"> 
    496                         <div class="meta-box-sortables">
    497                         <?php
    498                             echo $this->hs_show_plugin_support();
    499                             echo $this->hs_show_blogfeed();
    500                         ?>
    501                         </div>
    502                     </div>
    503                 </div>
    504             </form>
    505         </div>
     477        <div class="wrap">
     478            <div class="dashboard-widgets-wrap">
     479                <h2><?php echo $title; ?></h2>
     480                <form method="post" action="">
     481                    <div id="dashboard-widgets" class="metabox-holder">
     482                        <div class="postbox-container" style="width:60%;">
     483                            <div class="meta-box-sortables ui-sortable">
     484                            <?php
     485                                    echo $content;
     486                            ?>
     487                            <p class="submit">
     488                                    <input type="submit" name="hs_option_submitted" class="button-primary" value="Save Changes" />
     489                            </p>
     490                            </div>
     491                        </div>
     492                        <div class="postbox-container" style="width:40%;">
     493                            <div class="meta-box-sortables ui-sortable">
     494                           <?php
     495                                    echo $this->hs_show_plugin_support();
     496                                    echo $this->hs_show_blogfeed();
     497                            ?>
     498                            </div>
     499                        </div>
     500                    </div>
     501                </form>
     502            </div>
     503        </div>
    506504    <?php
    507505    }
  • hubspot/trunk/hubspot.php

    r459880 r512101  
    44Description: The HubSpot for WordPress plugin integrates the power of HubSpot with your WordPress site
    55Author: HubSpot
    6 Version: 1.5.5
     6Version: 1.5.6
    77Requires at least: 2.9
    88Author URI: http://www.hubspot.com
  • hubspot/trunk/inc/hs-action.php

    r440390 r512101  
    215215            $content = "";
    216216        }
     217                wp_reset_postdata();
    217218
    218219        return $content;
  • hubspot/trunk/readme.txt

    r459880 r512101  
    33Tags: analytics, hubspot, tracking code, feedburner, action, call to action, team, about, contact, form, leads, api, shortcode, widget, dashboard, post, admin, sidebar, twitter, page, inbound, business, marketing, google map, call to action, cta, ad manager
    44Requires at least: 2.9
    5 Tested up to: 3.2.1
    6 Stable tag: 1.5.5
     5Tested up to: 3.3.1
     6Stable tag: 1.5.6
    77
    88Allows WordPress users to take advantage of HubSpot lead nurturing, website analytics, and assorted features of the HubSpot CMS.
     
    173173
    174174== Changelog ==
     175= 1.5.6 =
     176* Resetting post wp_query after call to action query
     177* Cleaned up admin settings area
     178
    175179= 1.5.5 =
    176180* Cleaned up admin
Note: See TracChangeset for help on using the changeset viewer.