Skip to content

Commit 7aae5c5

Browse files
committed
Tagged v3.6.1
1 parent 9d1082f commit 7aae5c5

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Contextual Related Posts
22

3-
[![WordPress Plugin Version](https://github.com/WebberZone/contextual-related-posts/blob/03f671821226a6e32a7f6b09b12a7c3f138f17a1/wporg-assets/banner-1544x500.png)](https://wordpress.org/plugins/contextual-related-posts/)
3+
[![WordPress Plugin Version](https://github.com/WebberZone/contextual-related-posts/blob/master/wporg-assets/banner-1544x500.png)](https://wordpress.org/plugins/contextual-related-posts/)
44

55
[![WordPress Plugin Version](https://img.shields.io/wordpress/plugin/v/contextual-related-posts.svg?style=flat-square)](https://wordpress.org/plugins/contextual-related-posts/)
66
[![License](https://img.shields.io/badge/license-GPL_v2%2B-orange.svg?style=flat-square)](http://opensource.org/licenses/GPL-2.0)

contextual-related-posts.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* Plugin Name: Contextual Related Posts
1616
* Plugin URI: https://webberzone.com/plugins/contextual-related-posts/
1717
* Description: Display related posts on your website or in your feed. Increase reader retention and reduce bounce rates.
18-
* Version: 3.6.1-RC1
18+
* Version: 3.6.1
1919
* Author: WebberZone
2020
* Author URI: https://webberzone.com
2121
* License: GPL-2.0+
@@ -36,7 +36,7 @@
3636
* @since 2.9.3
3737
*/
3838
if ( ! defined( 'CRP_VERSION' ) ) {
39-
define( 'CRP_VERSION', '3.6.0' );
39+
define( 'CRP_VERSION', '3.6.1' );
4040
}
4141

4242

readme.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Tags: related posts, related, contextual related posts, similar posts, seo
33
Contributors: webberzone, ajay
44
Donate link: https://wzn.io/donate-crp
5-
Stable tag: 3.6.0
5+
Stable tag: 3.6.1
66
Requires at least: 6.3
77
Tested up to: 6.7
88
Requires PHP: 7.4
@@ -252,5 +252,5 @@ For the changelog of earlier versions, please refer to the separate changelog.tx
252252

253253
== Upgrade Notice ==
254254

255-
= 3.6.0 =
255+
= 3.6.1 =
256256
New features and enhancements in this release. Please read the changelog for more details.

0 commit comments

Comments
 (0)