Skip to content

Commit 4c67b1d

Browse files
updated version no and changelog
1 parent c0eae07 commit 4c67b1d

File tree

4 files changed

+33
-28
lines changed

4 files changed

+33
-28
lines changed

README.md

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Schema - All In One Schema Rich Snippets #
2-
**Contributors:** [brainstormforce](https://profiles.wordpress.org/brainstormforce)
3-
**Donate link:** https://www.paypal.me/BrainstormForce
4-
**Tags:** schema markup, structured data, rich snippets, schema.org, Microdata, schema
5-
**Requires at least:** 3.7
6-
**Tested up to:** 6.1
7-
**Stable tag:** 1.6.5
8-
**License:** GPLv2 or later
9-
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html
2+
**Contributors:** [brainstormforce](https://profiles.wordpress.org/brainstormforce)
3+
**Donate link:** https://www.paypal.me/BrainstormForce
4+
**Tags:** schema markup, structured data, rich snippets, schema.org, Microdata, schema
5+
**Requires at least:** 3.7
6+
**Tested up to:** 6.1
7+
**Stable tag:** 1.6.6
8+
**License:** GPLv2 or later
9+
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html
1010
Boost CTR. Improve SEO & Rankings. Supports most of the content type. Works perfectly with Google, Bing, Yahoo & Facebook.
1111

1212
## Description ##
@@ -35,7 +35,7 @@ This plugin supports the following types of Schemas:
3535
* Recipe
3636
* Software Application
3737
* Video
38-
* Articles
38+
* Articles
3939

4040
### Future release would include - ###
4141
* Breadcrumbs
@@ -51,7 +51,7 @@ You may now contribute to the plugin on Github: [All in one Schema.org Rich Snip
5151
### Through FTP ###
5252
1. Upload the plugin into `wp-content/plugins` directory
5353
2. Activate the plugin through the 'Plugins' menu in WordPress
54-
3. That's It.
54+
3. That's It.
5555
Now go and create a new post. There you will find a meta box, select the type of post from dropdown and fill out the details, publish the post.
5656
Google will start showing rich snippets in the search results, as soon as your post is crawled.
5757

@@ -80,6 +80,8 @@ Review, Event, People, Product, Recipe, Software Application, Video, Articles et
8080

8181
## Changelog ##
8282

83+
### 1.6.6 ###
84+
- Props to Patchstack for reporting security issues. Those are fixed in this release. Plus we've hardened security in other areas of the plugin.
8385
### 1.6.5 ###
8486
- Fixed - Code updated according to coding standard.
8587

@@ -143,12 +145,12 @@ Review, Event, People, Product, Recipe, Software Application, Video, Articles et
143145
- Fix: WooCommerce Support Added
144146

145147
### 1.4.2 ###
146-
- Improvement: Added company/organization and address in people schema.
147-
- Improvement: Added nutrition & ingredients in recipe schema.
148-
- Improvement: Added software image & operating system in software application schema.
149-
- Improvement: Added video description in software application schema.
150-
- Improvement: Added author, publisher - organization and publisher logo in article schema.
151-
- Improvement: Added provider location, provider location image, and telephone in service schema.
148+
- Improvement: Added company/organization and address in people schema.
149+
- Improvement: Added nutrition & ingredients in recipe schema.
150+
- Improvement: Added software image & operating system in software application schema.
151+
- Improvement: Added video description in software application schema.
152+
- Improvement: Added author, publisher - organization and publisher logo in article schema.
153+
- Improvement: Added provider location, provider location image, and telephone in service schema.
152154
- Improvement: Changes admin bar test rich snippet redirect link to the structured data testing tool.
153155
- Fix: removed all error in schema according to structured data testing tool.
154156

index.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Author: Brainstorm Force
66
* Author URI: https://www.brainstormforce.com
77
* Description: Welcome to the Schema - All In One Schema Rich Snippets! You can now easily add schema markup on various * pages and posts of your website. Implement schema types such as Review, Events, Recipes, Article, Products, Services * *etc.
8-
* Version: 1.6.5
8+
* Version: 1.6.6
99
* Text Domain: rich-snippets
1010
* License: GPL2
1111
*
@@ -68,7 +68,7 @@ public function define_constants() {
6868
define( 'AIOSRS_PRO_BASE', plugin_basename( AIOSRS_PRO_FILE ) );
6969
define( 'AIOSRS_PRO_DIR', plugin_dir_path( AIOSRS_PRO_FILE ) );
7070
define( 'AIOSRS_PRO_URI', plugins_url( '/', AIOSRS_PRO_FILE ) );
71-
define( 'AIOSRS_PRO_VER', '1.6.5' );
71+
define( 'AIOSRS_PRO_VER', '1.6.6' );
7272
}
7373

7474
/**

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "all-in-one-schemaorg-rich-snippets",
3-
"version": "1.6.5",
3+
"version": "1.6.6",
44
"main": "Gruntfile.js",
55
"author": "Brainstorm Force",
66
"devDependencies": {

readme.txt

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.me/BrainstormForce
44
Tags: schema markup, structured data, rich snippets, schema.org, Microdata, schema
55
Requires at least: 3.7
66
Tested up to: 6.1
7-
Stable tag: 1.6.5
7+
Stable tag: 1.6.6
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010
Boost CTR. Improve SEO & Rankings. Supports most of the content type. Works perfectly with Google, Bing, Yahoo & Facebook.
@@ -35,7 +35,7 @@ This plugin supports the following types of Schemas:
3535
* Recipe
3636
* Software Application
3737
* Video
38-
* Articles
38+
* Articles
3939

4040
= Future release would include - =
4141
* Breadcrumbs
@@ -51,7 +51,7 @@ You may now contribute to the plugin on Github: [All in one Schema.org Rich Snip
5151
= Through FTP =
5252
1. Upload the plugin into `wp-content/plugins` directory
5353
2. Activate the plugin through the 'Plugins' menu in WordPress
54-
3. That's It.
54+
3. That's It.
5555
Now go and create a new post. There you will find a meta box, select the type of post from dropdown and fill out the details, publish the post.
5656
Google will start showing rich snippets in the search results, as soon as your post is crawled.
5757

@@ -80,6 +80,9 @@ Review, Event, People, Product, Recipe, Software Application, Video, Articles et
8080

8181
== Changelog ==
8282

83+
= 1.6.6 =
84+
- Props to Patchstack for reporting security issues. Those are fixed in this release. Plus we've hardened security in other areas of the plugin.
85+
8386
= 1.6.5 =
8487
- Fixed - Code updated according to coding standard.
8588

@@ -143,12 +146,12 @@ Review, Event, People, Product, Recipe, Software Application, Video, Articles et
143146
- Fix: WooCommerce Support Added
144147

145148
= 1.4.2 =
146-
- Improvement: Added company/organization and address in people schema.
147-
- Improvement: Added nutrition & ingredients in recipe schema.
148-
- Improvement: Added software image & operating system in software application schema.
149-
- Improvement: Added video description in software application schema.
150-
- Improvement: Added author, publisher - organization and publisher logo in article schema.
151-
- Improvement: Added provider location, provider location image, and telephone in service schema.
149+
- Improvement: Added company/organization and address in people schema.
150+
- Improvement: Added nutrition & ingredients in recipe schema.
151+
- Improvement: Added software image & operating system in software application schema.
152+
- Improvement: Added video description in software application schema.
153+
- Improvement: Added author, publisher - organization and publisher logo in article schema.
154+
- Improvement: Added provider location, provider location image, and telephone in service schema.
152155
- Improvement: Changes admin bar test rich snippet redirect link to the structured data testing tool.
153156
- Fix: removed all error in schema according to structured data testing tool.
154157

0 commit comments

Comments
 (0)