Version Description
Release Date: February 24, 2021
- Bug Fix: Use Post Thumbnail for og:image tag #41
Download this release
Release Info
Developer | boldgrid |
Plugin | BoldGrid Easy SEO – Simple and Effective SEO |
Version | 1.6.10 |
Comparing to | |
See all releases |
Code changes from version 1.6.9 to 1.6.10
- boldgrid-easy-seo.php +1 -1
- includes/class-boldgrid-seo.php +1 -0
- languages/bgseo.pot +2 -2
- readme.txt +9 -3
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.10
|
18 |
* Author: BoldGrid <support@boldgrid.com>
|
19 |
* Author URI: https://www.boldgrid.com/
|
20 |
* License: GPL-2.0+
|
includes/class-boldgrid-seo.php
CHANGED
@@ -170,6 +170,7 @@ class Boldgrid_Seo {
|
|
170 |
$this->loader->add_action( "{$this->prefix}/seo/og:type", $admin, 'meta_og_type' );
|
171 |
$this->loader->add_action( "{$this->prefix}/seo/og:url", $admin, 'meta_og_url' );
|
172 |
$this->loader->add_action( "{$this->prefix}/seo/og:description", $admin, 'meta_og_description' );
|
|
|
173 |
|
174 |
// Check version for updated filters
|
175 |
$wp_version = version_compare( get_bloginfo( 'version' ), '4.4', '>=' );
|
170 |
$this->loader->add_action( "{$this->prefix}/seo/og:type", $admin, 'meta_og_type' );
|
171 |
$this->loader->add_action( "{$this->prefix}/seo/og:url", $admin, 'meta_og_url' );
|
172 |
$this->loader->add_action( "{$this->prefix}/seo/og:description", $admin, 'meta_og_description' );
|
173 |
+
$this->loader->add_action( "{$this->prefix}/seo/og:image", $admin, 'meta_og_image' );
|
174 |
|
175 |
// Check version for updated filters
|
176 |
$wp_version = version_compare( get_bloginfo( 'version' ), '4.4', '>=' );
|
languages/bgseo.pot
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
# Copyright (C)
|
2 |
# This file is distributed under the same license as the bgseo package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
@@ -7,7 +7,7 @@ msgstr ""
|
|
7 |
"MIME-Version: 1.0\n"
|
8 |
"Content-Type: text/plain; charset=UTF-8\n"
|
9 |
"Content-Transfer-Encoding: 8bit\n"
|
10 |
-
"PO-Revision-Date:
|
11 |
"Language-Team: The BoldGrid Team <support@boldgrid.com>\n"
|
12 |
"X-Poedit-Basepath: ..\n"
|
13 |
"X-Poedit-SourceCharset: UTF-8\n"
|
1 |
+
# Copyright (C) 2021 bgseo
|
2 |
# This file is distributed under the same license as the bgseo package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
7 |
"MIME-Version: 1.0\n"
|
8 |
"Content-Type: text/plain; charset=UTF-8\n"
|
9 |
"Content-Transfer-Encoding: 8bit\n"
|
10 |
+
"PO-Revision-Date: 2021-MO-DA HO:MI+ZONE\n"
|
11 |
"Language-Team: The BoldGrid Team <support@boldgrid.com>\n"
|
12 |
"X-Poedit-Basepath: ..\n"
|
13 |
"X-Poedit-SourceCharset: UTF-8\n"
|
readme.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
=== BoldGrid Easy SEO - Simple and Effective SEO ===
|
2 |
-
Contributors: boldgrid, timph, rramo012, imh_brad, joemoto
|
3 |
Tags: seo, search engine optimization, content analysis, readability, boldgrid
|
4 |
Requires at least: 4.4
|
5 |
-
Tested up to:
|
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.9 =
|
82 |
|
83 |
Release Date: December 7th, 2020
|
1 |
=== BoldGrid Easy SEO - Simple and Effective SEO ===
|
2 |
+
Contributors: boldgrid, timph, rramo012, imh_brad, joemoto, jamesros161
|
3 |
Tags: seo, search engine optimization, content analysis, readability, boldgrid
|
4 |
Requires at least: 4.4
|
5 |
+
Tested up to: 6.1
|
6 |
Requires PHP: 5.3
|
7 |
+
Stable tag: 1.6.10
|
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.10 =
|
82 |
+
|
83 |
+
Release Date: February 24, 2021
|
84 |
+
|
85 |
+
* Bug Fix: Use Post Thumbnail for og:image tag [#41] (https://github.com/BoldGrid/boldgrid-seo/issues/41)
|
86 |
+
|
87 |
= 1.6.9 =
|
88 |
|
89 |
Release Date: December 7th, 2020
|