Changeset 2656187
- Timestamp:
- 01/11/2022 10:00:45 PM (4 years ago)
- Location:
- bb-toolbox
- Files:
-
- 6 edited
- 1 copied
-
tags/1.1.3 (copied) (copied from bb-toolbox/trunk)
-
tags/1.1.3/bb-toolbox.php (modified) (3 diffs)
-
tags/1.1.3/changelog.txt (modified) (1 diff)
-
tags/1.1.3/readme.txt (modified) (3 diffs)
-
trunk/bb-toolbox.php (modified) (3 diffs)
-
trunk/changelog.txt (modified) (1 diff)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bb-toolbox/tags/1.1.3/bb-toolbox.php
r2115520 r2656187 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. 26 * Version: 1.1.3 7 7 * Author: Jack Krielen 8 8 * Author URI: http://www.jackkrielen.nl … … 144 144 'constants' => array( 145 145 'WPSEO_VERSION', 146 'SEOPRESS_VERSION' //SeoPress 146 'SEOPRESS_VERSION', //SeoPress 147 'THE_SEO_FRAMEWORK_VERSION' // SEO Framework 147 148 ), 148 149 ) … … 195 196 $meta_title_field = '_wds_title'; 196 197 $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'; 197 202 } 198 203 -
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 1 6 == 1.1.2 == 2 7 * Release date: July 1, 2019 -
bb-toolbox/tags/1.1.3/readme.txt
r2115520 r2656187 3 3 Tags: 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 4 4 Requires at least: 4.9 5 Tested up to: 5. 25 Tested up to: 5.8 6 6 Stable tag: trunk 7 7 License: GPL2+ … … 22 22 2. Form to edit the page settings 23 23 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 24 43 == Video == 25 44 … … 32 51 33 52 1, 2, 3: You're done! 53 54 This plugin does not add any tables or fields. This plugin only uses the Beaver Builder module, Supported SEO modules and Wordpress. 34 55 35 56 == Frequently Asked Questions == -
bb-toolbox/trunk/bb-toolbox.php
r2115520 r2656187 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. 26 * Version: 1.1.3 7 7 * Author: Jack Krielen 8 8 * Author URI: http://www.jackkrielen.nl … … 144 144 'constants' => array( 145 145 'WPSEO_VERSION', 146 'SEOPRESS_VERSION' //SeoPress 146 'SEOPRESS_VERSION', //SeoPress 147 'THE_SEO_FRAMEWORK_VERSION' // SEO Framework 147 148 ), 148 149 ) … … 195 196 $meta_title_field = '_wds_title'; 196 197 $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'; 197 202 } 198 203 -
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 1 6 == 1.1.2 == 2 7 * Release date: July 1, 2019 -
bb-toolbox/trunk/readme.txt
r2115520 r2656187 3 3 Tags: 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 4 4 Requires at least: 4.9 5 Tested up to: 5. 25 Tested up to: 5.8 6 6 Stable tag: trunk 7 7 License: GPL2+ … … 22 22 2. Form to edit the page settings 23 23 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 24 43 == Video == 25 44 … … 32 51 33 52 1, 2, 3: You're done! 53 54 This plugin does not add any tables or fields. This plugin only uses the Beaver Builder module, Supported SEO modules and Wordpress. 34 55 35 56 == Frequently Asked Questions ==
Note: See TracChangeset
for help on using the changeset viewer.