Changeset 3036546
- Timestamp:
- 02/15/2024 08:03:51 PM (2 years ago)
- Location:
- bb-toolbox/trunk
- Files:
-
- 2 edited
-
bb-toolbox.php (modified) (2 diffs)
-
changelog.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
bb-toolbox/trunk/bb-toolbox.php
r3029735 r3036546 4 4 * Plugin URI: http://www.particulare.nl 5 5 * Description: Adds the toolbox to the Page Builder of Beaver Builder (lite). You can edit the page title, page permalink, page parent & page template. Also you can edit SEO Title + SEO Description (WordPress SEO, All in one SEO, HeadSpace2 SEO, Platinum SEO Pack, SEO Framework or Genesis) 6 * Version: 1.1. 46 * Version: 1.1.5 7 7 * Author: Jack Krielen 8 8 * Author URI: http://www.jackkrielen.nl … … 340 340 { 341 341 if (class_exists('FLBuilderModel') && FLBuilderModel::is_builder_active()) { 342 wp_enqueue_script('bb-toolbox-js', BB_Toolbox_URL . 'assets/js/bb-toolbox.js', array('jquery' , 'fl-builder'));342 wp_enqueue_script('bb-toolbox-js', BB_Toolbox_URL . 'assets/js/bb-toolbox.js', array('jquery')); 343 343 wp_enqueue_style('bb-toolbox-css', BB_Toolbox_URL . 'assets/css/bb-toolbox.css'); 344 344 } -
bb-toolbox/trunk/changelog.txt
r3029735 r3036546 1 == 1.1.4 == 2 * Release date: February 15, 2024 3 * Fix the Fix for the Beaver Builder Update 2.7.4.4 4 1 5 == 1.1.4 == 2 6 * Release date: January 31, 2024
Note: See TracChangeset
for help on using the changeset viewer.