Broken Link Checker - Version 1.10.10

Version Description

  • New plugin image that was long overdue.
Download this release

Release Info

Developer freediver
Plugin Icon 128x128 Broken Link Checker
Version 1.10.10
Comparing to
See all releases

Code changes from version 1.10.9 to 1.10.10

broken-link-checker.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Broken Link Checker
4
  Plugin URI: http://w-shadow.com/blog/2007/08/05/broken-link-checker-for-wordpress/
5
  Description: Checks your blog for broken links and missing images and notifies you on the dashboard if any are found.
6
- Version: 1.10.9
7
  Author: Janis Elsts
8
  Author URI: http://w-shadow.com/
9
  Text Domain: broken-link-checker
3
  Plugin Name: Broken Link Checker
4
  Plugin URI: http://w-shadow.com/blog/2007/08/05/broken-link-checker-for-wordpress/
5
  Description: Checks your blog for broken links and missing images and notifies you on the dashboard if any are found.
6
+ Version: 1.10.10
7
  Author: Janis Elsts
8
  Author URI: http://w-shadow.com/
9
  Text Domain: broken-link-checker
images/mwp250_2.jpg ADDED
Binary file
images/mwp250_2.png CHANGED
Binary file
readme.txt CHANGED
@@ -3,10 +3,10 @@ Contributors: managewp,freediver
3
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=A6P9S6CE3SRSW
4
  Tags: links, broken, maintenance, blogroll, custom fields, admin, comments, posts
5
  Requires at least: 3.2
6
- Tested up to: 4.2.4
7
- Stable tag: 1.10.9
8
 
9
- This plugin will check your posts, comments and other content for broken links and missing images, and notify you if any are found.
10
 
11
  == Description ==
12
  This plugin will monitor your blog looking for broken links and let you know if any are found.
