Version Description
- FIX AIOSEO import tool
Download this release
Release Info
Developer | rainbowgeek |
Plugin | SEOPress |
Version | 6.0.2 |
Comparing to | |
See all releases |
Code changes from version 6.0.1 to 6.0.2
- inc/functions/options-instant-indexing.php +2 -2
- languages/wp-seopress.pot +2 -2
- readme.txt +4 -2
- seopress.php +2 -2
- src/Actions/Admin/Importer/AIO.php +1 -1
- vendor/composer/installed.json +7 -7
- vendor/composer/installed.php +5 -5
inc/functions/options-instant-indexing.php
CHANGED
@@ -138,13 +138,13 @@ function seopress_instant_indexing_fn($is_manual_submission = true, $permalink =
|
|
138 |
//Prepare the URLS
|
139 |
if ($is_manual_submission === true) {
|
140 |
$urls = preg_split('/\r\n|\r|\n/', $urls);
|
141 |
-
$x_source_info = 'https://www.seopress.org/6.0.
|
142 |
|
143 |
$urls = array_slice($urls, 0, 100);
|
144 |
} elseif ($is_manual_submission === false && !empty($permalink)) {
|
145 |
$urls = null;
|
146 |
$urls[] = $permalink;
|
147 |
-
$x_source_info = 'https://www.seopress.org/6.0.
|
148 |
}
|
149 |
|
150 |
//Bing API
|
138 |
//Prepare the URLS
|
139 |
if ($is_manual_submission === true) {
|
140 |
$urls = preg_split('/\r\n|\r|\n/', $urls);
|
141 |
+
$x_source_info = 'https://www.seopress.org/6.0.2/true';
|
142 |
|
143 |
$urls = array_slice($urls, 0, 100);
|
144 |
} elseif ($is_manual_submission === false && !empty($permalink)) {
|
145 |
$urls = null;
|
146 |
$urls[] = $permalink;
|
147 |
+
$x_source_info = 'https://www.seopress.org/6.0.2/false';
|
148 |
}
|
149 |
|
150 |
//Bing API
|
languages/wp-seopress.pot
CHANGED
@@ -2,14 +2,14 @@
|
|
2 |
# This file is distributed under the GPLv2.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version: SEOPress 6.0.
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wp-seopress\n"
|
7 |
"Last-Translator: SEOPress Team <contact@seopress.org>\n"
|
8 |
"Language-Team: SEOPress Team <contact@seopress.org>\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
-
"POT-Creation-Date: 2022-10-
|
13 |
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
14 |
"X-Generator: WP-CLI 2.6.0\n"
|
15 |
"X-Domain: wp-seopress\n"
|
2 |
# This file is distributed under the GPLv2.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: SEOPress 6.0.2\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wp-seopress\n"
|
7 |
"Last-Translator: SEOPress Team <contact@seopress.org>\n"
|
8 |
"Language-Team: SEOPress Team <contact@seopress.org>\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"POT-Creation-Date: 2022-10-10T10:13:05+00:00\n"
|
13 |
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
14 |
"X-Generator: WP-CLI 2.6.0\n"
|
15 |
"X-Domain: wp-seopress\n"
|
readme.txt
CHANGED
@@ -4,9 +4,9 @@ Contributors: seopress, rainbowgeek, gmulti, juliobox, maigret, mgris, vincentdu
|
|
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: 5.0+
|
7 |
-
Tested up to: 6.
|
8 |
Requires PHP: 7.2
|
9 |
-
Stable tag: 6.0.
|
10 |
License: GPLv2 or later
|
11 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
12 |
|
@@ -363,6 +363,8 @@ You're theme is probably using a deprecated function to handle the title. <a hre
|
|
363 |
12. Schema metabox
|
364 |
|
365 |
== Changelog ==
|
|
|
|
|
366 |
= 6.0.1 =
|
367 |
* INFO Bump min version of WP required to 5.0+
|
368 |
* INFO WPML compatibility for translated archive links in XML sitemaps (thanks to @wpml)
|
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: 5.0+
|
7 |
+
Tested up to: 6.1
|
8 |
Requires PHP: 7.2
|
9 |
+
Stable tag: 6.0.2
|
10 |
License: GPLv2 or later
|
11 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
12 |
|
363 |
12. Schema metabox
|
364 |
|
365 |
== Changelog ==
|
366 |
+
= 6.0.2 =
|
367 |
+
* FIX AIOSEO import tool
|
368 |
= 6.0.1 =
|
369 |
* INFO Bump min version of WP required to 5.0+
|
370 |
* INFO WPML compatibility for translated archive links in XML sitemaps (thanks to @wpml)
|
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: The SEO Guys at SEOPress
|
7 |
-
Version: 6.0.
|
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', '6.0.
|
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: The SEO Guys at SEOPress
|
7 |
+
Version: 6.0.2
|
8 |
Author URI: https://www.seopress.org/
|
9 |
License: GPLv2
|
10 |
Text Domain: wp-seopress
|
70 |
///////////////////////////////////////////////////////////////////////////////////////////////////
|
71 |
//Define
|
72 |
///////////////////////////////////////////////////////////////////////////////////////////////////
|
73 |
+
define('SEOPRESS_VERSION', '6.0.2');
|
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__));
|
src/Actions/Admin/Importer/AIO.php
CHANGED
@@ -31,7 +31,7 @@ class AIO implements ExecuteHooksBackend {
|
|
31 |
global $wpdb;
|
32 |
$args = [
|
33 |
'posts_per_page' => $increment,
|
34 |
-
'post_type' => '
|
35 |
'post_status' => 'any',
|
36 |
'offset' => $offset,
|
37 |
];
|
31 |
global $wpdb;
|
32 |
$args = [
|
33 |
'posts_per_page' => $increment,
|
34 |
+
'post_type' => 'any',
|
35 |
'post_status' => 'any',
|
36 |
'offset' => $offset,
|
37 |
];
|
vendor/composer/installed.json
CHANGED
@@ -135,17 +135,17 @@
|
|
135 |
},
|
136 |
{
|
137 |
"name": "google/apiclient-services",
|
138 |
-
"version": "v0.
|
139 |
-
"version_normalized": "0.
|
140 |
"source": {
|
141 |
"type": "git",
|
142 |
"url": "https://github.com/googleapis/google-api-php-client-services.git",
|
143 |
-
"reference": "
|
144 |
},
|
145 |
"dist": {
|
146 |
"type": "zip",
|
147 |
-
"url": "https://api.github.com/repos/googleapis/google-api-php-client-services/zipball/
|
148 |
-
"reference": "
|
149 |
"shasum": ""
|
150 |
},
|
151 |
"require": {
|
@@ -154,7 +154,7 @@
|
|
154 |
"require-dev": {
|
155 |
"phpunit/phpunit": "^5.7||^8.5.13"
|
156 |
},
|
157 |
-
"time": "2022-10-
|
158 |
"type": "library",
|
159 |
"installation-source": "dist",
|
160 |
"autoload": {
|
@@ -176,7 +176,7 @@
|
|
176 |
],
|
177 |
"support": {
|
178 |
"issues": "https://github.com/googleapis/google-api-php-client-services/issues",
|
179 |
-
"source": "https://github.com/googleapis/google-api-php-client-services/tree/v0.
|
180 |
},
|
181 |
"install-path": "../google/apiclient-services"
|
182 |
},
|
135 |
},
|
136 |
{
|
137 |
"name": "google/apiclient-services",
|
138 |
+
"version": "v0.270.0",
|
139 |
+
"version_normalized": "0.270.0.0",
|
140 |
"source": {
|
141 |
"type": "git",
|
142 |
"url": "https://github.com/googleapis/google-api-php-client-services.git",
|
143 |
+
"reference": "902b415a7ab92ccb50e2b7dda334a3497c8bc3da"
|
144 |
},
|
145 |
"dist": {
|
146 |
"type": "zip",
|
147 |
+
"url": "https://api.github.com/repos/googleapis/google-api-php-client-services/zipball/902b415a7ab92ccb50e2b7dda334a3497c8bc3da",
|
148 |
+
"reference": "902b415a7ab92ccb50e2b7dda334a3497c8bc3da",
|
149 |
"shasum": ""
|
150 |
},
|
151 |
"require": {
|
154 |
"require-dev": {
|
155 |
"phpunit/phpunit": "^5.7||^8.5.13"
|
156 |
},
|
157 |
+
"time": "2022-10-08T01:14:15+00:00",
|
158 |
"type": "library",
|
159 |
"installation-source": "dist",
|
160 |
"autoload": {
|
176 |
],
|
177 |
"support": {
|
178 |
"issues": "https://github.com/googleapis/google-api-php-client-services/issues",
|
179 |
+
"source": "https://github.com/googleapis/google-api-php-client-services/tree/v0.270.0"
|
180 |
},
|
181 |
"install-path": "../google/apiclient-services"
|
182 |
},
|
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 |
),
|
@@ -29,12 +29,12 @@
|
|
29 |
'dev_requirement' => false,
|
30 |
),
|
31 |
'google/apiclient-services' => array(
|
32 |
-
'pretty_version' => 'v0.
|
33 |
-
'version' => '0.
|
34 |
'type' => 'library',
|
35 |
'install_path' => __DIR__ . '/../google/apiclient-services',
|
36 |
'aliases' => array(),
|
37 |
-
'reference' => '
|
38 |
'dev_requirement' => false,
|
39 |
),
|
40 |
'google/auth' => array(
|
@@ -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' => '71798aa330c311fde31e03658a99754b66565436',
|
9 |
'name' => 'wp-seopress/wp-seopress',
|
10 |
'dev' => false,
|
11 |
),
|
29 |
'dev_requirement' => false,
|
30 |
),
|
31 |
'google/apiclient-services' => array(
|
32 |
+
'pretty_version' => 'v0.270.0',
|
33 |
+
'version' => '0.270.0.0',
|
34 |
'type' => 'library',
|
35 |
'install_path' => __DIR__ . '/../google/apiclient-services',
|
36 |
'aliases' => array(),
|
37 |
+
'reference' => '902b415a7ab92ccb50e2b7dda334a3497c8bc3da',
|
38 |
'dev_requirement' => false,
|
39 |
),
|
40 |
'google/auth' => array(
|
202 |
'type' => 'wordpress-plugin',
|
203 |
'install_path' => __DIR__ . '/../../',
|
204 |
'aliases' => array(),
|
205 |
+
'reference' => '71798aa330c311fde31e03658a99754b66565436',
|
206 |
'dev_requirement' => false,
|
207 |
),
|
208 |
),
|