Contextual Related Posts - Version 3.0.1

Version Description

  • Bug fixes:
    • Fixed issue with help tab that broke some sites
Download this release

Release Info

Developer Ajay
Plugin Icon 128x128 Contextual Related Posts
Version 3.0.1
Comparing to
See all releases

Code changes from version 3.0.0 to 3.0.1

contextual-related-posts.php CHANGED
@@ -15,7 +15,7 @@
15
  * Plugin Name: Contextual Related Posts
16
  * Plugin URI: https://webberzone.com/plugins/contextual-related-posts/
17
  * Description: Display a set of related posts on your website or in your feed. Increase reader retention and reduce bounce rates
18
- * Version: 3.0.0
19
  * Author: WebberZone
20
  * Author URI: https://webberzone.com
21
  * License: GPL-2.0+
15
  * Plugin Name: Contextual Related Posts
16
  * Plugin URI: https://webberzone.com/plugins/contextual-related-posts/
17
  * Description: Display a set of related posts on your website or in your feed. Increase reader retention and reduce bounce rates
18
+ * Version: 3.0.1
19
  * Author: WebberZone
20
  * Author URI: https://webberzone.com
21
  * License: GPL-2.0+
includes/admin/admin.php CHANGED
File without changes
includes/admin/help-tab.php CHANGED
@@ -46,7 +46,7 @@ function crp_settings_help() {
46
  '<p>' . sprintf(
47
  /* translators: 1: Link to Knowledge Base article. */
48
  __( 'You can find detailed information on each of the settings in these <a href="%1$s" target="_blank">knowledgebase articles</a>.', 'contextual-related-posts' ),
49
- esc_url( 'https://webberzone.com/support/section/contextual-related-posts/01-crp-getting-started/' ),
50
  ) . '</p>',
51
  )
52
  );
@@ -61,7 +61,7 @@ function crp_settings_help() {
61
  '<p>' . sprintf(
62
  /* translators: 1: Link to Knowledge Base article. */
63
  __( 'You can find more information on each of these tools in this <a href="%1$s" target="_blank">knowledgebase article</a>.', 'contextual-related-posts' ),
64
- esc_url( 'https://webberzone.com/support/knowledgebase/contextual-related-posts-settings-tools/' ),
65
  ) . '</p>',
66
  )
67
  );
46
  '<p>' . sprintf(
47
  /* translators: 1: Link to Knowledge Base article. */
48
  __( 'You can find detailed information on each of the settings in these <a href="%1$s" target="_blank">knowledgebase articles</a>.', 'contextual-related-posts' ),
49
+ esc_url( 'https://webberzone.com/support/section/contextual-related-posts/01-crp-getting-started/' )
50
  ) . '</p>',
51
  )
52
  );
61
  '<p>' . sprintf(
62
  /* translators: 1: Link to Knowledge Base article. */
63
  __( 'You can find more information on each of these tools in this <a href="%1$s" target="_blank">knowledgebase article</a>.', 'contextual-related-posts' ),
64
+ esc_url( 'https://webberzone.com/support/knowledgebase/contextual-related-posts-settings-tools/' )
65
  ) . '</p>',
66
  )
67
  );
readme.txt CHANGED
@@ -2,7 +2,7 @@
2
  Tags: related posts, related, related articles, contextual related posts, similar posts, related posts widget
3
  Contributors: webberzone, Ajay
4
  Donate link: https://ajaydsouza.com/donate/
5
- Stable tag: 3.0.0
6
  Requires at least: 5.0
7
  Tested up to: 5.6
8
  Requires PHP: 5.6
@@ -174,6 +174,11 @@ You can insert the related posts anywhere in your post using the `[crp]` shortco
174
 
175
  == Changelog ==
176
 
 
 
 
 
 
177
  = 3.0.0 =
178
 
179
  Release post: [https://webberzone.com/blog/contextual-related-posts-v3-0-0/](https://webberzone.com/blog/contextual-related-posts-v3-0-0/)
@@ -206,5 +211,5 @@ For the changelog of earlier versions, please refer to the separate changelog.tx
206
 
207
  == Upgrade Notice ==
208
 
209
- = 3.0.0 =
210
  Major release. Filters deprecated. Resave settings on upgrade. Please read the release post on https://webberzone.com
2
  Tags: related posts, related, related articles, contextual related posts, similar posts, related posts widget
3
  Contributors: webberzone, Ajay
4
  Donate link: https://ajaydsouza.com/donate/
5
+ Stable tag: 3.0.1
6
  Requires at least: 5.0
7
  Tested up to: 5.6
8
  Requires PHP: 5.6
174
 
175
  == Changelog ==
176
 
177
+ = 3.0.1 =
178
+
179
+ * Bug fixes:
180
+ * Fixed issue with help tab that broke some sites
181
+
182
  = 3.0.0 =
183
 
184
  Release post: [https://webberzone.com/blog/contextual-related-posts-v3-0-0/](https://webberzone.com/blog/contextual-related-posts-v3-0-0/)
211
 
212
  == Upgrade Notice ==
213
 
214
+ = 3.0.1 =
215
  Major release. Filters deprecated. Resave settings on upgrade. Please read the release post on https://webberzone.com