Changeset 1164219
- Timestamp:
- 05/20/2015 03:06:40 PM (11 years ago)
- Location:
- easy-bootstrap-shortcodes
- Files:
-
- 8 edited
-
tags/4.0.0/README.txt (modified) (1 diff)
-
tags/4.0.0/osc_bootstrap_shortcode.php (modified) (1 diff)
-
tags/4.0.0/styles/ebs-dstyle.php (modified) (1 diff)
-
tags/4.0.0/styles/ebs_dynamic_css.php (modified) (1 diff)
-
trunk/README.txt (modified) (1 diff)
-
trunk/osc_bootstrap_shortcode.php (modified) (1 diff)
-
trunk/styles/ebs-dstyle.php (modified) (1 diff)
-
trunk/styles/ebs_dynamic_css.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
easy-bootstrap-shortcodes/tags/4.0.0/README.txt
r1157671 r1164219 150 150 >= Note : we have removed the Line Separator, Dropcaps, Youtube & Vimeo video, Boxesframes, Horizontal Rule, Testimonial, Section Heading, Social, Lead,Page Header, Highlights shortcodes as these are PRO version features, which were committed to free version by mistake. = 151 151 152 153 = 4.4.1 = 154 155 * [Fixes] Resolved the undefined function issue in dynamic css. 156 152 157 = 4.4.0 = 153 158 -
easy-bootstrap-shortcodes/tags/4.0.0/osc_bootstrap_shortcode.php
r1157671 r1164219 5 5 Plugin URI: http://www.oscitasthemes.com 6 6 Description: Add bootstrap 3.0.3 styles to your theme by wordpress editor shortcode buttons. 7 Version: 4.4. 07 Version: 4.4.1 8 8 Author: oscitas 9 9 Author URI: http://www.oscitasthemes.com -
easy-bootstrap-shortcodes/tags/4.0.0/styles/ebs-dstyle.php
r1157671 r1164219 1 1 <?php 2 2 header("Content-type: text/css"); 3 if(!session_id()) 4 ebs_session_start(); 3 if(!session_id()) @session_start(); 4 5 5 $css_ebs=<<<EOF 6 6 .osc_servicebox { -
easy-bootstrap-shortcodes/tags/4.0.0/styles/ebs_dynamic_css.php
r1157671 r1164219 1 1 <?php 2 2 header("Content-type: text/css"); 3 if(!session_id()) 4 ebs_session_start(); 3 if(!session_id()) @session_start(); 5 4 //echo $_SESSION['ebs_dynamic_css']; 6 5 if(isset($_SESSION['ebs_dynamic_css'])){ -
easy-bootstrap-shortcodes/trunk/README.txt
r1157671 r1164219 150 150 >= Note : we have removed the Line Separator, Dropcaps, Youtube & Vimeo video, Boxesframes, Horizontal Rule, Testimonial, Section Heading, Social, Lead,Page Header, Highlights shortcodes as these are PRO version features, which were committed to free version by mistake. = 151 151 152 153 = 4.4.1 = 154 155 * [Fixes] Resolved the undefined function issue in dynamic css. 156 152 157 = 4.4.0 = 153 158 -
easy-bootstrap-shortcodes/trunk/osc_bootstrap_shortcode.php
r1157671 r1164219 5 5 Plugin URI: http://www.oscitasthemes.com 6 6 Description: Add bootstrap 3.0.3 styles to your theme by wordpress editor shortcode buttons. 7 Version: 4.4. 07 Version: 4.4.1 8 8 Author: oscitas 9 9 Author URI: http://www.oscitasthemes.com -
easy-bootstrap-shortcodes/trunk/styles/ebs-dstyle.php
r1157671 r1164219 1 1 <?php 2 2 header("Content-type: text/css"); 3 if(!session_id()) 4 ebs_session_start(); 3 if(!session_id()) @session_start(); 4 5 5 $css_ebs=<<<EOF 6 6 .osc_servicebox { -
easy-bootstrap-shortcodes/trunk/styles/ebs_dynamic_css.php
r1157671 r1164219 1 1 <?php 2 2 header("Content-type: text/css"); 3 if(!session_id()) 4 ebs_session_start(); 3 if(!session_id()) @session_start(); 5 4 //echo $_SESSION['ebs_dynamic_css']; 6 5 if(isset($_SESSION['ebs_dynamic_css'])){
Note: See TracChangeset
for help on using the changeset viewer.