Version Description
- Fix: Plugin outputting extra output causing Ajax calls to break after last update.
Download this release
Release Info
Developer | Nikschavan |
Plugin | All In One Schema Rich Snippets |
Version | 1.5.1 |
Comparing to | |
See all releases |
Code changes from version 1.5.0 to 1.5.1
README.md
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
**Tags:** Review, Event, People, Product, Recipe, Software Application, Video, Article, rdfa, rich snippet, schema.org, schema, microdata, microformat, SERP, Google, Yahoo, Bing
|
5 |
**Requires at least:** 3.7
|
6 |
**Tested up to:** 4.7.3
|
7 |
-
**Stable tag:** 1.5.
|
8 |
**License:** GPLv2 or later
|
9 |
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
Boost CTR. Improve SEO & Rankings. Supports most of the content type. Works perfectly with Google, Bing, Yahoo & Facebook.
|
@@ -72,6 +72,9 @@ Review, Event, People, Product, Recipe, Software Application, Video, Articles et
|
|
72 |
|
73 |
## Changelog ##
|
74 |
|
|
|
|
|
|
|
75 |
### 1.5.0 ###
|
76 |
* Improvement: Improved overall the security of the plugin by using sanitization and escaping the attributes wherever possible, checking nounce and user capabilities before any actions are performed.
|
77 |
* Fix: XSS Vulnerability in the settings page, Thanks for the report Neven Biruski (DefenseCode).
|
4 |
**Tags:** Review, Event, People, Product, Recipe, Software Application, Video, Article, rdfa, rich snippet, schema.org, schema, microdata, microformat, SERP, Google, Yahoo, Bing
|
5 |
**Requires at least:** 3.7
|
6 |
**Tested up to:** 4.7.3
|
7 |
+
**Stable tag:** 1.5.1
|
8 |
**License:** GPLv2 or later
|
9 |
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
Boost CTR. Improve SEO & Rankings. Supports most of the content type. Works perfectly with Google, Bing, Yahoo & Facebook.
|
72 |
|
73 |
## Changelog ##
|
74 |
|
75 |
+
### 1.5.1 ###
|
76 |
+
* Fix: Plugin outputting extra output causing Ajax calls to break after last update.
|
77 |
+
|
78 |
### 1.5.0 ###
|
79 |
* Improvement: Improved overall the security of the plugin by using sanitization and escaping the attributes wherever possible, checking nounce and user capabilities before any actions are performed.
|
80 |
* Fix: XSS Vulnerability in the settings page, Thanks for the report Neven Biruski (DefenseCode).
|
index.php
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
-
Plugin Name: All In One Schema
|
4 |
Plugin URI: https://www.brainstormforce.com
|
5 |
Author: Brainstorm Force
|
6 |
Author URI: https://www.brainstormforce.com
|
7 |
Description: The All in One Rich Snippets gives the power to the blog author to control the rich snippets to be shown in the search results by the search engines.
|
8 |
-
Version: 1.5.
|
9 |
Text Domain: rich-snippets
|
10 |
License: GPL2
|
11 |
*/
|
1 |
<?php
|
2 |
/*
|
3 |
+
Plugin Name: All In One Schema Rich Snippets
|
4 |
Plugin URI: https://www.brainstormforce.com
|
5 |
Author: Brainstorm Force
|
6 |
Author URI: https://www.brainstormforce.com
|
7 |
Description: The All in One Rich Snippets gives the power to the blog author to control the rich snippets to be shown in the search results by the search engines.
|
8 |
+
Version: 1.5.1
|
9 |
Text Domain: rich-snippets
|
10 |
License: GPL2
|
11 |
*/
|
init.php
CHANGED
@@ -356,7 +356,6 @@ class bsf_Meta_Box {
|
|
356 |
}
|
357 |
// Save data from metabox
|
358 |
function save( $post_id) {
|
359 |
-
var_dump($post_id);
|
360 |
// verify nonce
|
361 |
if ( ! isset( $_POST['wp_meta_box_nonce'] ) || !wp_verify_nonce( esc_attr( $_POST['wp_meta_box_nonce'] ), basename(__FILE__) ) ) {
|
362 |
return $post_id;
|
356 |
}
|
357 |
// Save data from metabox
|
358 |
function save( $post_id) {
|
|
|
359 |
// verify nonce
|
360 |
if ( ! isset( $_POST['wp_meta_box_nonce'] ) || !wp_verify_nonce( esc_attr( $_POST['wp_meta_box_nonce'] ), basename(__FILE__) ) ) {
|
361 |
return $post_id;
|
readme.txt
CHANGED
@@ -1,13 +1,14 @@
|
|
1 |
-
=== All In One Schema
|
2 |
Contributors: brainstormforce, yawalkarm
|
3 |
Donate link: https://www.brainstormforce.com
|
4 |
Tags: Review, Event, People, Product, Recipe, Software Application, Video, Article, rdfa, rich snippet, schema.org, schema, microdata, microformat, SERP, Google, Yahoo, Bing
|
5 |
Requires at least: 3.7
|
6 |
-
Tested up to: 4.
|
7 |
-
Stable tag: 1.5.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
-
|
|
|
11 |
|
12 |
== Description ==
|
13 |
|
@@ -78,6 +79,9 @@ Review, Event, People, Product, Recipe, Software Application, Video, Articles et
|
|
78 |
|
79 |
== Changelog ==
|
80 |
|
|
|
|
|
|
|
81 |
= 1.5.0 =
|
82 |
* Improvement: Improved overall the security of the plugin by using sanitization and escaping the attributes wherever possible, checking nounce and user capabilities before any actions are performed.
|
83 |
* Fix: XSS Vulnerability in the settings page, Thanks for the report Neven Biruski (DefenseCode).
|
1 |
+
=== All In One Schema Rich Snippets ===
|
2 |
Contributors: brainstormforce, yawalkarm
|
3 |
Donate link: https://www.brainstormforce.com
|
4 |
Tags: Review, Event, People, Product, Recipe, Software Application, Video, Article, rdfa, rich snippet, schema.org, schema, microdata, microformat, SERP, Google, Yahoo, Bing
|
5 |
Requires at least: 3.7
|
6 |
+
Tested up to: 4.9.1
|
7 |
+
Stable tag: 1.5.1
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
+
|
11 |
+
The best and easiest way to add Rich Snippets and Schema mark-up to your WordPress website. Get eye-catching results in search engines and boost CTR.
|
12 |
|
13 |
== Description ==
|
14 |
|
79 |
|
80 |
== Changelog ==
|
81 |
|
82 |
+
= 1.5.1 =
|
83 |
+
* Fix: Plugin outputting extra output causing Ajax calls to break after last update.
|
84 |
+
|
85 |
= 1.5.0 =
|
86 |
* Improvement: Improved overall the security of the plugin by using sanitization and escaping the attributes wherever possible, checking nounce and user capabilities before any actions are performed.
|
87 |
* Fix: XSS Vulnerability in the settings page, Thanks for the report Neven Biruski (DefenseCode).
|