Changeset 1995143
- Timestamp:
- 12/14/2018 08:36:20 PM (7 years ago)
- Location:
- theme-blvd-shortcodes/trunk
- Files:
-
- 21 added
- 2 edited
-
includes (added)
-
includes/admin (added)
-
includes/admin/generator (added)
-
includes/admin/generator/assets (added)
-
includes/admin/generator/assets/css (added)
-
includes/admin/generator/assets/css/generator.css (added)
-
includes/admin/generator/assets/css/generator.min.css (added)
-
includes/admin/generator/assets/images (added)
-
includes/admin/generator/assets/images/custom.png (added)
-
includes/admin/generator/assets/images/primary.png (added)
-
includes/admin/generator/assets/js (added)
-
includes/admin/generator/assets/js/generator.js (added)
-
includes/admin/generator/assets/js/generator.min.js (added)
-
includes/admin/generator/class-tb-shortcode-generator-legacy.php (added)
-
includes/admin/generator/class-tb-shortcode-generator.php (added)
-
includes/admin/options (added)
-
includes/admin/options/class-tb-shortcode-options.php (added)
-
includes/class-tb-column-shortcode.php (added)
-
includes/class-tb-popup-shortcode.php (added)
-
includes/general.php (added)
-
includes/shortcodes.php (added)
-
readme.txt (modified) (2 diffs)
-
tb-shortcodes.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
theme-blvd-shortcodes/trunk/readme.txt
r1852821 r1995143 3 3 Contributors: themeblvd 4 4 Tags: shortcodes, bootstrap, Theme Blvd, themeblvd, Jason Bobich 5 Stable Tag: 1.6. 76 Tested up to: 4.95 Stable Tag: 1.6.8 6 Tested up to: 5.0 7 7 8 8 This plugin works in conjunction with the Theme Blvd framework to create shortcodes for many of the framework's internal elements. … … 61 61 62 62 == Changelog == 63 64 = 1.6.8 - 12/14/2018 = 65 66 * Fixed: "Add Shortcode" button not working when editing custom layouts with [Theme Blvd Layout Builder](https://wordpress.org/plugins/theme-blvd-layout-builder) v2.3+. 63 67 64 68 = 1.6.7 - 02/06/2018 = -
theme-blvd-shortcodes/trunk/tb-shortcodes.php
r1816716 r1995143 3 3 Plugin Name: Theme Blvd Shortcodes 4 4 Description: This plugin works in conjuction with the Theme Blvd framework to create shortcodes for many of the framework's internal elements. 5 Version: 1.6. 75 Version: 1.6.8 6 6 Author: Theme Blvd 7 7 Author URI: http://themeblvd.com … … 26 26 */ 27 27 28 define( 'TB_SHORTCODES_PLUGIN_VERSION', '1.6. 7' );28 define( 'TB_SHORTCODES_PLUGIN_VERSION', '1.6.8' ); 29 29 define( 'TB_SHORTCODES_PLUGIN_DIR', dirname( __FILE__ ) ); 30 30 define( 'TB_SHORTCODES_PLUGIN_URI', plugins_url( '' , __FILE__ ) );
Note: See TracChangeset
for help on using the changeset viewer.