Skip to content

Commit

Permalink
Tagged v3.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaydsouza committed Jan 1, 2025
1 parent 9d1082f commit 7aae5c5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
4 changes: 2 additions & 2 deletions contextual-related-posts.php
Original file line number Diff line number Diff line change
Expand Up @@ -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+
Expand All @@ -36,7 +36,7 @@
* @since 2.9.3
*/
if ( ! defined( 'CRP_VERSION' ) ) {
define( 'CRP_VERSION', '3.6.0' );
define( 'CRP_VERSION', '3.6.1' );
}


Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.

0 comments on commit 7aae5c5

Please sign in to comment.