Skip to content

Commit

Permalink
Tagged v3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaydsouza committed Nov 3, 2023
1 parent fe9cd25 commit 475d8b2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
[![Required PHP](https://img.shields.io/wordpress/plugin/required-php/contextual-related-posts?style=flat-square)](https://wordpress.org/plugins/contextual-related-posts/)
[![Active installs](https://img.shields.io/wordpress/plugin/installs/contextual-related-posts?style=flat-square)](https://wordpress.org/plugins/contextual-related-posts/)

__Requires:__ 5.6
__Requires:__ 5.9

__Tested up to:__ 6.3
__Tested up to:__ 6.4

__Requires PHP:__ 7.2
__Requires PHP:__ 7.4

__License:__ [GPL-2.0+](http://www.gnu.org/licenses/gpl-2.0.html)

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.4.1-beta1
* Version: 3.4.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.4.0' );
define( 'CRP_VERSION', '3.4.1' );
}


Expand Down
10 changes: 5 additions & 5 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
Tags: related posts, related, related articles, contextual related posts, similar posts, related posts widget
Contributors: webberzone, ajay
Donate link: https://ajaydsouza.com/donate/
Stable tag: 3.4.0
Stable tag: 3.4.1
Requires at least: 5.9
Tested up to: 6.4
Requires PHP: 7.2
Requires PHP: 7.4
License: GPLv2 or later

Related posts for your WordPress site with inbuilt caching. Supports blocks, shortcodes, widgets and custom post types!
Expand Down Expand Up @@ -135,14 +135,14 @@ Contextual Related Posts is one of the many plugins developed by WebberZone. Che

= 3.4.1 =

Release post: [https://webberzone.com/blog/contextual-related-posts-v3-4-0/](https://webberzone.com/blog/contextual-related-posts-v3-4-0/)

* Bug fix:
* Fixed Request-URI Too Long error when searching for pages/posts
* Related Posts block threw an error when using on the widgets page

= 3.4.0 =

Release post: [https://webberzone.com/blog/contextual-related-posts-v3-4-0/](https://webberzone.com/blog/contextual-related-posts-v3-4-0/)

* Features:
* Bulk edit posts, pages and custom post types to add the manual relatd posts and/or exclude posts from the related posts list
* New argument `include_words` to include posts that match the words in the title and/or content.
Expand Down Expand Up @@ -210,5 +210,5 @@ For the changelog of earlier versions, please refer to the separate changelog.tx

== Upgrade Notice ==

= 3.4.0 =
= 3.4.1 =
Major release: Bulk edit posts, new features, enhancements and bug fixes. Please read the release post for more details.

0 comments on commit 475d8b2

Please sign in to comment.