SEOPress - Version 5.8.0.4

Version Description

  • FIX Fatal error in Content Analysis metabox causing jQuery errors (thanks to @polishdreamer)
Download this release

Release Info

Developer rainbowgeek
Plugin Icon 128x128 SEOPress
Version 5.8.0.4
Comparing to
See all releases

Code changes from version 5.8.0.3 to 5.8.0.4

inc/functions/options-instant-indexing.php CHANGED
@@ -134,13 +134,13 @@ function seopress_instant_indexing_fn($is_manual_submission = true, $permalink =
134
  //Prepare the URLS
135
  if ($is_manual_submission === true) {
136
  $urls = preg_split('/\r\n|\r|\n/', $urls);
137
- $x_source_info = 'https://www.seopress.org/5.8.0.3/true';
138
 
139
  $urls = array_slice($urls, 0, 100);
140
  } elseif ($is_manual_submission === false && !empty($permalink)) {
141
  $urls = null;
142
  $urls[] = $permalink;
143
- $x_source_info = 'https://www.seopress.org/5.8.0.3/false';
144
  }
145
 
146
  //Bing API
134
  //Prepare the URLS
135
  if ($is_manual_submission === true) {
136
  $urls = preg_split('/\r\n|\r|\n/', $urls);
137
+ $x_source_info = 'https://www.seopress.org/5.8.0.4/true';
138
 
139
  $urls = array_slice($urls, 0, 100);
140
  } elseif ($is_manual_submission === false && !empty($permalink)) {
141
  $urls = null;
142
  $urls[] = $permalink;
143
+ $x_source_info = 'https://www.seopress.org/5.8.0.4/false';
144
  }
145
 
146
  //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 5.8.0.3\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-07-04T09:43:33+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"
@@ -6347,17 +6347,23 @@ msgstr ""
6347
  msgid "This page doesn't have any internal links from other content. Links from archive pages are not considered internal links due to lack of context."
6348
  msgstr ""
6349
 
6350
- #: src/Services/ContentAnalysis/GetContent.php:876
 
 
 
 
 
 
6351
  #: app/react/services/content-analysis/canonicalUrl.js:96
6352
  msgid "You must fix this. Canonical URL duplication is bad for SEO."
6353
  msgstr ""
6354
 
6355
- #: src/Services/ContentAnalysis/GetContent.php:881
6356
  #: app/react/services/content-analysis/canonicalUrl.js:49
6357
  msgid "This page doesn't have any canonical URL because your post is set to <strong>noindex</strong>. This is normal."
6358
  msgstr ""
6359
 
6360
- #: src/Services/ContentAnalysis/GetContent.php:884
6361
  #: app/react/services/content-analysis/canonicalUrl.js:58
6362
  msgid "This page doesn't have any canonical URL."
6363
  msgstr ""
2
  # This file is distributed under the GPLv2.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: SEOPress 5.8.0.4\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-07-06T12:44:39+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"
6347
  msgid "This page doesn't have any internal links from other content. Links from archive pages are not considered internal links due to lack of context."
6348
  msgstr ""
6349
 
6350
+ #: src/Services/ContentAnalysis/GetContent.php:867
6351
+ msgid "We found %s canonical URL in your source code. Below, the list:"
6352
+ msgid_plural "We found %s canonical URLs in your source code. Below, the list:"
6353
+ msgstr[0] ""
6354
+ msgstr[1] ""
6355
+
6356
+ #: src/Services/ContentAnalysis/GetContent.php:877
6357
  #: app/react/services/content-analysis/canonicalUrl.js:96
6358
  msgid "You must fix this. Canonical URL duplication is bad for SEO."
6359
  msgstr ""
6360
 
6361
+ #: src/Services/ContentAnalysis/GetContent.php:882
6362
  #: app/react/services/content-analysis/canonicalUrl.js:49
6363
  msgid "This page doesn't have any canonical URL because your post is set to <strong>noindex</strong>. This is normal."
6364
  msgstr ""
6365
 
6366
+ #: src/Services/ContentAnalysis/GetContent.php:885
6367
  #: app/react/services/content-analysis/canonicalUrl.js:58
6368
  msgid "This page doesn't have any canonical URL."
6369
  msgstr ""
readme.txt CHANGED
@@ -6,7 +6,7 @@ Tags: SEO, schema, xml sitemap, redirection, meta title, open graph, content ana
6
  Requires at least: 4.7+
7
  Tested up to: 6.0
8
  Requires PHP: 7.2
9
- Stable tag: 5.8.0.3
10
  License: GPLv2 or later
11
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
12
 
@@ -362,6 +362,8 @@ You're theme is probably using a deprecated function to handle the title. <a hre
362
  12. Schema metabox
363
 
364
  == Changelog ==
 
 
365
  = 5.8.0.3 =
366
  * FIX Block editor compatibility issue with older versions of WordPress (< 6.0)
367
  = 5.8.0.2 =
6
  Requires at least: 4.7+
7
  Tested up to: 6.0
8
  Requires PHP: 7.2
9
+ Stable tag: 5.8.0.4
10
  License: GPLv2 or later
11
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
12
 
362
  12. Schema metabox
363
 
364
  == Changelog ==
365
+ = 5.8.0.4 =
366
+ * FIX Fatal error in Content Analysis metabox causing jQuery errors (thanks to @polishdreamer)
367
  = 5.8.0.3 =
368
  * FIX Block editor compatibility issue with older versions of WordPress (< 6.0)
369
  = 5.8.0.2 =
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.8.0.3
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.8.0.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__));
4
  Plugin URI: https://www.seopress.org/
