Skip to content

Commit

Permalink
updated version tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Akshay Urankar authored and Akshay Urankar committed Jul 18, 2024
1 parent e2f8825 commit f3b5c89
Show file tree
Hide file tree
Showing 6 changed files with 138 additions and 138 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
**Tags:** schema markup, structured data, rich snippets, schema.org, Microdata, schema
**Requires at least:** 3.7
**Tested up to:** 6.6
**Stable tag:** 1.6.8
**Stable tag:** 1.6.9
**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.
Expand Down Expand Up @@ -80,8 +80,8 @@ Review, Event, People, Product, Recipe, Software Application, Video, Articles et

## Changelog ##

### 1.6.8.1 ###
- Improvement: Fixed security audit issues.
### 1.6.9 ###
- Improvement: Improved plugin codebase for better security.

### 1.6.8 ###
- Fixed - Ratings not visible on single product pages with Divi theme.
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.8
* Version: 1.6.9
* 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.8' );
define( 'AIOSRS_PRO_VER', '1.6.9' );
}

/**
Expand Down
Loading

0 comments on commit f3b5c89

Please sign in to comment.