Changeset 1986334
- Timestamp:
- 12/05/2018 08:50:42 PM (7 years ago)
- Location:
- bb-toolbox/trunk
- Files:
-
- 4 edited
-
bb-toolbox.php (modified) (1 diff)
-
changelog.txt (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
settings/bb-toolbox-form.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
bb-toolbox/trunk/bb-toolbox.php
r1984117 r1986334 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. 06 * Version: 1.1.1 7 7 * Author: Jack Krielen 8 8 * Author URI: http://www.jackkrielen.nl -
bb-toolbox/trunk/changelog.txt
r1984117 r1986334 1 == 1.1.1 == 2 * Release date: December 5, 2018 3 * Update: Meta Description is now a TextArea 4 * Update: Readme now has the video by David Waumsley 5 * Bugfix: Wrong value (30 instead of 60) in help. (Blame the time of update..) 6 * Known Issue: Textarea does not have a limit build in Beaver Builder. An update to the field has been submitted. 7 1 8 == 1.1.0 == 2 9 * Release date: December 3, 2018 -
bb-toolbox/trunk/readme.txt
r1984117 r1986334 22 22 2. Form to edit the page settings 23 23 24 == Video == 25 26 What says more then words? A youtube video! David Waumsley did one video about version 1.1.0. 27 [youtube http://www.youtube.com/watch?v=WHHSKri7quw ] 28 24 29 == Installation == 25 30 … … 40 45 Beaver Builder: [Beaver Builder page Builder](https://www.wpbeaverbuilder.com/) 41 46 Beaver Image: [Hand painted beaver by ajipebriana / Freepik](https://www.freepik.com/free-vector/hand-painted-beaver-design_975547.htm) 47 Youtube Video: [David Waumsley](https://www.youtube.com/watch?v=WHHSKri7quw) -
bb-toolbox/trunk/settings/bb-toolbox-form.php
r1984117 r1986334 123 123 'maxlength' => '60', 124 124 'size' => '30', 125 'help' => __('Max input value is 30 characters.', 'bb-toolbox')125 'help' => __('Max input value is 60 characters.', 'bb-toolbox') 126 126 127 127 ), 128 128 'meta_description' => array( 129 'type' => 'text ',129 'type' => 'textarea', 130 130 'label' => __('Meta description', 'bb-toolbox'), 131 131 'default' => '', 132 132 'maxlength' => '160', 133 133 'size' => '30', 134 'rows' => '6', 134 135 'help' => __('Max input value is 160 characters.', 'bb-toolbox') 135 136 ),
Note: See TracChangeset
for help on using the changeset viewer.