Version Description
(26 May 2022) =
- Fixed: Uncaught Error: Undefined constant SECURE_AUTH_COOKIE #1680
Download this release
Release Info
Developer | magazine3 |
Plugin | Schema & Structured Data for WP & AMP |
Version | 1.9.98.1 |
Comparing to | |
See all releases |
Code changes from version 1.9.98 to 1.9.98.1
- admin_section/common-function.php +0 -5
- readme.txt +6 -1
- structured-data-for-wp.php +2 -2
admin_section/common-function.php
CHANGED
@@ -1756,11 +1756,6 @@ if ( ! defined('ABSPATH') ) exit;
|
|
1756 |
*/
|
1757 |
|
1758 |
function saswp_default_settings_array(){
|
1759 |
-
|
1760 |
-
if(!function_exists('wp_get_current_user') ) {
|
1761 |
-
require_once( ABSPATH . '/wp-includes/capabilities.php' );
|
1762 |
-
require_once( ABSPATH . '/wp-includes/pluggable.php' );
|
1763 |
-
}
|
1764 |
|
1765 |
$sd_name = 'default';
|
1766 |
$logo = array();
|
1756 |
*/
|
1757 |
|
1758 |
function saswp_default_settings_array(){
|
|
|
|
|
|
|
|
|
|
|
1759 |
|
1760 |
$sd_name = 'default';
|
1761 |
$logo = array();
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: magazine3
|
|
3 |
Tags: Schema, Structured Data, Google Snippets, Rich Snippets, Schema.org, SEO, AMP
|
4 |
Requires at least: 3.0
|
5 |
Tested up to: 6.0
|
6 |
-
Stable tag: 1.9.98
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
@@ -120,6 +120,11 @@ You can contact us from [here](http://structured-data-for-wp.com/contact-us/)
|
|
120 |
|
121 |
== Changelog ==
|
122 |
|
|
|
|
|
|
|
|
|
|
|
123 |
= 1.9.98 (26 May 2022) =
|
124 |
|
125 |
* Fixed: Call to undefined function wp_get_current_user in /admin_section/common-function.php 1827
|
3 |
Tags: Schema, Structured Data, Google Snippets, Rich Snippets, Schema.org, SEO, AMP
|
4 |
Requires at least: 3.0
|
5 |
Tested up to: 6.0
|
6 |
+
Stable tag: 1.9.98.1
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
120 |
|
121 |
== Changelog ==
|
122 |
|
123 |
+
= 1.9.98.1 (26 May 2022) =
|
124 |
+
|
125 |
+
* Fixed: Uncaught Error: Undefined constant “SECURE_AUTH_COOKIE” #1680
|
126 |
+
|
127 |
+
|
128 |
= 1.9.98 (26 May 2022) =
|
129 |
|
130 |
* Fixed: Call to undefined function wp_get_current_user in /admin_section/common-function.php 1827
|
structured-data-for-wp.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
/*
|
3 |
Plugin Name: Schema & Structured Data for WP & AMP
|
4 |
Description: Schema & Structured Data adds Google Rich Snippets markup according to Schema.org guidelines to structure your site for SEO. (AMP Compatible)
|
5 |
-
Version: 1.9.98
|
6 |
Text Domain: schema-and-structured-data-for-wp
|
7 |
Domain Path: /languages
|
8 |
Author: Magazine3
|
@@ -13,7 +13,7 @@ License: GPL2
|
|
13 |
// Exit if accessed directly.
|
14 |
if ( ! defined( 'ABSPATH' ) ) exit;
|
15 |
|
16 |
-
define('SASWP_VERSION', '1.9.98');
|
17 |
define('SASWP_DIR_NAME_FILE', __FILE__ );
|
18 |
define('SASWP_DIR_NAME', dirname( __FILE__ ));
|
19 |
define('SASWP_DIR_URI', plugin_dir_url(__FILE__));
|
2 |
/*
|
3 |
Plugin Name: Schema & Structured Data for WP & AMP
|
4 |
Description: Schema & Structured Data adds Google Rich Snippets markup according to Schema.org guidelines to structure your site for SEO. (AMP Compatible)
|
5 |
+
Version: 1.9.98.1
|
6 |
Text Domain: schema-and-structured-data-for-wp
|
7 |
Domain Path: /languages
|
8 |
Author: Magazine3
|
13 |
// Exit if accessed directly.
|
14 |
if ( ! defined( 'ABSPATH' ) ) exit;
|
15 |
|
16 |
+
define('SASWP_VERSION', '1.9.98.1');
|
17 |
define('SASWP_DIR_NAME_FILE', __FILE__ );
|
18 |
define('SASWP_DIR_NAME', dirname( __FILE__ ));
|
19 |
define('SASWP_DIR_URI', plugin_dir_url(__FILE__));
|