Changeset 989885
- Timestamp:
- 09/15/2014 06:45:03 AM (11 years ago)
- Location:
- easy-bootstrap-shortcodes
- Files:
-
- 8 added
- 6 edited
-
tags/4.0.0/README.txt (modified) (2 diffs)
-
tags/4.0.0/osc_bootstrap_shortcode.php (modified) (1 diff)
-
tags/4.0.0/shortcode/functions.php (modified) (1 diff)
-
tags/4.0.0/shortcode/jumbotron (added)
-
tags/4.0.0/shortcode/jumbotron/icon.png (added)
-
tags/4.0.0/shortcode/jumbotron/jumbotron_plugin.js (added)
-
tags/4.0.0/shortcode/jumbotron/plugin_shortcode.php (added)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/osc_bootstrap_shortcode.php (modified) (1 diff)
-
trunk/shortcode/functions.php (modified) (1 diff)
-
trunk/shortcode/jumbotron (added)
-
trunk/shortcode/jumbotron/icon.png (added)
-
trunk/shortcode/jumbotron/jumbotron_plugin.js (added)
-
trunk/shortcode/jumbotron/plugin_shortcode.php (added)
Legend:
- Unmodified
- Added
- Removed
-
easy-bootstrap-shortcodes/tags/4.0.0/README.txt
r984084 r989885 82 82 22. Responsive slider 83 83 23. Badges 84 24. Jumbotron 84 85 85 86 Many more shortcodes coming soon..... … … 149 150 = 4.3.3 = 150 151 152 * [New] New shortcode for jumbotron 153 154 = 4.3.3 = 155 151 156 * [New] New shortcode for bagdes 152 157 * [Update] Font Awesome icons updated -
easy-bootstrap-shortcodes/tags/4.0.0/osc_bootstrap_shortcode.php
r984084 r989885 5 5 Plugin URI: http://www.oscitasthemes.com 6 6 Description: Add bootstrap 3.2.0 styles to your theme by wordpress editor shortcode buttons. 7 Version: 4.3. 37 Version: 4.3.4 8 8 Author: oscitas 9 9 Author URI: http://www.oscitasthemes.com -
easy-bootstrap-shortcodes/tags/4.0.0/shortcode/functions.php
r984084 r989885 37 37 'slider', 38 38 'badge', 39 'jumbotron', 39 40 40 41 ); -
easy-bootstrap-shortcodes/trunk/README.txt
r984084 r989885 82 82 22. Responsive slider 83 83 23. Badges 84 24. Jumbotron 84 85 85 86 Many more shortcodes coming soon..... … … 147 148 >= 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. = 148 149 150 = 4.3.4 = 151 152 * [New] New shortcode for jumbotron 153 149 154 = 4.3.3 = 150 155 -
easy-bootstrap-shortcodes/trunk/osc_bootstrap_shortcode.php
r984084 r989885 5 5 Plugin URI: http://www.oscitasthemes.com 6 6 Description: Add bootstrap 3.2.0 styles to your theme by wordpress editor shortcode buttons. 7 Version: 4.3. 37 Version: 4.3.4 8 8 Author: oscitas 9 9 Author URI: http://www.oscitasthemes.com -
easy-bootstrap-shortcodes/trunk/shortcode/functions.php
r984084 r989885 37 37 'slider', 38 38 'badge', 39 'jumbotron', 39 40 40 41 );
Note: See TracChangeset
for help on using the changeset viewer.