Skip to content

Commit 5647b26

Browse files
committed
Tagged v3.6.0
1 parent 706e458 commit 5647b26

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

contextual-related-posts.php

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,13 @@
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.0-beta1
18+
* Version: 3.6.0
1919
* Author: WebberZone
2020
* Author URI: https://webberzone.com
2121
* License: GPL-2.0+
2222
* License URI: http://www.gnu.org/licenses/gpl-2.0.txt
2323
* Text Domain: contextual-related-posts
2424
* Domain Path: /languages
25-
* GitHub Plugin URI: https://github.com/WebberZone/contextual-related-posts/
2625
*/
2726

2827
namespace WebberZone\Contextual_Related_Posts;
@@ -97,10 +96,10 @@
9796
}
9897

9998
// Load Freemius.
100-
require_once CRP_PLUGIN_DIR . 'includes/load-freemius.php';
99+
require_once plugin_dir_path( __FILE__ ) . 'includes/load-freemius.php';
101100

102101
// Load the autoloader.
103-
require_once CRP_PLUGIN_DIR . 'includes/autoloader.php';
102+
require_once plugin_dir_path( __FILE__ ) . 'includes/autoloader.php';
104103

105104
if ( ! function_exists( __NAMESPACE__ . '\load' ) ) {
106105
/**
@@ -119,9 +118,9 @@ function load() {
119118
* Include files
120119
*----------------------------------------------------------------------------
121120
*/
122-
require_once CRP_PLUGIN_DIR . 'includes/options-api.php';
123-
require_once CRP_PLUGIN_DIR . 'includes/class-crp-query.php';
124-
require_once CRP_PLUGIN_DIR . 'includes/functions.php';
121+
require_once plugin_dir_path( __FILE__ ) . 'includes/options-api.php';
122+
require_once plugin_dir_path( __FILE__ ) . 'includes/class-crp-query.php';
123+
require_once plugin_dir_path( __FILE__ ) . 'includes/functions.php';
125124

126125
// Register activation hook.
127126
register_activation_hook( __FILE__, __NAMESPACE__ . '\Admin\Activator::activation_hook' );

readme.txt

Lines changed: 5 additions & 3 deletions
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.5.5
5+
Stable tag: 3.6.0
66
Requires at least: 6.3
77
Tested up to: 6.7
88
Requires PHP: 7.4
@@ -157,6 +157,8 @@ If you enable thumbnails, the plugin will try to find the correct thumbnail in t
157157

158158
= 3.6.0 =
159159

160+
Release post: [https://webberzone.com/announcements/contextual-related-posts-v3-6-0/](https://webberzone.com/announcements/contextual-related-posts-v3-6-0/)
161+
160162
* Features:
161163
* [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.
162164
* [Pro] Related Posts block now includes:
@@ -246,5 +248,5 @@ For the changelog of earlier versions, please refer to the separate changelog.tx
246248

247249
== Upgrade Notice ==
248250

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

0 commit comments

Comments
 (0)