Version Description
Release Date: August 10th, 2020
- Bug fix: Yoast Conflict: JavaScript Error Prevents PPB Blocks and Interface from Loading #29
Download this release
Release Info
Developer | boldgrid |
Plugin | BoldGrid Easy SEO – Simple and Effective SEO |
Version | 1.6.7 |
Comparing to | |
See all releases |
Code changes from version 1.6.6 to 1.6.7
- boldgrid-easy-seo.php +1 -1
- includes/class-boldgrid-seo-scripts.php +1 -1
- readme.txt +7 -1
boldgrid-easy-seo.php
CHANGED
@@ -14,7 +14,7 @@
|
|
14 |
* Plugin Name: BoldGrid Easy SEO
|
15 |
* Plugin URI: https://www.boldgrid.com/boldgrid-seo/
|
16 |
* Description: Easily manage your website's search engine optimization with Easy SEO by BoldGrid!
|
17 |
-
* Version: 1.6.
|
18 |
* Author: BoldGrid <support@boldgrid.com>
|
19 |
* Author URI: https://www.boldgrid.com/
|
20 |
* License: GPL-2.0+
|
14 |
* Plugin Name: BoldGrid Easy SEO
|
15 |
* Plugin URI: https://www.boldgrid.com/boldgrid-seo/
|
16 |
* Description: Easily manage your website's search engine optimization with Easy SEO by BoldGrid!
|
17 |
+
* Version: 1.6.7
|
18 |
* Author: BoldGrid <support@boldgrid.com>
|
19 |
* Author URI: https://www.boldgrid.com/
|
20 |
* License: GPL-2.0+
|
includes/class-boldgrid-seo-scripts.php
CHANGED
@@ -72,7 +72,7 @@ class Boldgrid_Seo_Scripts {
|
|
72 |
wp_register_script(
|
73 |
"{$this->configs['plugin_name']}-bgseo",
|
74 |
"{$this->configs['plugin_url']}/assets/js/bgseo{$min}.js",
|
75 |
-
array ( 'jquery', 'backbone', 'underscore', 'wp-util', 'word-count', 'butterbean' ),
|
76 |
$this->configs['version'],
|
77 |
true
|
78 |
);
|
72 |
wp_register_script(
|
73 |
"{$this->configs['plugin_name']}-bgseo",
|
74 |
"{$this->configs['plugin_url']}/assets/js/bgseo{$min}.js",
|
75 |
+
array ( 'jquery', 'backbone', 'underscore', 'wp-util', 'word-count', 'butterbean', 'wp-data', 'wp-editor' ),
|
76 |
$this->configs['version'],
|
77 |
true
|
78 |
);
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Tags: seo, search engine optimization, content analysis, readability, boldgrid
|
|
4 |
Requires at least: 4.4
|
5 |
Tested up to: 5.5
|
6 |
Requires PHP: 5.3
|
7 |
-
Stable tag: 1.6.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -78,6 +78,12 @@ The BoldGrid Easy SEO plugin is open source software. Join in on our [GitHub rep
|
|
78 |
|
79 |
== Changelog ==
|
80 |
|
|
|
|
|
|
|
|
|
|
|
|
|
81 |
= 1.6.6 =
|
82 |
|
83 |
Release Date: August 6th, 2020
|
4 |
Requires at least: 4.4
|
5 |
Tested up to: 5.5
|
6 |
Requires PHP: 5.3
|
7 |
+
Stable tag: 1.6.7
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
78 |
|
79 |
== Changelog ==
|
80 |
|
81 |
+
= 1.6.7 =
|
82 |
+
|
83 |
+
Release Date: August 10th, 2020
|
84 |
+
|
85 |
+
* Bug fix: Yoast Conflict: JavaScript Error Prevents PPB Blocks and Interface from Loading [#29] (https://github.com/BoldGrid/boldgrid-seo/issues/29)
|
86 |
+
|
87 |
= 1.6.6 =
|
88 |
|
89 |
Release Date: August 6th, 2020
|