Version Description
- FIX Fatal errors
- FIX Strings translation
Download this release
Release Info
Developer | rainbowgeek |
Plugin | SEOPress |
Version | 3.5.5 |
Comparing to | |
See all releases |
Code changes from version 3.5.4 to 3.5.5
- readme.txt +4 -1
- seopress.php +2 -2
readme.txt
CHANGED
@@ -6,7 +6,7 @@ Tags: SEO, XML sitemap, meta title, open graph, content analysis, knowledge grap
|
|
6 |
Requires at least: 4.6+
|
7 |
Tested up to: 5.2
|
8 |
Requires PHP: 5.4
|
9 |
-
Stable tag: 3.5.
|
10 |
License: GPLv2 or later
|
11 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
12 |
|
@@ -163,6 +163,9 @@ Subscribe on <a href="https://www.seopress.org/" target="_blank">seopress.org</a
|
|
163 |
44. Structured Data Types metaboxe in post, page, custom post type (PRO)
|
164 |
|
165 |
== Changelog ==
|
|
|
|
|
|
|
166 |
= 3.5.4 =
|
167 |
* NEW brand field for Product Schema (PRO)
|
168 |
* NEW aggregateRating for Product Schema (PRO)
|
6 |
Requires at least: 4.6+
|
7 |
Tested up to: 5.2
|
8 |
Requires PHP: 5.4
|
9 |
+
Stable tag: 3.5.5
|
10 |
License: GPLv2 or later
|
11 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
12 |
|
163 |
44. Structured Data Types metaboxe in post, page, custom post type (PRO)
|
164 |
|
165 |
== Changelog ==
|
166 |
+
= 3.5.5 =
|
167 |
+
* FIX Fatal errors
|
168 |
+
* FIX Strings translation
|
169 |
= 3.5.4 =
|
170 |
* NEW brand field for Product Schema (PRO)
|
171 |
* NEW aggregateRating for Product Schema (PRO)
|
seopress.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: SEOPress
|
4 |
Plugin URI: https://www.seopress.org/
|
5 |
Description: One of the best SEO Plugin for WordPress.
|
6 |
-
Version: 3.5.
|
7 |
Author: Benjamin Denis
|
8 |
Author URI: https://www.seopress.org/
|
9 |
License: GPLv2
|
@@ -53,7 +53,7 @@ register_deactivation_hook(__FILE__, 'seopress_deactivation');
|
|
53 |
///////////////////////////////////////////////////////////////////////////////////////////////////
|
54 |
//Define
|
55 |
///////////////////////////////////////////////////////////////////////////////////////////////////
|
56 |
-
define( 'SEOPRESS_VERSION', '3.5.
|
57 |
define( 'SEOPRESS_AUTHOR', 'Benjamin Denis' );
|
58 |
|
59 |
///////////////////////////////////////////////////////////////////////////////////////////////////
|
3 |
Plugin Name: SEOPress
|
4 |
Plugin URI: https://www.seopress.org/
|
5 |
Description: One of the best SEO Plugin for WordPress.
|
6 |
+
Version: 3.5.5
|
7 |
Author: Benjamin Denis
|
8 |
Author URI: https://www.seopress.org/
|
9 |
License: GPLv2
|
53 |
///////////////////////////////////////////////////////////////////////////////////////////////////
|
54 |
//Define
|
55 |
///////////////////////////////////////////////////////////////////////////////////////////////////
|
56 |
+
define( 'SEOPRESS_VERSION', '3.5.5' );
|
57 |
define( 'SEOPRESS_AUTHOR', 'Benjamin Denis' );
|
58 |
|
59 |
///////////////////////////////////////////////////////////////////////////////////////////////////
|