Skip to content

Commit

Permalink
Tagged v3.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaydsouza committed Jan 27, 2025
1 parent c2b3dd1 commit 0d7c6ce
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
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
* Version: 3.6.2
* 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.1' );
define( 'CRP_VERSION', '3.6.2' );
}


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

== Changelog ==

= 3.6.2 =

* Bug fixes:
* Fixed upgrade link in WordPress multisite.
* Fix type casting for row height calculation in thumbs_grid style in Styles Handler class.
* Updated Freemius SDK to v2.11.0.

= 3.6.1 =

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

== Upgrade Notice ==

= 3.6.1 =
New features and enhancements in this release. Please read the changelog for more details.
= 3.6.2 =
Bug fixes in this release. Please read the changelog for more details.

0 comments on commit 0d7c6ce

Please sign in to comment.