Plugin Directory

Changeset 1249593


Ignore:
Timestamp:
09/20/2015 09:44:40 AM (10 years ago)
Author:
oscitas
Message:

4.4.6

  • [Update] Now support the style option for table shortcode.
  • [Fixes] Removed the <br /> tag from tabs.
Location:
easy-bootstrap-shortcodes
Files:
12 edited

Legend:

Unmodified
Added
Removed
  • easy-bootstrap-shortcodes/tags/4.4/README.txt

    r1226107 r1249593  
    1616>For plugin support go to [http://support.oscitasthemes.com](http://support.oscitasthemes.com)
    1717
    18 >Ready for Wordpress 4.0 and support Twitter 3.2.0
     18>Ready for Wordpress 4.3 and support Twitter 3.2.0
    1919
    2020Easy Bootstrap Shortcode is bootstrap 3.2.0 compatible plugin which add icons to wordpress editor (tinyMCE Shortcode Buttons) and one can add bootstrap style to their website just by clicking on tinyMCE  editor icon.
     
    151151
    152152
     153= 4.4.6 =
     154
     155* [Update] Now support the style option for table shortcode.
     156* [Fixes] Removed the <br /> tag from tabs.
     157
     158
     159
    153160= 4.4.5 =
    154161
  • easy-bootstrap-shortcodes/tags/4.4/ebs_settings.php

    r1182615 r1249593  
    11<!--EBS setting page-->
     2
     3<style>
     4    .ebs_page_offer_title{
     5        background: #545454;
     6        color: #cceb51;
     7        margin: 10px 0 0 0;
     8        -webkit-border-radius:3px;
     9        -moz-border-radius: 3px;
     10        border-radius:3px;
     11        line-height: 50px;
     12        text-align: center;
     13        font-size: 18px;
     14        width: 99%;
     15
     16    }
     17    .ebs_page_offer_title a{
     18        background: #fdec32;
     19        color: #545454;
     20        -webkit-border-radius: 3px;
     21        -moz-border-radius: 3px;
     22        border-radius: 3px;
     23        padding: 0 10px;;
     24        font-weight: bold;
     25        text-transform: uppercase;
     26    }
     27</style>
     28<div class="ebs_page_offer_title" style="">
     29    <a href="admin.php?page=ebs-pro-demo">Click here</a> to check latest offers on osCitasThemes plugins.
     30</div>
    231<div class="ebs_page_settings">
    332    <h1>Easy Bootstrap Shortcode Settings</h1><form name="ebs_setting" id="ebs_setting" method="post" action="">
     33
    434        <?php  if(!apply_filters('plugin_oscitas_theme_check',false)){ ?><div class="ebs_details">
    535            <label class="ebs_setting_label">Bootstrap JS File</label>
  • easy-bootstrap-shortcodes/tags/4.4/lib/ebspro-demo.php

    r1168208 r1249593  
    11<div class="ebs-prodemo-outer">
    22    <div class="ebspro-titlebar">
    3         <h1>Easy Bootstrap Shortcode Pro Demo </h1>
     3        <h1>osCitas Plugin Offeres</h1>
    44        <div class="osc-logo">
    55            <img src="<?php echo EBS_PLUGIN_URL.'images/osc-logo.png';?>"  alt="" />
     
    77    </div>
    88
    9     <div class="ebs-pro-content">
    10         <div class="ebs-content">
    11             <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Commodi consequuntur cumque, dolor dolorum eaque, impedit necessitatibus omnis quidem quis reprehenderit vel voluptas! Ea libero molestiae obcaecati perspiciatis tempore totam ullam!.</p>
    12             <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Commodi consequuntur cumque, dolor dolorum eaque, impedit necessitatibus omnis quidem quis reprehenderit vel voluptas! Ea libero molestiae obcaecati perspiciatis tempore totam ullam!.</p>
    13         </div>
    14 
    15        <div class="ebs-pro-update"><img src="<?php echo EBS_PLUGIN_URL.'images/ebspro-highlights.jpg';?>"  alt="" /></div>
     9    <div class="ebs-pro-content" style="margin-top: 10px; text-align: center;">
     10        <?php
     11            $arg = array ( 'method' => 'GET');
     12            $response = wp_remote_request ( 'http://offers.oscitas.com/index.php' , $arg );
     13            echo $response['body'];
     14        ?>
    1615    </div>
    17 
    18 
    19 
    2016</div>
  • easy-bootstrap-shortcodes/tags/4.4/osc_bootstrap_shortcode.php

    r1226107 r1249593  
    55  Plugin URI: http://www.oscitasthemes.com
    66  Description: Add bootstrap 3.0.3 styles to your theme by wordpress editor shortcode buttons.
    7   Version: 4.4.5
     7  Version: 4.4.6
    88  Author: oscitas
    99  Author URI: http://www.oscitasthemes.com
     
    148148            add_menu_page('EBS Settings', ' EBS Settings', 'manage_options', 'ebs/ebs-settings.php', 'osc_ebs_setting_page', plugins_url('/images/icon.png', __FILE__));
    149149
    150             $sub_page= add_submenu_page( 'ebs/ebs-settings.php','EBS-Pro Demo', 'EBS-Pro Demo', 'manage_options', 'ebs-pro-demo', 'osc_ebs_pro_demo_page' );
     150            $sub_page= add_submenu_page( 'ebs/ebs-settings.php','osCitas Offers', 'osCitas Offers', 'manage_options', 'ebs-pro-demo', 'osc_ebs_pro_demo_page' );
    151151            add_action('admin_print_styles-' . $sub_page, 'ebsProDemoPage_register_admin_styles');
    152152        }
  • easy-bootstrap-shortcodes/tags/4.4/shortcode/tables/plugin_shortcode.php

    r1168208 r1249593  
    1010                'style' => '',
    1111                'responsive' => 'false',
    12                 'class' => ''
     12                'class' => '',
     13                //'style'=>''
    1314                    ), $params));
    1415    $content = str_replace("]<br />", ']', $content);
    15     $out = '<table width="' . $width . '" class="table ' . $style . ' '.$class.EBS_CONTAINER_CLASS.'">' . do_shortcode($content) . '</table>';
     16    $out = '<table width="' . $width . '" class="table '.$class.EBS_CONTAINER_CLASS.'" style="' . $style . '">' . do_shortcode($content) . '</table>';
    1617    $out = strtolower($responsive) == 'true' ? '<div class="table-responsive'.EBS_CONTAINER_CLASS.'">' . $out . '</div>' : $out;
    1718    return $out;
  • easy-bootstrap-shortcodes/tags/4.4/shortcode/tabs/plugin_shortcode.php

    r1168208 r1249593  
    1414    $_oscitas_tabs[$id] = array();
    1515    do_shortcode($content);
    16     $scontent = '<ul class="nav nav-tabs'.EBS_CONTAINER_CLASS.'" id="oscitas-tabs-' . $id . '">' . implode('', $_oscitas_tabs[$id]['tabs']) . '</ul><div
    17     class="tab-content'.EBS_CONTAINER_CLASS.'">' . implode('', $_oscitas_tabs[$id]['panes']) . '</div>';
     16    $scontent = '<ul class="nav nav-tabs'.EBS_CONTAINER_CLASS.'" id="oscitas-tabs-' . $id . '">' . implode('', $_oscitas_tabs[$id]['tabs']) . '</ul><div class="tab-content'.EBS_CONTAINER_CLASS.'">' . implode('', $_oscitas_tabs[$id]['panes']) . '</div>';
    1817    if (trim($scontent) != "") {
    1918        $output = '<div class="' . $class . '">' . $scontent;
  • easy-bootstrap-shortcodes/trunk/README.txt

    r1226107 r1249593  
    1616>For plugin support go to [http://support.oscitasthemes.com](http://support.oscitasthemes.com)
    1717
    18 >Ready for Wordpress 4.0 and support Twitter 3.2.0
     18>Ready for Wordpress 4.3 and support Twitter 3.2.0
    1919
    2020Easy Bootstrap Shortcode is bootstrap 3.2.0 compatible plugin which add icons to wordpress editor (tinyMCE Shortcode Buttons) and one can add bootstrap style to their website just by clicking on tinyMCE  editor icon.
     
    151151
    152152
     153= 4.4.6 =
     154
     155* [Update] Now support the style option for table shortcode.
     156* [Fixes] Removed the <br /> tag from tabs.
     157
     158
     159
    153160= 4.4.5 =
    154161
  • easy-bootstrap-shortcodes/trunk/ebs_settings.php

    r1182615 r1249593  
    11<!--EBS setting page-->
     2
     3<style>
     4    .ebs_page_offer_title{
     5        background: #545454;
     6        color: #cceb51;
     7        margin: 10px 0 0 0;
     8        -webkit-border-radius:3px;
     9        -moz-border-radius: 3px;
     10        border-radius:3px;
     11        line-height: 50px;
     12        text-align: center;
     13        font-size: 18px;
     14        width: 99%;
     15
     16    }
     17    .ebs_page_offer_title a{
     18        background: #fdec32;
     19        color: #545454;
     20        -webkit-border-radius: 3px;
     21        -moz-border-radius: 3px;
     22        border-radius: 3px;
     23        padding: 0 10px;;
     24        font-weight: bold;
     25        text-transform: uppercase;
     26    }
     27</style>
     28<div class="ebs_page_offer_title" style="">
     29    <a href="admin.php?page=ebs-pro-demo">Click here</a> to check latest offers on osCitasThemes plugins.
     30</div>
    231<div class="ebs_page_settings">
    332    <h1>Easy Bootstrap Shortcode Settings</h1><form name="ebs_setting" id="ebs_setting" method="post" action="">
     33
    434        <?php  if(!apply_filters('plugin_oscitas_theme_check',false)){ ?><div class="ebs_details">
    535            <label class="ebs_setting_label">Bootstrap JS File</label>
  • easy-bootstrap-shortcodes/trunk/lib/ebspro-demo.php

    r984084 r1249593  
    11<div class="ebs-prodemo-outer">
    22    <div class="ebspro-titlebar">
    3         <h1>Easy Bootstrap Shortcode Pro Demo </h1>
     3        <h1>osCitas Plugin Offeres</h1>
    44        <div class="osc-logo">
    55            <img src="<?php echo EBS_PLUGIN_URL.'images/osc-logo.png';?>"  alt="" />
     
    77    </div>
    88
    9     <div class="ebs-pro-content">
    10         <div class="ebs-content">
    11             <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Commodi consequuntur cumque, dolor dolorum eaque, impedit necessitatibus omnis quidem quis reprehenderit vel voluptas! Ea libero molestiae obcaecati perspiciatis tempore totam ullam!.</p>
    12             <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Commodi consequuntur cumque, dolor dolorum eaque, impedit necessitatibus omnis quidem quis reprehenderit vel voluptas! Ea libero molestiae obcaecati perspiciatis tempore totam ullam!.</p>
    13         </div>
    14 
    15        <div class="ebs-pro-update"><img src="<?php echo EBS_PLUGIN_URL.'images/ebspro-highlights.jpg';?>"  alt="" /></div>
     9    <div class="ebs-pro-content" style="margin-top: 10px; text-align: center;">
     10        <?php
     11            $arg = array ( 'method' => 'GET');
     12            $response = wp_remote_request ( 'http://offers.oscitas.com/index.php' , $arg );
     13            echo $response['body'];
     14        ?>
    1615    </div>
    17 
    18 
    19 
    2016</div>
  • easy-bootstrap-shortcodes/trunk/osc_bootstrap_shortcode.php

    r1226107 r1249593  
    55  Plugin URI: http://www.oscitasthemes.com
    66  Description: Add bootstrap 3.0.3 styles to your theme by wordpress editor shortcode buttons.
    7   Version: 4.4.5
     7  Version: 4.4.6
    88  Author: oscitas
    99  Author URI: http://www.oscitasthemes.com
     
    148148            add_menu_page('EBS Settings', ' EBS Settings', 'manage_options', 'ebs/ebs-settings.php', 'osc_ebs_setting_page', plugins_url('/images/icon.png', __FILE__));
    149149
    150             $sub_page= add_submenu_page( 'ebs/ebs-settings.php','EBS-Pro Demo', 'EBS-Pro Demo', 'manage_options', 'ebs-pro-demo', 'osc_ebs_pro_demo_page' );
     150            $sub_page= add_submenu_page( 'ebs/ebs-settings.php','osCitas Offers', 'osCitas Offers', 'manage_options', 'ebs-pro-demo', 'osc_ebs_pro_demo_page' );
    151151            add_action('admin_print_styles-' . $sub_page, 'ebsProDemoPage_register_admin_styles');
    152152        }
  • easy-bootstrap-shortcodes/trunk/shortcode/tables/plugin_shortcode.php

    r925652 r1249593  
    1010                'style' => '',
    1111                'responsive' => 'false',
    12                 'class' => ''
     12                'class' => '',
     13                //'style'=>''
    1314                    ), $params));
    1415    $content = str_replace("]<br />", ']', $content);
    15     $out = '<table width="' . $width . '" class="table ' . $style . ' '.$class.EBS_CONTAINER_CLASS.'">' . do_shortcode($content) . '</table>';
     16    $out = '<table width="' . $width . '" class="table '.$class.EBS_CONTAINER_CLASS.'" style="' . $style . '">' . do_shortcode($content) . '</table>';
    1617    $out = strtolower($responsive) == 'true' ? '<div class="table-responsive'.EBS_CONTAINER_CLASS.'">' . $out . '</div>' : $out;
    1718    return $out;
  • easy-bootstrap-shortcodes/trunk/shortcode/tabs/plugin_shortcode.php

    r925652 r1249593  
    1414    $_oscitas_tabs[$id] = array();
    1515    do_shortcode($content);
    16     $scontent = '<ul class="nav nav-tabs'.EBS_CONTAINER_CLASS.'" id="oscitas-tabs-' . $id . '">' . implode('', $_oscitas_tabs[$id]['tabs']) . '</ul><div
    17     class="tab-content'.EBS_CONTAINER_CLASS.'">' . implode('', $_oscitas_tabs[$id]['panes']) . '</div>';
     16    $scontent = '<ul class="nav nav-tabs'.EBS_CONTAINER_CLASS.'" id="oscitas-tabs-' . $id . '">' . implode('', $_oscitas_tabs[$id]['tabs']) . '</ul><div class="tab-content'.EBS_CONTAINER_CLASS.'">' . implode('', $_oscitas_tabs[$id]['panes']) . '</div>';
    1817    if (trim($scontent) != "") {
    1918        $output = '<div class="' . $class . '">' . $scontent;
Note: See TracChangeset for help on using the changeset viewer.