Skip to content

Commit

Permalink
Merge pull request #19 from brainstormforce/wp6.1
Browse files Browse the repository at this point in the history
WordPress 6.1 compatibility
  • Loading branch information
patilvikasj committed Nov 1, 2022
2 parents d2cea3f + 2c5a7e7 commit e98e507
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
9 changes: 6 additions & 3 deletions 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

Expand All @@ -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.

Expand Down
4 changes: 2 additions & 2 deletions json-ld-breadcrumbs.php
Expand Up @@ -7,15 +7,15 @@
* 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
*/

// 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__ ) );
Expand Down
9 changes: 6 additions & 3 deletions 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

Expand All @@ -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.

Expand Down

0 comments on commit e98e507

Please sign in to comment.