Skip to content

Commit 0d7c6ce

Browse files
committed
Tagged v3.6.2
1 parent c2b3dd1 commit 0d7c6ce

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

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
18+
* Version: 3.6.2
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.1' );
39+
define( 'CRP_VERSION', '3.6.2' );
4040
}
4141

4242

readme.txt

+10-3
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.1
5+
Stable tag: 3.6.2
66
Requires at least: 6.3
77
Tested up to: 6.7
88
Requires PHP: 7.4
@@ -155,6 +155,13 @@ If you enable thumbnails, the plugin will try to find the correct thumbnail in t
155155

156156
== Changelog ==
157157

158+
= 3.6.2 =
159+
160+
* Bug fixes:
161+
* Fixed upgrade link in WordPress multisite.
162+
* Fix type casting for row height calculation in thumbs_grid style in Styles Handler class.
163+
* Updated Freemius SDK to v2.11.0.
164+
158165
= 3.6.1 =
159166

160167
* Bug fix: Corrected thumbnail images to return the specified image size instead of the full size.
@@ -252,5 +259,5 @@ For the changelog of earlier versions, please refer to the separate changelog.tx
252259

253260
== Upgrade Notice ==
254261

255-
= 3.6.1 =
256-
New features and enhancements in this release. Please read the changelog for more details.
262+
= 3.6.2 =
263+
Bug fixes in this release. Please read the changelog for more details.

0 commit comments

Comments
 (0)