5
  Description: One of the best SEO plugins for WordPress.
6
  Author: SEOPress
7
+ Version: 5.8.0.4
8
  Author URI: https://www.seopress.org/
9
  License: GPLv2
10
  Text Domain: wp-seopress
70
  ///////////////////////////////////////////////////////////////////////////////////////////////////
71
  //Define
72
  ///////////////////////////////////////////////////////////////////////////////////////////////////
73
+ define('SEOPRESS_VERSION', '5.8.0.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__));
src/Services/ContentAnalysis/GetContent.php CHANGED
@@ -864,7 +864,8 @@ class GetContent
864
  if (! empty($data['all_canonical'])) {
865
  $count = count($data['all_canonical']);
866
 
867
- $desc .= '<p>' . sprintf(_n('We found %s canonical URL in your source code. Below, the list:', 'We found %s canonical URLs in your source code. Below, the list:', 'wp-seopress'), number_format_i18n($count)) . '</p>';
 
868
  $desc .= '<ul>';
869
  foreach ($data['all_canonical'] as $link) {
870
  $desc .= '<li><span class="dashicons dashicons-minus"></span><a href="' . $link . '" target="_blank">' . $link . '</a><span class="dashicons dashicons-external"></span></li>';
864
  if (! empty($data['all_canonical'])) {
865
  $count = count($data['all_canonical']);
866
 
867
+ $desc .= '<p>' . sprintf(_n('We found %s canonical URL in your source code. Below, the list:', 'We found %s canonical URLs in your source code. Below, the list:', $count, 'wp-seopress'), number_format_i18n($count)) . '</p>';
868
+
869
  $desc .= '<ul>';
870
  foreach ($data['all_canonical'] as $link) {
871
  $desc .= '<li><span class="dashicons dashicons-minus"></span><a href="' . $link . '" target="_blank">' . $link . '</a><span class="dashicons dashicons-external"></span></li>';
vendor/composer/installed.php CHANGED
@@ -5,7 +5,7 @@
5
  'type' => 'wordpress-plugin',
6
  'install_path' => __DIR__ . '/../../',
7
  'aliases' => array(),
8
- 'reference' => 'b1e7737f8813dd16389c59db328d243e7330c077',
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' => 'b1e7737f8813dd16389c59db328d243e7330c077',
206
  'dev_requirement' => false,
207
  ),
208
  ),
5
  'type' => 'wordpress-plugin',
6
  'install_path' => __DIR__ . '/../../',
7
  'aliases' => array(),
8
+ 'reference' => '310d9c980328e339c78bf366a50d8e68d40df13e',
9
  'name' => 'wp-seopress/wp-seopress',
10
  'dev' => false,
11
  ),
202
  'type' => 'wordpress-plugin',
203
  'install_path' => __DIR__ . '/../../',
204
  'aliases' => array(),
205
+ 'reference' => '310d9c980328e339c78bf366a50d8e68d40df13e',
206
  'dev_requirement' => false,
207
  ),
208
  ),