Version Description
- FIX JS error for SEO metabox of taxonomy terms
Download this release
Release Info
Developer | rainbowgeek |
Plugin | SEOPress |
Version | 3.8.1.1 |
Comparing to | |
See all releases |
Code changes from version 3.8.1 to 3.8.1.1
- inc/admin/admin-term-metaboxes.php +1 -0
- readme.txt +3 -1
- seopress.php +2 -2
inc/admin/admin-term-metaboxes.php
CHANGED
@@ -200,6 +200,7 @@ function seopress_display_seo_term_metaboxe() {
|
|
200 |
$seopress_real_preview = array(
|
201 |
'seopress_nonce' => wp_create_nonce('seopress_real_preview_nonce'),
|
202 |
'seopress_real_preview' => admin_url('admin-ajax.php'),
|
|
|
203 |
);
|
204 |
wp_localize_script( 'seopress-cpt-counters-js', 'seopressAjaxRealPreview', $seopress_real_preview );
|
205 |
|
200 |
$seopress_real_preview = array(
|
201 |
'seopress_nonce' => wp_create_nonce('seopress_real_preview_nonce'),
|
202 |
'seopress_real_preview' => admin_url('admin-ajax.php'),
|
203 |
+
'i18n' => array('progress' => __('Analysis in progress...','wp-seopress'))
|
204 |
);
|
205 |
wp_localize_script( 'seopress-cpt-counters-js', 'seopressAjaxRealPreview', $seopress_real_preview );
|
206 |
|
readme.txt
CHANGED
@@ -6,7 +6,7 @@ Tags: SEO, XML sitemap, meta title, open graph, content analysis, knowledge grap
|
|
6 |
Requires at least: 4.7+
|
7 |
Tested up to: 5.3
|
8 |
Requires PHP: 5.6
|
9 |
-
Stable tag: 3.8.1
|
10 |
License: GPLv2 or later
|
11 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
12 |
|
@@ -219,6 +219,8 @@ You're theme is probably using a deprecated function to handle the title. <a hre
|
|
219 |
7. Installation Wizard
|
220 |
|
221 |
== Changelog ==
|
|
|
|
|
222 |
= 3.8.1 =
|
223 |
* INFO Improve general user experience
|
224 |
* INFO Improve UI to import redirections
|
6 |
Requires at least: 4.7+
|
7 |
Tested up to: 5.3
|
8 |
Requires PHP: 5.6
|
9 |
+
Stable tag: 3.8.1.1
|
10 |
License: GPLv2 or later
|
11 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
12 |
|
219 |
7. Installation Wizard
|
220 |
|
221 |
== Changelog ==
|
222 |
+
= 3.8.1.1 =
|
223 |
+
* FIX JS error for SEO metabox of taxonomy terms
|
224 |
= 3.8.1 =
|
225 |
* INFO Improve general user experience
|
226 |
* INFO Improve UI to import redirections
|
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 plugins for WordPress.
|
6 |
-
Version: 3.8.1
|
7 |
Author: SEOPress
|
8 |
Author URI: https://www.seopress.org/
|
9 |
License: GPLv2
|
@@ -54,7 +54,7 @@ register_deactivation_hook(__FILE__, 'seopress_deactivation');
|
|
54 |
///////////////////////////////////////////////////////////////////////////////////////////////////
|
55 |
//Define
|
56 |
///////////////////////////////////////////////////////////////////////////////////////////////////
|
57 |
-
define( 'SEOPRESS_VERSION', '3.8.1' );
|
58 |
define( 'SEOPRESS_AUTHOR', 'Benjamin Denis' );
|
59 |
|
60 |
///////////////////////////////////////////////////////////////////////////////////////////////////
|
3 |
Plugin Name: SEOPress
|
4 |
Plugin URI: https://www.seopress.org/
|
5 |
Description: One of the best SEO plugins for WordPress.
|
6 |
+
Version: 3.8.1.1
|
7 |
Author: SEOPress
|
8 |
Author URI: https://www.seopress.org/
|
9 |
License: GPLv2
|
54 |
///////////////////////////////////////////////////////////////////////////////////////////////////
|
55 |
//Define
|
56 |
///////////////////////////////////////////////////////////////////////////////////////////////////
|
57 |
+
define( 'SEOPRESS_VERSION', '3.8.1.1' );
|
58 |
define( 'SEOPRESS_AUTHOR', 'Benjamin Denis' );
|
59 |
|
60 |
///////////////////////////////////////////////////////////////////////////////////////////////////
|