Plugin Directory

Changeset 2656187


Ignore:
Timestamp:
01/11/2022 10:00:45 PM (4 years ago)
Author:
Krielkip
Message:

V1.1.3

Location:
bb-toolbox
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • bb-toolbox/tags/1.1.3/bb-toolbox.php

    r2115520 r2656187  
    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.2
     6 * Version: 1.1.3
    77 * Author: Jack Krielen
    88 * Author URI: http://www.jackkrielen.nl
     
    144144                'constants' => array(
    145145                    'WPSEO_VERSION',
    146                     'SEOPRESS_VERSION' //SeoPress
     146                    'SEOPRESS_VERSION', //SeoPress
     147                    'THE_SEO_FRAMEWORK_VERSION' // SEO Framework
    147148                ),
    148149            )
     
    195196            $meta_title_field = '_wds_title';
    196197            $meta_description_field = '_wds_metadesc';
     198        } else if ( self::has_seo_plugin(array('constants' => array('THE_SEO_FRAMEWORK_VERSION'))))
     199        {
     200            $meta_title_field = '_genesis_title';
     201            $meta_description_field = '_genesis_description';
    197202        }
    198203
  • bb-toolbox/tags/1.1.3/changelog.txt

    r2115520 r2656187  
     1== 1.1.3 ==
     2*   Release date: January 10, 2022
     3*   Add support for SeoFramework (Requested by Krijnermerins, Checked by Audpxi)
     4*   Updated Wordpress Version
     5
    16== 1.1.2 ==
    27*   Release date: July 1, 2019
  • bb-toolbox/tags/1.1.3/readme.txt

    r2115520 r2656187  
    33Tags: beaver builder, beaver, beaver builder permalink, beaver title, page title, builder free, beaver addons, beaver builder addon, beaver builder add ons, beaver builder lite, beaver builder addons, beaver builder extensions, beaver addon, beaver builder plugin, beaver builder wordpress
    44Requires at least: 4.9
    5 Tested up to: 5.2
     5Tested up to: 5.8
    66Stable tag: trunk
    77License: GPL2+
     
    22222. Form to edit the page settings
    2323
     24== Features ==
     25* Edit Page / Post Title
     26* Edit Page / Post Slug
     27* Edit Page / Post template
     28* Edit Parent Page / Post
     29* Edit Featured Image
     30* Edit Meta Title (Only with Supported SEO Tools)
     31* Edit Meta Description (Only with Supported SEO Tools)
     32
     33== Supported SEO Tools ==
     34* WordPress SEO
     35* All in one SEO
     36* HeadSpace2 SEO
     37* Platinum SEO Pack
     38* The SEO Framework
     39* SEOPress
     40* SmartCrawl (Pro)
     41* Genesis
     42
    2443== Video ==
    2544
     
    3251
    33521, 2, 3: You're done!
     53
     54This plugin does not add any tables or fields. This plugin only uses the Beaver Builder module, Supported SEO modules and Wordpress.
    3455
    3556== Frequently Asked Questions ==
  • bb-toolbox/trunk/bb-toolbox.php

    r2115520 r2656187  
    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.2
     6 * Version: 1.1.3
    77 * Author: Jack Krielen
    88 * Author URI: http://www.jackkrielen.nl
     
    144144                'constants' => array(
    145145                    'WPSEO_VERSION',
    146                     'SEOPRESS_VERSION' //SeoPress
     146                    'SEOPRESS_VERSION', //SeoPress
     147                    'THE_SEO_FRAMEWORK_VERSION' // SEO Framework
    147148                ),
    148149            )
     
    195196            $meta_title_field = '_wds_title';
    196197            $meta_description_field = '_wds_metadesc';
     198        } else if ( self::has_seo_plugin(array('constants' => array('THE_SEO_FRAMEWORK_VERSION'))))
     199        {
     200            $meta_title_field = '_genesis_title';
     201            $meta_description_field = '_genesis_description';
    197202        }
    198203
  • bb-toolbox/trunk/changelog.txt

    r2115520 r2656187  
     1== 1.1.3 ==
     2*   Release date: January 10, 2022
     3*   Add support for SeoFramework (Requested by Krijnermerins, Checked by Audpxi)
     4*   Updated Wordpress Version
     5
    16== 1.1.2 ==
    27*   Release date: July 1, 2019
  • bb-toolbox/trunk/readme.txt

    r2115520 r2656187  
    33Tags: beaver builder, beaver, beaver builder permalink, beaver title, page title, builder free, beaver addons, beaver builder addon, beaver builder add ons, beaver builder lite, beaver builder addons, beaver builder extensions, beaver addon, beaver builder plugin, beaver builder wordpress
    44Requires at least: 4.9
    5 Tested up to: 5.2
     5Tested up to: 5.8
    66Stable tag: trunk
    77License: GPL2+
     
    22222. Form to edit the page settings
    2323
     24== Features ==
     25* Edit Page / Post Title
     26* Edit Page / Post Slug
     27* Edit Page / Post template
     28* Edit Parent Page / Post
     29* Edit Featured Image
     30* Edit Meta Title (Only with Supported SEO Tools)
     31* Edit Meta Description (Only with Supported SEO Tools)
     32
     33== Supported SEO Tools ==
     34* WordPress SEO
     35* All in one SEO
     36* HeadSpace2 SEO
     37* Platinum SEO Pack
     38* The SEO Framework
     39* SEOPress
     40* SmartCrawl (Pro)
     41* Genesis
     42
    2443== Video ==
    2544
     
    3251
    33521, 2, 3: You're done!
     53
     54This plugin does not add any tables or fields. This plugin only uses the Beaver Builder module, Supported SEO modules and Wordpress.
    3455
    3556== Frequently Asked Questions ==
Note: See TracChangeset for help on using the changeset viewer.