Skip to content

Commit

Permalink
Merge pull request #139 from brainstormforce/wp6.3
Browse files Browse the repository at this point in the history
WordPress 6.3 compatibility
  • Loading branch information
mahajanleena1995 authored Aug 17, 2023
2 parents 961359a + ea24180 commit 4fb04ae
Show file tree
Hide file tree
Showing 6 changed files with 613 additions and 371 deletions.
21 changes: 13 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Schema - All In One Schema Rich Snippets #
**Contributors:** [brainstormforce](https://profiles.wordpress.org/brainstormforce)
**Donate link:** https://www.paypal.me/BrainstormForce
**Tags:** schema markup, structured data, rich snippets, schema.org, Microdata, schema
**Requires at least:** 3.7
**Tested up to:** 6.2.2
**Stable tag:** 1.6.7
**License:** GPLv2 or later
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html
**Contributors:** [brainstormforce](https://profiles.wordpress.org/brainstormforce)
**Donate link:** https://www.paypal.me/BrainstormForce
**Tags:** schema markup, structured data, rich snippets, schema.org, Microdata, schema
**Requires at least:** 3.7
**Tested up to:** 6.3
**Stable tag:** 1.6.8
**License:** GPLv2 or later
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html
Boost CTR. Improve SEO & Rankings. Supports most of the content type. Works perfectly with Google, Bing, Yahoo & Facebook.

## Description ##
Expand Down Expand Up @@ -80,10 +80,15 @@ Review, Event, People, Product, Recipe, Software Application, Video, Articles et

## Changelog ##

### 1.6.8 ###
- Fixed - Ratings not visible on single product pages with Divi theme.

### 1.6.7 ###
- Fixed - Customizer not loading when All In One Schema Rich Snippets plugin is active.

### 1.6.6 ###
- Props to Patchstack for reporting security issues. Those are fixed in this release. Plus we've hardened security in other areas of the plugin.

### 1.6.5 ###
- Fixed - Code updated according to coding standard.

Expand Down
2 changes: 1 addition & 1 deletion css/jquery.rating.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */
#bsf-rating div.rating-cancel,#bsf-rating div.star-rating{float:left;width:17px;height:17px;text-indent:-999em;cursor:pointer;display:block;background:transparent;overflow:hidden}
.star-rating-control div.rating-cancel,.star-rating-control div.star-rating{float:left;width:17px;height:17px;text-indent:-999em;cursor:pointer;display:block;background:transparent;overflow:hidden}
div.rating-cancel,div.rating-cancel a{background:url(delete.gif) no-repeat 0 -16px}
div.star-rating,div.star-rating a{background:url(star.png) no-repeat 0 0px}
div.rating-cancel a,div.star-rating a{display:block;width:16px;height:100%;background-position:0 -38px;border:0}
Expand Down
4 changes: 2 additions & 2 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Author: Brainstorm Force
* Author URI: https://www.brainstormforce.com
* 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.
* Version: 1.6.7
* Version: 1.6.8
* Text Domain: rich-snippets
* License: GPL2
*
Expand Down Expand Up @@ -68,7 +68,7 @@ public function define_constants() {
define( 'AIOSRS_PRO_BASE', plugin_basename( AIOSRS_PRO_FILE ) );
define( 'AIOSRS_PRO_DIR', plugin_dir_path( AIOSRS_PRO_FILE ) );
define( 'AIOSRS_PRO_URI', plugins_url( '/', AIOSRS_PRO_FILE ) );
define( 'AIOSRS_PRO_VER', '1.6.7' );
define( 'AIOSRS_PRO_VER', '1.6.8' );
}

/**
Expand Down
Loading

0 comments on commit 4fb04ae

Please sign in to comment.