Yet Another Related Posts Plugin (YARPP) - Version 5.1.9

Version Description

(2020-06-25) = * Bugfix Fixes deactivation survey plugin conflict

Download this release

Release Info

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

Code changes from version 5.1.7 to 5.1.9

lib/plugin-deactivation-survey/deactivate-feedback-form.js CHANGED
@@ -135,7 +135,7 @@
135
  this.deactivateURL = event.target.href;
136
 
137
  if ( ! this.dialog) {
138
- this.dialog = $( this.element ).remodal({closeOnOutsideClick:false});
139
  }
140
  this.dialog.open();
141
  event.preventDefault();
135
  this.deactivateURL = event.target.href;
136
 
137
  if ( ! this.dialog) {
138
+ this.dialog = $( this.element ).remodal({hashTracking:false,closeOnOutsideClick:false});
139
  }
140
  this.dialog.open();
141
  event.preventDefault();
readme.txt CHANGED
@@ -5,7 +5,7 @@ Requires at least: 3.7
5
  Requires PHP: 5.3
6
  License: GPLv2 or later
7
  Tested up to: 5.4
8
- Stable tag: 5.1.7
9
 
10
  Display a list of related posts on your site based on a powerful unique algorithm. Optionally, earn money by including sponsored content.
11
 
@@ -262,6 +262,12 @@ add_action(
262
  `
263
 
264
  == Changelog ==
 
 
 
 
 
 
265
  = 5.1.7 (2020-06-17) =
266
  * [Bugfix](https://wordpress.org/support/topic/cant-use-indexing/) Double-check database indexes exist before creating them
267
  * Bugfix: Titles were only being considered if body text was also considered for the relatedness algorithm. This update fixes the logic to work where only titles are set to be considered.
@@ -940,6 +946,6 @@ After a break of many years, the plugin is 100% supported now that the baton has
940
  * Initial upload
941
 
942
  == Upgrade Notice ==
943
- = 5.1.7 =
944
  We update this plugin regularly so we can make it better for you. Update to the latest version for all of the available features and improvements. Thank you for using YARPP!
945
 
5
  Requires PHP: 5.3
6
  License: GPLv2 or later
7
  Tested up to: 5.4
8
+ Stable tag: 5.1.9
9
 
10
  Display a list of related posts on your site based on a powerful unique algorithm. Optionally, earn money by including sponsored content.
11
 
262
  `
263
 
264
  == Changelog ==
265
+ = 5.1.9 (2020-06-25) =
266
+ * [Bugfix](https://wordpress.org/support/topic/wont-let-me-deactivate-or-delete-plugin/) Fixes deactivation survey plugin conflict
267
+
268
+ = 5.1.8 (2020-06-17) =
269
+ * [Bugfix](https://wordpress.org/support/topic/upgrade-issue-29/) Add missing file to previous release!
270
+
271
  = 5.1.7 (2020-06-17) =
272
  * [Bugfix](https://wordpress.org/support/topic/cant-use-indexing/) Double-check database indexes exist before creating them
273
  * Bugfix: Titles were only being considered if body text was also considered for the relatedness algorithm. This update fixes the logic to work where only titles are set to be considered.
946
  * Initial upload
947
 
948
  == Upgrade Notice ==
949
+ = 5.1.9 =
950
  We update this plugin regularly so we can make it better for you. Update to the latest version for all of the available features and improvements. Thank you for using YARPP!
951
 
yarpp.php CHANGED
@@ -2,7 +2,7 @@
2
  /*
3
  Plugin Name: Yet Another Related Posts Plugin (YARPP)
4
  Description: Adds related posts to your site and in RSS feeds, based on a powerful, customizable algorithm.
5
- Version: 5.1.7
6
  Author: YARPP
7
  Author URI: https://yarpp.com/
8
  Plugin URI: https://yarpp.com/
@@ -23,7 +23,7 @@ if(!defined('WP_CONTENT_DIR')){
23
  define('WP_CONTENT_DIR', substr($tr,0,strrpos($tr,'/')));
24
  }
25
 
26
- define('YARPP_VERSION', '5.1.7');
27
 
28
  define('YARPP_DIR', dirname(__FILE__));
29
  define('YARPP_URL', plugins_url('',__FILE__));
2
  /*
3
  Plugin Name: Yet Another Related Posts Plugin (YARPP)
4
  Description: Adds related posts to your site and in RSS feeds, based on a powerful, customizable algorithm.
5
+ Version: 5.1.9
6
  Author: YARPP
7
  Author URI: https://yarpp.com/
8
  Plugin URI: https://yarpp.com/
23
  define('WP_CONTENT_DIR', substr($tr,0,strrpos($tr,'/')));
24
  }
25
 
26
+ define('YARPP_VERSION', '5.1.9');
27
 
28
  define('YARPP_DIR', dirname(__FILE__));
29
  define('YARPP_URL', plugins_url('',__FILE__));