Plugin Directory

Changeset 1986334


Ignore:
Timestamp:
12/05/2018 08:50:42 PM (7 years ago)
Author:
Krielkip
Message:

Change Meta Description field type

Location:
bb-toolbox/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • bb-toolbox/trunk/bb-toolbox.php

    r1984117 r1986334  
    44 * Plugin URI: http://www.particulare.nl
    55 * 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.0
     6 * Version: 1.1.1
    77 * Author: Jack Krielen
    88 * 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
    18== 1.1.0 ==
    29*   Release date: December 3, 2018
  • bb-toolbox/trunk/readme.txt

    r1984117 r1986334  
    22222. Form to edit the page settings
    2323
     24== Video ==
     25
     26What 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
    2429== Installation ==
    2530
     
    4045Beaver Builder: [Beaver Builder page Builder](https://www.wpbeaverbuilder.com/)
    4146Beaver Image: [Hand painted beaver by ajipebriana / Freepik](https://www.freepik.com/free-vector/hand-painted-beaver-design_975547.htm)
     47Youtube Video: [David Waumsley](https://www.youtube.com/watch?v=WHHSKri7quw)
  • bb-toolbox/trunk/settings/bb-toolbox-form.php

    r1984117 r1986334  
    123123              'maxlength' => '60',
    124124              'size' => '30',
    125               'help' => __('Max input value is 30 characters.', 'bb-toolbox')
     125              'help' => __('Max input value is 60 characters.', 'bb-toolbox')
    126126
    127127            ),
    128128            'meta_description' => array(
    129               'type' => 'text',
     129              'type' => 'textarea',
    130130              'label' => __('Meta description', 'bb-toolbox'),
    131131              'default' => '',
    132132              'maxlength' => '160',
    133133              'size' => '30',
     134              'rows' => '6',
    134135              'help' => __('Max input value is 160 characters.', 'bb-toolbox')
    135136            ),
Note: See TracChangeset for help on using the changeset viewer.