Changeset 1142973
- Timestamp:
- 04/23/2015 07:19:16 AM (11 years ago)
- Location:
- easy-bootstrap-shortcodes
- Files:
-
- 6 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_dynamic_css.php (modified) (1 diff)
-
trunk/README.txt (modified) (1 diff)
-
trunk/osc_bootstrap_shortcode.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
r1131767 r1142973 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 = 4.3.9 = 153 154 * [Update] Resolved the undefined index warning issue. 155 152 156 = 4.3.8 = 153 157 -
easy-bootstrap-shortcodes/tags/4.0.0/osc_bootstrap_shortcode.php
r1131767 r1142973 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.3. 87 Version: 4.3.9 8 8 Author: oscitas 9 9 Author URI: http://www.oscitasthemes.com -
easy-bootstrap-shortcodes/tags/4.0.0/styles/ebs_dynamic_css.php
r893836 r1142973 3 3 if(!session_id()) 4 4 session_start(); 5 echo $_SESSION['ebs_dynamic_css'];5 //echo $_SESSION['ebs_dynamic_css']; 6 6 if(isset($_SESSION['ebs_dynamic_css'])){ 7 7 echo $_SESSION['ebs_dynamic_css']; -
easy-bootstrap-shortcodes/trunk/README.txt
r1131767 r1142973 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 = 4.3.9 = 153 154 * [Update] Resolved the undefined index warning issue. 155 152 156 = 4.3.8 = 153 157 -
easy-bootstrap-shortcodes/trunk/osc_bootstrap_shortcode.php
r1131767 r1142973 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.3. 87 Version: 4.3.9 8 8 Author: oscitas 9 9 Author URI: http://www.oscitasthemes.com -
easy-bootstrap-shortcodes/trunk/styles/ebs_dynamic_css.php
r885618 r1142973 3 3 if(!session_id()) 4 4 session_start(); 5 echo $_SESSION['ebs_dynamic_css'];5 //echo $_SESSION['ebs_dynamic_css']; 6 6 if(isset($_SESSION['ebs_dynamic_css'])){ 7 7 echo $_SESSION['ebs_dynamic_css'];
Note: See TracChangeset
for help on using the changeset viewer.