Version Description
- FIX Remove Google +
Download this release
Release Info
Developer | rainbowgeek |
Plugin | SEOPress |
Version | 3.3.8.1 |
Comparing to | |
See all releases |
Code changes from version 3.3.8 to 3.3.8.1
- inc/admin/admin.php +1 -1
- inc/functions/options-social.php +1 -1
- readme.txt +3 -1
- seopress.php +2 -2
inc/admin/admin.php
CHANGED
@@ -3160,7 +3160,7 @@ class seopress_options
|
|
3160 |
public function sanitize( $input )
|
3161 |
{
|
3162 |
|
3163 |
-
$seopress_sanitize_fields = array('seopress_titles_sep','seopress_titles_home_site_title', 'seopress_titles_home_site_desc', 'seopress_titles_archives_author_title', 'seopress_titles_archives_author_desc', 'seopress_titles_archives_date_title', 'seopress_titles_archives_date_desc', 'seopress_titles_archives_search_title', 'seopress_titles_archives_search_desc', 'seopress_titles_archives_404_title', 'seopress_titles_archives_404_desc', 'seopress_xml_sitemap_html_exclude', 'seopress_social_knowledge_name', 'seopress_social_knowledge_img', 'seopress_social_knowledge_phone', 'seopress_social_accounts_facebook', 'seopress_social_accounts_twitter', '
|
3164 |
|
3165 |
$seopress_sanitize_site_verification = array('seopress_advanced_advanced_google', 'seopress_advanced_advanced_bing', 'seopress_advanced_advanced_pinterest', 'seopress_advanced_advanced_yandex' );
|
3166 |
|
3160 |
public function sanitize( $input )
|
3161 |
{
|
3162 |
|
3163 |
+
$seopress_sanitize_fields = array('seopress_titles_sep','seopress_titles_home_site_title', 'seopress_titles_home_site_desc', 'seopress_titles_archives_author_title', 'seopress_titles_archives_author_desc', 'seopress_titles_archives_date_title', 'seopress_titles_archives_date_desc', 'seopress_titles_archives_search_title', 'seopress_titles_archives_search_desc', 'seopress_titles_archives_404_title', 'seopress_titles_archives_404_desc', 'seopress_xml_sitemap_html_exclude', 'seopress_social_knowledge_name', 'seopress_social_knowledge_img', 'seopress_social_knowledge_phone', 'seopress_social_accounts_facebook', 'seopress_social_accounts_twitter', 'seopress_social_accounts_pinterest', 'seopress_social_accounts_instagram', 'seopress_social_accounts_youtube', 'seopress_social_accounts_linkedin', 'seopress_social_accounts_myspace', 'seopress_social_accounts_soundcloud', 'seopress_social_accounts_tumblr', 'seopress_social_facebook_link_ownership_id', 'seopress_social_facebook_admin_id', 'seopress_social_facebook_app_id', 'seopress_google_analytics_ua', 'seopress_google_analytics_download_tracking','seopress_google_analytics_opt_out_msg', 'seopress_google_analytics_opt_out_msg_ok' );
|
3164 |
|
3165 |
$seopress_sanitize_site_verification = array('seopress_advanced_advanced_google', 'seopress_advanced_advanced_bing', 'seopress_advanced_advanced_pinterest', 'seopress_advanced_advanced_yandex' );
|
3166 |
|
inc/functions/options-social.php
CHANGED
@@ -270,7 +270,7 @@ function seopress_social_accounts_jsonld_hook() {
|
|
270 |
}
|
271 |
}
|
272 |
|
273 |
-
if (seopress_social_accounts_facebook_option() !='' || seopress_social_accounts_twitter_option() !='' ||
|
274 |
echo ',"sameAs" : [';
|
275 |
$seopress_comma_count = count($seopress_comma_array);
|
276 |
for ($i = 0; $i < $seopress_comma_count; $i++) {
|
270 |
}
|
271 |
}
|
272 |
|
273 |
+
if (seopress_social_accounts_facebook_option() !='' || seopress_social_accounts_twitter_option() !='' || seopress_social_accounts_pinterest_option() !='' || seopress_social_accounts_instagram_option() !='' || seopress_social_accounts_youtube_option() !='' || seopress_social_accounts_linkedin_option() !='' || seopress_social_accounts_myspace_option() !='' || seopress_social_accounts_soundcloud_option() !='' || seopress_social_accounts_tumblr_option() !='' ) {
|
274 |
echo ',"sameAs" : [';
|
275 |
$seopress_comma_count = count($seopress_comma_array);
|
276 |
for ($i = 0; $i < $seopress_comma_count; $i++) {
|
readme.txt
CHANGED
@@ -6,7 +6,7 @@ Tags: SEO, XML sitemap, meta title, open graph, content analysis, knowledge grap
|
|
6 |
Requires at least: 4.4+
|
7 |
Tested up to: 5.0
|
8 |
Requires PHP: 5.4
|
9 |
-
Stable tag: 3.3.8
|
10 |
License: GPLv2 or later
|
11 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
12 |
|
@@ -161,6 +161,8 @@ Subscribe on <a href="https://www.seopress.org/" target="_blank">seopress.org</a
|
|
161 |
44. Structured Data Types metaboxe in post, page, custom post type (PRO)
|
162 |
|
163 |
== Changelog ==
|
|
|
|
|
164 |
= 3.3.8 =
|
165 |
* NEW Remove the advice if None schema selected option in SEO > Advanced > Appearance (PRO)
|
166 |
* INFO Add new notification in SEO > Dashboard about 404 cleaning
|
6 |
Requires at least: 4.4+
|
7 |
Tested up to: 5.0
|
8 |
Requires PHP: 5.4
|
9 |
+
Stable tag: 3.3.8.1
|
10 |
License: GPLv2 or later
|
11 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
12 |
|
161 |
44. Structured Data Types metaboxe in post, page, custom post type (PRO)
|
162 |
|
163 |
== Changelog ==
|
164 |
+
= 3.3.8.1 =
|
165 |
+
* FIX Remove Google +
|
166 |
= 3.3.8 =
|
167 |
* NEW Remove the advice if None schema selected option in SEO > Advanced > Appearance (PRO)
|
168 |
* INFO Add new notification in SEO > Dashboard about 404 cleaning
|
seopress.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: SEOPress
|
4 |
Plugin URI: https://www.seopress.org/
|
5 |
Description: The best plugin for SEO.
|
6 |
-
Version: 3.3.8
|
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.3.8' );
|
57 |
define( 'SEOPRESS_AUTHOR', 'Benjamin Denis' );
|
58 |
|
59 |
///////////////////////////////////////////////////////////////////////////////////////////////////
|
3 |
Plugin Name: SEOPress
|
4 |
Plugin URI: https://www.seopress.org/
|
5 |
Description: The best plugin for SEO.
|
6 |
+
Version: 3.3.8.1
|
7 |
Author: Benjamin Denis
|
8 |
Author URI: https://www.seopress.org/
|
9 |
License: GPLv2
|
53 |
///////////////////////////////////////////////////////////////////////////////////////////////////
|
54 |
//Define
|
55 |
///////////////////////////////////////////////////////////////////////////////////////////////////
|
56 |
+
define( 'SEOPRESS_VERSION', '3.3.8.1' );
|
57 |
define( 'SEOPRESS_AUTHOR', 'Benjamin Denis' );
|
58 |
|
59 |
///////////////////////////////////////////////////////////////////////////////////////////////////
|