Plugin Directory

Changeset 805843


Ignore:
Timestamp:
11/17/2013 05:47:26 PM (12 years ago)
Author:
Catapult
Message:

Committing 1.1

Location:
wp-slide-out-tab/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • wp-slide-out-tab/trunk/output.php

    r802739 r805843  
    88
    99    <div id="slide-out-tab-content">
    10         <?php echo get_option ( "wp_slide_out_content" ); ?>
     10        <?php echo do_shortcode (  get_option ( "wp_slide_out_content" ) ); ?>
    1111
    1212    </div><!-- #slide-out-tab-content -->
  • wp-slide-out-tab/trunk/readme.txt

    r802739 r805843  
    44Requires at least: 3.7
    55Tested up to: 3.7.1
    6 Stable tag: 1.0.4
     6Stable tag: 1.1
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4141== Changelog ==
    4242
     43= 1.1 =
     44Content now correctly displays shortcodes
     45
    4346= 1.0.4 =
    4447Updated plugin headers
  • wp-slide-out-tab/trunk/slide-out-tab-script.js

    r802739 r805843  
    99    contentheight=$('#slide-out-tab-content').height() + 17;
    1010    console.log('asdf' + tabheight);
    11 //  $('#slide-out-tab-tab').html(tabheight);
    1211    $('#slide-out-tab-wrap').css('bottom',tabheight+'px');
    1312    // On click, slide the tab up and down
  • wp-slide-out-tab/trunk/slide-out-tab.php

    r802739 r805843  
    11<?php
    2 
    3 
    42/**
    53Plugin Name: Slide Out Tab
    64Plugin URI: http://catapultdesign.co.uk
    75Description: A slide out tab that can be used for marketing and promotional offers
    8 Version: 1.0.4
     6Version: 1.1
    97Author: Catapult
    108Author URI: http://catapultdesign.co.uk
Note: See TracChangeset for help on using the changeset viewer.