Yet Another Related Posts Plugin (YARPP) - Version 4.3.6

Version Description

  • Removed new file
Download this release

Release Info

Developer jeffparker
Plugin Icon 128x128 Yet Another Related Posts Plugin (YARPP)
Version 4.3.6
Comparing to
See all releases

Code changes from version 4.3.5 to 4.3.6

Files changed (3) hide show
  1. includes/yarpp_force_basic.php +0 -13
  2. readme.txt +4 -1
  3. yarpp.php +2 -2
includes/yarpp_force_basic.php DELETED
@@ -1,13 +0,0 @@
1
- <?php
2
- include_once(realpath('../../../../').'/wp-config.php');
3
-
4
- $yarppPro = get_option('yarpp_pro');
5
- $yarpp = get_option('yarpp');
6
-
7
- if ($yarppPro['active']) {
8
- $yarppPro['optin'] = 0;
9
- $yarppPro['active'] = 0;
10
- $yarpp['optin'] = 1;
11
- update_option('yarpp',$yarpp);
12
- update_option('yarpp_pro',$yarppPro);
13
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
readme.txt CHANGED
@@ -6,7 +6,7 @@ Plugin URI: http://www.yarpp.com/
6
  Tags: feeds, pages, posts, related, rss, yarpp, ads, multisite, multilingual, thumbnails, related posts, related content
7
  Requires at least: 3.3
8
  Tested up to: 4.7
9
- Stable tag: 4.3.5
10
  License: GPLv2 or later
11
 
12
  Display a list of related posts on your site based on a powerful unique algorithm.
@@ -283,6 +283,9 @@ YARPP is currently localized in the following languages:
283
 
284
  == Changelog ==
285
 
 
 
 
286
  = 4.3.5 =
287
  * Fix 'unable to update'
288
 
6
  Tags: feeds, pages, posts, related, rss, yarpp, ads, multisite, multilingual, thumbnails, related posts, related content
7
  Requires at least: 3.3
8
  Tested up to: 4.7
9
+ Stable tag: 4.3.6
10
  License: GPLv2 or later
11
 
12
  Display a list of related posts on your site based on a powerful unique algorithm.
283
 
284
  == Changelog ==
285
 
286
+ = 4.3.6 =
287
+ * Removed new file
288
+
289
  = 4.3.5 =
290
  * Fix 'unable to update'
291
 
yarpp.php CHANGED
@@ -2,7 +2,7 @@
2
  /*----------------------------------------------------------------------------------------------------------------------
3
  Plugin Name: Yet Another Related Posts Plugin
4
  Description: Adds related posts to your site and in RSS feeds, based on a powerful, customizable algorithm.
5
- Version: 4.3.5
6
  Author: Adknowledge
7
  Author URI: http://www.yarpp.com/
8
  Plugin URI: http://www.yarpp.com/
@@ -14,7 +14,7 @@ if(!defined('WP_CONTENT_DIR')){
14
  define('WP_CONTENT_DIR', substr($tr,0,strrpos($tr,'/')));
15
  }
16
 
17
- define('YARPP_VERSION', '4.3.5');
18
  define('YARPP_DIR', dirname(__FILE__));
19
  define('YARPP_URL', plugins_url('',__FILE__));
20
  define('YARPP_NO_RELATED', ':(');
2
  /*----------------------------------------------------------------------------------------------------------------------
3
  Plugin Name: Yet Another Related Posts Plugin
4
  Description: Adds related posts to your site and in RSS feeds, based on a powerful, customizable algorithm.
5
+ Version: 4.3.6
6
  Author: Adknowledge
7
  Author URI: http://www.yarpp.com/
8
  Plugin URI: http://www.yarpp.com/
14
  define('WP_CONTENT_DIR', substr($tr,0,strrpos($tr,'/')));
15
  }
16
 
17
+ define('YARPP_VERSION', '4.3.6');
18
  define('YARPP_DIR', dirname(__FILE__));
19
  define('YARPP_URL', plugins_url('',__FILE__));
20
  define('YARPP_NO_RELATED', ':(');