diff --git a/README.md b/README.md index 5e90539..f208c9c 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # JSON-LD Breadcrumbs # -**Contributors:** [Nikschavan](https://profiles.wordpress.org/Nikschavan), [brainstormforce](https://profiles.wordpress.org/brainstormforce) +**Contributors:** [Nikschavan](https://profiles.wordpress.org/Nikschavan), [pratikchaskar](https://profiles.wordpress.org/pratikchaskar) **Donate link:** https://www.paypal.me/BrainstormForce **Tags:** schema, json-ld, breadcrumb, google, schema.org, structured data, seo, microdata **Requires at least:** 4.4 -**Tested up to:** 5.9 -**Stable tag:** 1.0.2 +**Tested up to:** 6.1 +**Stable tag:** 1.0.3 **License:** GPLv2 or later **License URI:** http://www.gnu.org/licenses/gpl-2.0.html @@ -23,6 +23,9 @@ Credits - [SEO Yoast](https://github.com/Yoast/wordpress-seo/blob/trunk/frontend ## Changelog ## +### 1.0.3 ### +* Improvement: Added compatibility to WordPress 6.1 + ### 1.0.2 ### * Fix: Hardened the security. diff --git a/json-ld-breadcrumbs.php b/json-ld-breadcrumbs.php index 741d24b..f633b94 100644 --- a/json-ld-breadcrumbs.php +++ b/json-ld-breadcrumbs.php @@ -7,7 +7,7 @@ * Author URI: https://www.nikhilchavan.com/ * Text Domain: json-ld-breadcrumbs * Domain Path: /languages - * Version: 1.0.2 + * Version: 1.0.3 * * @package Invisible_Breadcrumbs */ @@ -15,7 +15,7 @@ // Exit if the file is called directy by URL. defined( 'ABSPATH' ) || exit; -define( 'JSON_LD_BREADCRUMBS_VER', '1.0.2' ); +define( 'JSON_LD_BREADCRUMBS_VER', '1.0.3' ); define( 'JSON_LD_BREADCRUMBS_DIR', plugin_dir_path( __FILE__ ) ); define( 'JSON_LD_BREADCRUMBS_URL', plugins_url( '/', __FILE__ ) ); define( 'JSON_LD_BREADCRUMBS_PATH', plugin_basename( __FILE__ ) ); diff --git a/readme.txt b/readme.txt index 2e0cc28..5043cf0 100644 --- a/readme.txt +++ b/readme.txt @@ -1,10 +1,10 @@ === JSON-LD Breadcrumbs === -Contributors: Nikschavan, brainstormforce +Contributors: Nikschavan, pratikchaskar Donate link: https://www.paypal.me/BrainstormForce Tags: schema, json-ld, breadcrumb, google, schema.org, structured data, seo, microdata Requires at least: 4.4 -Tested up to: 5.9 -Stable tag: 1.0.2 +Tested up to: 6.1 +Stable tag: 1.0.3 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -23,6 +23,9 @@ Credits - [SEO Yoast](https://github.com/Yoast/wordpress-seo/blob/trunk/frontend == Changelog == += 1.0.3 = +* Improvement: Added compatibility to WordPress 6.1 + = 1.0.2 = * Fix: Hardened the security.