Version Description
- FIX Warning: use statement with non-compound name
Download this release
Release Info
Developer | rainbowgeek |
Plugin | SEOPress |
Version | 5.4.3 |
Comparing to | |
See all releases |
Code changes from version 5.4.2 to 5.4.3
- inc/functions/options-instant-indexing.php +0 -5
- readme.txt +4 -2
- seopress.php +2 -2
- vendor/composer/installed.php +2 -2
inc/functions/options-instant-indexing.php
CHANGED
@@ -2,11 +2,6 @@
|
|
2 |
|
3 |
defined('ABSPATH') or exit('Please don’t call the plugin directly. Thanks :)');
|
4 |
|
5 |
-
require_once SEOPRESS_PLUGIN_DIR_PATH . '/vendor/autoload.php';
|
6 |
-
use Google;
|
7 |
-
use Google_Service_Indexing;
|
8 |
-
use Google_Service_Indexing_UrlNotification;
|
9 |
-
|
10 |
///////////////////////////////////////////////////////////////////////////////////////////////////
|
11 |
//Generate dynamically the Instant Indexing API key
|
12 |
///////////////////////////////////////////////////////////////////////////////////////////////////
|
2 |
|
3 |
defined('ABSPATH') or exit('Please don’t call the plugin directly. Thanks :)');
|
4 |
|
|
|
|
|
|
|
|
|
|
|
5 |
///////////////////////////////////////////////////////////////////////////////////////////////////
|
6 |
//Generate dynamically the Instant Indexing API key
|
7 |
///////////////////////////////////////////////////////////////////////////////////////////////////
|
readme.txt
CHANGED
@@ -2,11 +2,11 @@
|
|
2 |
Authors: rainbowgeek
|
3 |
Contributors: rainbowgeek, gmulti, juliobox, maigret, mgris
|
4 |
Donate link: https://www.seopress.org/
|
5 |
-
Tags: SEO,
|
6 |
Requires at least: 4.7+
|
7 |
Tested up to: 5.9
|
8 |
Requires PHP: 7.2
|
9 |
-
Stable tag: 5.4.
|
10 |
License: GPLv2 or later
|
11 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
12 |
|
@@ -338,6 +338,8 @@ You're theme is probably using a deprecated function to handle the title. <a hre
|
|
338 |
12. Schema metabox
|
339 |
|
340 |
== Changelog ==
|
|
|
|
|
341 |
= 5.4.2 =
|
342 |
* ⚠️ PHP 7.2 is now the minimum requirement to use SEOPress. Contact your host to update.
|
343 |
* NEW WordPress 5.9 compatibility
|
2 |
Authors: rainbowgeek
|
3 |
Contributors: rainbowgeek, gmulti, juliobox, maigret, mgris
|
4 |
Donate link: https://www.seopress.org/
|
5 |
+
Tags: SEO, schema, xml sitemap, redirection, meta title, open graph, content analysis, instant indexing, breadcrumbs, analytics, rich snippets, broken link
|
6 |
Requires at least: 4.7+
|
7 |
Tested up to: 5.9
|
8 |
Requires PHP: 7.2
|
9 |
+
Stable tag: 5.4.3
|
10 |
License: GPLv2 or later
|
11 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
12 |
|
338 |
12. Schema metabox
|
339 |
|
340 |
== Changelog ==
|
341 |
+
= 5.4.3 =
|
342 |
+
* FIX Warning: use statement with non-compound name
|
343 |
= 5.4.2 =
|
344 |
* ⚠️ PHP 7.2 is now the minimum requirement to use SEOPress. Contact your host to update.
|
345 |
* NEW WordPress 5.9 compatibility
|
seopress.php
CHANGED
@@ -4,7 +4,7 @@ Plugin Name: SEOPress
|
|
4 |
Plugin URI: https://www.seopress.org/
|
5 |
Description: One of the best SEO plugins for WordPress.
|
6 |
Author: SEOPress
|
7 |
-
Version: 5.4.
|
8 |
Author URI: https://www.seopress.org/
|
9 |
License: GPLv2
|
10 |
Text Domain: wp-seopress
|
@@ -70,7 +70,7 @@ register_deactivation_hook(__FILE__, 'seopress_deactivation');
|
|
70 |
///////////////////////////////////////////////////////////////////////////////////////////////////
|
71 |
//Define
|
72 |
///////////////////////////////////////////////////////////////////////////////////////////////////
|
73 |
-
define('SEOPRESS_VERSION', '5.4.
|
74 |
define('SEOPRESS_AUTHOR', 'Benjamin Denis');
|
75 |
define('SEOPRESS_PLUGIN_DIR_PATH', plugin_dir_path(__FILE__));
|
76 |
define('SEOPRESS_PLUGIN_DIR_URL', plugin_dir_url(__FILE__));
|
4 |
Plugin URI: https://www.seopress.org/
|
5 |
Description: One of the best SEO plugins for WordPress.
|
6 |
Author: SEOPress
|
7 |
+
Version: 5.4.3
|
8 |
Author URI: https://www.seopress.org/
|
9 |
License: GPLv2
|
10 |
Text Domain: wp-seopress
|
70 |
///////////////////////////////////////////////////////////////////////////////////////////////////
|
71 |
//Define
|
72 |
///////////////////////////////////////////////////////////////////////////////////////////////////
|
73 |
+
define('SEOPRESS_VERSION', '5.4.3');
|
74 |
define('SEOPRESS_AUTHOR', 'Benjamin Denis');
|
75 |
define('SEOPRESS_PLUGIN_DIR_PATH', plugin_dir_path(__FILE__));
|
76 |
define('SEOPRESS_PLUGIN_DIR_URL', plugin_dir_url(__FILE__));
|
vendor/composer/installed.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
'type' => 'wordpress-plugin',
|
6 |
'install_path' => __DIR__ . '/../../',
|
7 |
'aliases' => array(),
|
8 |
-
'reference' => '
|
9 |
'name' => 'wp-seopress/wp-seopress',
|
10 |
'dev' => false,
|
11 |
),
|
@@ -202,7 +202,7 @@
|
|
202 |
'type' => 'wordpress-plugin',
|
203 |
'install_path' => __DIR__ . '/../../',
|
204 |
'aliases' => array(),
|
205 |
-
'reference' => '
|
206 |
'dev_requirement' => false,
|
207 |
),
|
208 |
),
|
5 |
'type' => 'wordpress-plugin',
|
6 |
'install_path' => __DIR__ . '/../../',
|
7 |
'aliases' => array(),
|
8 |
+
'reference' => 'b1bf613c4a673b3f3916225dd0727766558a245c',
|
9 |
'name' => 'wp-seopress/wp-seopress',
|
10 |
'dev' => false,
|
11 |
),
|
202 |
'type' => 'wordpress-plugin',
|
203 |
'install_path' => __DIR__ . '/../../',
|
204 |
'aliases' => array(),
|
205 |
+
'reference' => 'b1bf613c4a673b3f3916225dd0727766558a245c',
|
206 |
'dev_requirement' => false,
|
207 |
),
|
208 |
),
|