Skip to content

Commit

Permalink
Tagged v3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaydsouza committed Dec 23, 2024
1 parent 706e458 commit 5647b26
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
13 changes: 6 additions & 7 deletions contextual-related-posts.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,13 @@
* 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.0-beta1
* Version: 3.6.0
* Author: WebberZone
* Author URI: https://webberzone.com
* License: GPL-2.0+
* License URI: http://www.gnu.org/licenses/gpl-2.0.txt
* Text Domain: contextual-related-posts
* Domain Path: /languages
* GitHub Plugin URI: https://github.com/WebberZone/contextual-related-posts/
*/

namespace WebberZone\Contextual_Related_Posts;
Expand Down Expand Up @@ -97,10 +96,10 @@
}

// Load Freemius.
require_once CRP_PLUGIN_DIR . 'includes/load-freemius.php';
require_once plugin_dir_path( __FILE__ ) . 'includes/load-freemius.php';

// Load the autoloader.
require_once CRP_PLUGIN_DIR . 'includes/autoloader.php';
require_once plugin_dir_path( __FILE__ ) . 'includes/autoloader.php';

if ( ! function_exists( __NAMESPACE__ . '\load' ) ) {
/**
Expand All @@ -119,9 +118,9 @@ function load() {
* Include files
*----------------------------------------------------------------------------
*/
require_once CRP_PLUGIN_DIR . 'includes/options-api.php';
require_once CRP_PLUGIN_DIR . 'includes/class-crp-query.php';
require_once CRP_PLUGIN_DIR . 'includes/functions.php';
require_once plugin_dir_path( __FILE__ ) . 'includes/options-api.php';
require_once plugin_dir_path( __FILE__ ) . 'includes/class-crp-query.php';
require_once plugin_dir_path( __FILE__ ) . 'includes/functions.php';

// Register activation hook.
register_activation_hook( __FILE__, __NAMESPACE__ . '\Admin\Activator::activation_hook' );
Expand Down
8 changes: 5 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.5.5
Stable tag: 3.6.0
Requires at least: 6.3
Tested up to: 6.7
Requires PHP: 7.4
Expand Down Expand Up @@ -157,6 +157,8 @@ If you enable thumbnails, the plugin will try to find the correct thumbnail in t

= 3.6.0 =

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

* Features:
* [Pro] New block: Contextual Related Posts Featured Image is an advanced featured image block that falls back to the first image, meta key, or a default image if no featured image is set.
* [Pro] Related Posts block now includes:
Expand Down Expand Up @@ -246,5 +248,5 @@ For the changelog of earlier versions, please refer to the separate changelog.tx

== Upgrade Notice ==

= 3.5.5 =
Freemius SDK updated. Please upgrade to this version.
= 3.6.0 =
New features and enhancements in this release. Please read the changelog for more details.

0 comments on commit 5647b26

Please sign in to comment.