Contextual Related Posts - Version 2.0.1

Version Description

  • New multisite support; Thumbnails no longer need timthumb; HTTPS support for thumbnails; filters for mySQL query; Check the Changelog for a full list of changes.

=

Download this release

Release Info

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

Code changes from version 2.0.0 to 2.0.1

assets/banner-1544x500.png ADDED
Binary file
assets/banner-772x250.png ADDED
Binary file
assets/icon-128x128.png ADDED
Binary file
assets/icon-256x256.png ADDED
Binary file
assets/screenshot-1.png ADDED
Binary file
assets/screenshot-2.png ADDED
Binary file
assets/screenshot-3.png ADDED
Binary file
assets/screenshot-4.png ADDED
Binary file
assets/screenshot-5.png ADDED
Binary file
assets/screenshot-6.png ADDED
Binary file
contextual-related-posts.php CHANGED
@@ -15,7 +15,7 @@
15
  * Plugin Name: Contextual Related Posts
16
  * Plugin URI: http://ajaydsouza.com/wordpress/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: 2.0.0
19
  * Author: Ajay D'Souza
20
  * Author URI: http://ajaydsouza.com
21
  * Text Domain: crp
@@ -1309,7 +1309,7 @@ function crp_max_formatted_content( $content, $no_of_char = -1 ) {
1309
  * Dashboard and Administrative Functionality
1310
  *----------------------------------------------------------------------------*/
1311
 
1312
- if ( is_admin() && ( ! defined( 'DOING_AJAX' ) || ! DOING_AJAX ) ) {
1313
 
1314
  require_once( plugin_dir_path( __FILE__ ) . 'admin/admin.php' );
1315
 
15
  * Plugin Name: Contextual Related Posts
16
  * Plugin URI: http://ajaydsouza.com/wordpress/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: 2.0.1
19
  * Author: Ajay D'Souza
20
  * Author URI: http://ajaydsouza.com
21
  * Text Domain: crp
1309
  * Dashboard and Administrative Functionality
1310
  *----------------------------------------------------------------------------*/
1311
 
1312
+ if ( is_admin() || strstr( $_SERVER['PHP_SELF'], 'wp-admin/' ) ) {
1313
 
1314
  require_once( plugin_dir_path( __FILE__ ) . 'admin/admin.php' );
1315
 
readme.txt CHANGED
@@ -1,10 +1,10 @@
1
- === Contextual Related Posts ===
2
  Tags: related posts, related, similar posts, posts, post, feed, feeds, rss, widget, thumbnail
3
  Contributors: Ajay
4
  Donate link: http://ajaydsouza.com/donate/
5
  Stable tag: trunk
6
  Requires at least: 3.5
7
- Tested up to: 4.0
8
  License: GPLv2 or later
9
 
10
  Display related posts on your WordPress blog and feed. Supports thumbnails, shortcodes, widgets and custom post types!
@@ -59,13 +59,16 @@ Visit <a href="https://www.transifex.com/projects/p/contextual-related-posts/">C
59
 
60
  == Upgrade Notice ==
61
 
62
- = 2.0.0 =
63
  * New multisite support; Thumbnails no longer need timthumb; HTTPS support for thumbnails; filters for mySQL query;
64
  Check the Changelog for a full list of changes.
65
 
66
 
67
  == Changelog ==
68
 
 
 
 
69
  = 2.0.0 =
70
  * New: Multi-site support. Now you can Network Activate the plugin and all users will see related posts!
71
  * New: Thumbnails are registered as an image size in WordPress. This means WordPress will create a copy of the image with the specified dimensions when a new image is uploaded. For your existing images, I recommend using <a href="https://wordpress.org/plugins/force-regenerate-thumbnails/">Force Regenerate Thumbnails</a>
1
+ === Contextual Related Posts ===
2
  Tags: related posts, related, similar posts, posts, post, feed, feeds, rss, widget, thumbnail
3
  Contributors: Ajay
4
  Donate link: http://ajaydsouza.com/donate/
5
  Stable tag: trunk
6
  Requires at least: 3.5
7
+ Tested up to: 4.1
8
  License: GPLv2 or later
9
 
10
  Display related posts on your WordPress blog and feed. Supports thumbnails, shortcodes, widgets and custom post types!
59
 
60
  == Upgrade Notice ==
61
 
62
+ = 2.0.1 =
63
  * New multisite support; Thumbnails no longer need timthumb; HTTPS support for thumbnails; filters for mySQL query;
64
  Check the Changelog for a full list of changes.
65
 
66
 
67
  == Changelog ==
68
 
69
+ = 2.0.1 =
70
+ * Fixed: Clear Cache button which broke in 2.0.0
71
+
72
  = 2.0.0 =
73
  * New: Multi-site support. Now you can Network Activate the plugin and all users will see related posts!
74
  * New: Thumbnails are registered as an image size in WordPress. This means WordPress will create a copy of the image with the specified dimensions when a new image is uploaded. For your existing images, I recommend using <a href="https://wordpress.org/plugins/force-regenerate-thumbnails/">Force Regenerate Thumbnails</a>