@@ -85,7 +85,7 @@ This plugin uses some icons from the [Font Awesome icon font](http://fortawesome
85
  To do a new installation of the plugin, please follow these steps
86
 
87
  1. Download the broken-link-checker.zip file to your computer.
88
- 1. Unzip the file
89
  1. Upload `broken-link-checker` folder to the `/wp-content/plugins/` directory
90
  1. Activate the plugin through the 'Plugins' menu in WordPress
91
 
@@ -99,6 +99,9 @@ To upgrade your installation
99
 
100
  == Changelog ==
101
 
 
 
 
102
  = 1.10.9 =
103
  * Fixed a security vulnerability where part of the log data visibile in the "Details" view was not properly sanitized.
104
  * Updated French translation.
@@ -152,7 +155,7 @@ To upgrade your installation
152
  = 1.10 =
153
  * Added a way to hide individual link actions like "Dismiss" and "Unlink".
154
  * Added a "Fix redirect" link action. It replaces a redirect with a direct link. It is hidden by default and can be enabled through the settings page.
155
- * Added a "Recheck" link action. Unlike the bulk action by the same name, it checks a link immediately and displays the results without having to refresh the page.
156
  * Added a "Dismiss" bulk action.
157
  * Added a note below the "link tweaks" settings explaining that they only apply to the contents of posts (and pages, and CPTs), not comments or custom fields.
158
  * Made the "Redirect URL" column sortable.
@@ -286,7 +289,7 @@ To upgrade your installation
286
  * Added a Finnish translation.
287
  * Fixed a graphical bug where the currently selected settings tab would not be highlighted in WordPress 3.5.
288
  * Removed the "Blogroll items" module from the list of link containers enabled by default. The WordPress developer team is planning to remove Link Manager from core, and the "Links" menu will be hidden by default in new WP 3.5 installs.
289
- * Removed the Admin Menu Editor Pro ad from the "Settings -> Link Checker" and the "Tools -> Broken Links" pages.
290
  * Disabled the news link (if any) for users who have donated.
291
  * Removed support for pre-WP 2.9 post meta actions.
292
  * Minor styling changes of screen meta links.
@@ -391,7 +394,7 @@ To upgrade your installation
391
  * Added a poll asking for feedback on a new BLC-related web application idea.
392
  * Minor wording change in the debug info table.
393
 
394
- = 1.2.2 =
395
  * All Pro features now included in the free version!
396
  * Updated Japanese translation.
397
  * Updated Polish translation.
@@ -412,7 +415,7 @@ To upgrade your installation
412
  * Added Polish translation.
413
  * Updated Danish translation.
414
  * Updated Italian translation.
415
- * Fixed an uncommon "Cannot break/continue 1 level" error.
416
  * Added a new user feedback survey (the link only shows up after you've used this version for at least two weeks).
417
 
418
  = 0.9.7.1 =
@@ -678,7 +681,7 @@ To upgrade your installation
678
  * Fix a bug when the plugin creates a DB table with the wrong prefix.
679
 
680
  = 0.5 =
681
- * This is a near-complete rewrite with a lot of new features.
682
  * See �http://w-shadow.com/blog/2009/05/22/broken-link-checker-05/ for details.
683
 
684
  = 0.4.14 =
@@ -715,7 +718,7 @@ To upgrade your installation
715
  * Grr :P
716
 
717
  = 0.4.7 =
718
- * Minor enhancements :
719
  * Autoselect link URL after the user clicks "Edit".
720
  * Make sure only HTTP and HTTPS links are checked.
721
  * More substantive improvements will hopefully follow next week.
@@ -820,4 +823,4 @@ Attempts to fix the "database not up to date" bug that some users are still expe
820
  Adds an option to send post authors notifications about broken links in their posts and the the ability to sort links by URL, as well as a number of other updates and fixes.
821
 
822
  = 0.9.4.2 =
823
- Fixes a major PHP4 compatibility problem introduced in version 0.9.4 and adds a notification bubble with the current broken link count to the "Broken Links" menu.
3
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=A6P9S6CE3SRSW
4
  Tags: links, broken, maintenance, blogroll, custom fields, admin, comments, posts
5
  Requires at least: 3.2
6
+ Tested up to: 4.3.1
7
+ Stable tag: 1.10.10
8
 
9
+ This plugin will check your posts, comments and other content for broken links and missing images, and notify you if any are found.
10
 
11
  == Description ==
12
  This plugin will monitor your blog looking for broken links and let you know if any are found.
85
  To do a new installation of the plugin, please follow these steps
86
 
87
  1. Download the broken-link-checker.zip file to your computer.
88
+ 1. Unzip the file
89
  1. Upload `broken-link-checker` folder to the `/wp-content/plugins/` directory
90
  1. Activate the plugin through the 'Plugins' menu in WordPress
91
 
99
 
100
  == Changelog ==
101
 
102
+ = 1.10.10 =
103
+ * New plugin image that was long overdue.
104
+
105
  = 1.10.9 =
106
  * Fixed a security vulnerability where part of the log data visibile in the "Details" view was not properly sanitized.
107
  * Updated French translation.
155
  = 1.10 =
156
  * Added a way to hide individual link actions like "Dismiss" and "Unlink".
157
  * Added a "Fix redirect" link action. It replaces a redirect with a direct link. It is hidden by default and can be enabled through the settings page.
158
+ * Added a "Recheck" link action. Unlike the bulk action by the same name, it checks a link immediately and displays the results without having to refresh the page.
159
  * Added a "Dismiss" bulk action.
160
  * Added a note below the "link tweaks" settings explaining that they only apply to the contents of posts (and pages, and CPTs), not comments or custom fields.
161
  * Made the "Redirect URL" column sortable.
289
  * Added a Finnish translation.
290
  * Fixed a graphical bug where the currently selected settings tab would not be highlighted in WordPress 3.5.
291
  * Removed the "Blogroll items" module from the list of link containers enabled by default. The WordPress developer team is planning to remove Link Manager from core, and the "Links" menu will be hidden by default in new WP 3.5 installs.
292
+ * Removed the Admin Menu Editor Pro ad from the "Settings -> Link Checker" and the "Tools -> Broken Links" pages.
293
  * Disabled the news link (if any) for users who have donated.
294
  * Removed support for pre-WP 2.9 post meta actions.
295
  * Minor styling changes of screen meta links.
394
  * Added a poll asking for feedback on a new BLC-related web application idea.
395
  * Minor wording change in the debug info table.
396
 
397
+ = 1.2.2 =
398
  * All Pro features now included in the free version!
399
  * Updated Japanese translation.
400
  * Updated Polish translation.
415
  * Added Polish translation.
416
  * Updated Danish translation.
417
  * Updated Italian translation.
418
+ * Fixed an uncommon "Cannot break/continue 1 level" error.
419
  * Added a new user feedback survey (the link only shows up after you've used this version for at least two weeks).
420
 
421
  = 0.9.7.1 =
681
  * Fix a bug when the plugin creates a DB table with the wrong prefix.
682
 
683
  = 0.5 =
684
+ * This is a near-complete rewrite with a lot of new features.
685
  * See �http://w-shadow.com/blog/2009/05/22/broken-link-checker-05/ for details.
686
 
687
  = 0.4.14 =
718
  * Grr :P
719
 
720
  = 0.4.7 =
721
+ * Minor enhancements :
722
  * Autoselect link URL after the user clicks "Edit".
723
  * Make sure only HTTP and HTTPS links are checked.
724
  * More substantive improvements will hopefully follow next week.
823
  Adds an option to send post authors notifications about broken links in their posts and the the ability to sort links by URL, as well as a number of other updates and fixes.
824
 
825
  = 0.9.4.2 =
826
+ Fixes a major PHP4 compatibility problem introduced in version 0.9.4 and adds a notification bubble with the current broken link count to the "Broken Links" menu.