Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
WordPress plugin by Brainstorm Force that adds structured data (schema markup / Microdata) to posts and pages via a meta box interface.

- **Plugin slug:** `all-in-one-schemaorg-rich-snippets`
- **Version:** 1.7.6
- **Version:** 1.7.7
- **Text domain:** `rich-snippets`
- **PHP:** 7.4 – 8.3 | **WP:** 3.7+ (tested to 6.9)
- **License:** GPL v2
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
**Tags:** schema markup, rich snippets, wordpress seo, structured data, google search
**Requires at least:** 3.7
**Tested up to:** 6.9
**Stable tag:** 1.7.6
**Stable tag:** 1.7.7
**Requires PHP:** 7.4
**License:** GPLv2 or later
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -98,7 +98,7 @@ No, the plugin provides an easy-to-use interface where you can add schema markup

## Changelog ##
### 1.7.7 ###
- Improvement: Added Security fixes.
- Security Enhancements: Strengthened overall plugin security with improved authorization checks, robust nonce verification, thorough input sanitization, and enhanced error handling.

### 1.7.6 ###
- Improvement: Updated readme.txt.
Expand Down
2 changes: 1 addition & 1 deletion docs/wiki/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to Schema - All In One Schema Rich Snippets are documented h

---

## 1.7.6
## 1.7.7
- **Improvement:** Updated readme.txt.

## 1.7.5
Expand Down
2 changes: 1 addition & 1 deletion docs/wiki/Environment-Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Defined in `RichSnippets::define_constants()` (`index.php`) during every page lo
| `AIOSRS_PRO_BASE` | `plugin_basename(AIOSRS_PRO_FILE)` | Relative plugin identifier (e.g. `all-in-one-schemaorg-rich-snippets/index.php`) |
| `AIOSRS_PRO_DIR` | `plugin_dir_path(AIOSRS_PRO_FILE)` | Absolute directory path with trailing slash |
| `AIOSRS_PRO_URI` | `plugins_url('/', AIOSRS_PRO_FILE)` | URL to the plugin root |
| `AIOSRS_PRO_VER` | `'1.7.6'` | Current plugin version |
| `AIOSRS_PRO_VER` | `'1.7.7'` | Current plugin version |
| `BSF_META_BOX_URL` | Computed in `init.php` | URL path to the plugin directory, OS-aware (handles Windows paths) |

---
Expand Down
4 changes: 2 additions & 2 deletions docs/wiki/Home.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Schema - All In One Schema Rich Snippets

**Version:** 1.7.6 | **Author:** [Brainstorm Force](https://www.brainstormforce.com) | **License:** GPL v2
**Version:** 1.7.7 | **Author:** [Brainstorm Force](https://www.brainstormforce.com) | **License:** GPL v2

> Improve SEO, elevate rankings, and boost CTR. Add structured data (schema markup) to posts and pages without coding.

Expand Down Expand Up @@ -32,7 +32,7 @@ Supported schema types: **Review**, **Event**, **Person**, **Product**, **Recipe
| [Deployment Guide](Deployment-Guide) | Build, i18n, and release process |
| [Contributing Guide](Contributing-Guide) | Branch workflow, coding standards, PR process |
| [Troubleshooting FAQ](Troubleshooting-FAQ) | Common issues and solutions |
| [Changelog](Changelog) | Version history (v1.0 → v1.7.6) |
| [Changelog](Changelog) | Version history (v1.0 → v1.7.7) |

---

Expand Down
2 changes: 1 addition & 1 deletion docs/wiki/_Footer.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Schema - All In One Schema Rich Snippets v1.7.6 | By [Brainstorm Force](https://www.brainstormforce.com) | [GPL v2](http://www.gnu.org/licenses/gpl-2.0.html) | [GitHub](https://github.com/brainstormforce/all-in-one-schemaorg-rich-snippets) | [WordPress.org](https://wordpress.org/plugins/all-in-one-schemaorg-rich-snippets/) | [Schema Pro](https://wpschema.com/)
Schema - All In One Schema Rich Snippets v1.7.7 | By [Brainstorm Force](https://www.brainstormforce.com) | [GPL v2](http://www.gnu.org/licenses/gpl-2.0.html) | [GitHub](https://github.com/brainstormforce/all-in-one-schemaorg-rich-snippets) | [WordPress.org](https://wordpress.org/plugins/all-in-one-schemaorg-rich-snippets/) | [Schema Pro](https://wpschema.com/)
6 changes: 3 additions & 3 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.7.6
* Version: 1.7.7
* Text Domain: rich-snippets
* License: GPL2
*
Expand Down Expand Up @@ -81,7 +81,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.7.6' );
define( 'AIOSRS_PRO_VER', '1.7.7' );
}

/**
Expand Down Expand Up @@ -476,7 +476,7 @@ public function aiosrs_maybe_migrate_analytics_tracking() {
'id' => 'deactivation-survey-all-in-one-schemaorg-rich-snippets', // 'deactivation-survey-<your-plugin-slug>'
'popup_logo' => esc_url( plugins_url( 'admin/images/icon_32.png', __FILE__ ) ),
'plugin_slug' => 'all-in-one-schemaorg-rich-snippets',
'plugin_version' => '1.7.6',
'plugin_version' => '1.7.7',
'popup_title' => 'Quick Feedback',
'support_url' => 'https://wpschema.com/contact/',
'popup_description' => 'If you have a moment, please share why you are deactivating All In One Schema Rich Snippets:',
Expand Down
2 changes: 1 addition & 1 deletion languages/all-in-one-schemaorg-rich-snippets.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is distributed under the GPL2.
msgid ""
msgstr ""
"Project-Id-Version: Schema - All In One Schema Rich Snippets 1.7.6\n"
"Project-Id-Version: Schema - All In One Schema Rich Snippets 1.7.7\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/all-in-one-schemaorg-rich-snippets\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "all-in-one-schemaorg-rich-snippets",
"version": "1.7.6",
"version": "1.7.7",
"main": "Gruntfile.js",
"author": "Brainstorm Force",
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: https://www.paypal.me/BrainstormForce
Tags: schema markup, rich snippets, wordpress seo, structured data, google search
Requires at least: 3.7
Tested up to: 6.9
Stable tag: 1.7.6
Stable tag: 1.7.7
Requires PHP: 7.4
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -98,7 +98,7 @@ No, the plugin provides an easy-to-use interface where you can add schema markup

== Changelog ==
### 1.7.7 ###
- Improvement: Added Security fixes.
- Security Enhancements: Strengthened overall plugin security with improved authorization checks, robust nonce verification, thorough input sanitization, and enhanced error handling.

### 1.7.6 ###
- Improvement: Updated readme.txt.
Expand Down