diff --git a/README.md b/README.md index 664d8f7..6aab705 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Contextual Related Posts -[![WordPress Plugin Version](https://github.com/WebberZone/contextual-related-posts/blob/03f671821226a6e32a7f6b09b12a7c3f138f17a1/wporg-assets/banner-1544x500.png)](https://wordpress.org/plugins/contextual-related-posts/) +[![WordPress Plugin Version](https://github.com/WebberZone/contextual-related-posts/blob/master/wporg-assets/banner-1544x500.png)](https://wordpress.org/plugins/contextual-related-posts/) [![WordPress Plugin Version](https://img.shields.io/wordpress/plugin/v/contextual-related-posts.svg?style=flat-square)](https://wordpress.org/plugins/contextual-related-posts/) [![License](https://img.shields.io/badge/license-GPL_v2%2B-orange.svg?style=flat-square)](http://opensource.org/licenses/GPL-2.0) diff --git a/contextual-related-posts.php b/contextual-related-posts.php index 537efc8..c6c4f45 100644 --- a/contextual-related-posts.php +++ b/contextual-related-posts.php @@ -15,7 +15,7 @@ * Plugin Name: Contextual Related Posts * Plugin URI: https://webberzone.com/plugins/contextual-related-posts/ * Description: Display related posts on your website or in your feed. Increase reader retention and reduce bounce rates. - * Version: 3.6.1-RC1 + * Version: 3.6.1 * Author: WebberZone * Author URI: https://webberzone.com * License: GPL-2.0+ @@ -36,7 +36,7 @@ * @since 2.9.3 */ if ( ! defined( 'CRP_VERSION' ) ) { - define( 'CRP_VERSION', '3.6.0' ); + define( 'CRP_VERSION', '3.6.1' ); } diff --git a/readme.txt b/readme.txt index 2720757..7b72ecc 100644 --- a/readme.txt +++ b/readme.txt @@ -2,7 +2,7 @@ Tags: related posts, related, contextual related posts, similar posts, seo Contributors: webberzone, ajay Donate link: https://wzn.io/donate-crp -Stable tag: 3.6.0 +Stable tag: 3.6.1 Requires at least: 6.3 Tested up to: 6.7 Requires PHP: 7.4 @@ -252,5 +252,5 @@ For the changelog of earlier versions, please refer to the separate changelog.tx == Upgrade Notice == -= 3.6.0 = += 3.6.1 = New features and enhancements in this release. Please read the changelog for more details.