Version Description
Download this release
Release Info
| Developer | whiteshadow |
| Plugin | |
| Version | 1.10.1 |
| Comparing to | |
| See all releases | |
Code changes from version 1.10 to 1.10.1
- broken-link-checker.php +1 -1
- core/init.php +1 -1
- readme.txt +1 -1
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
|
| 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.1
|
| 7 |
Author: Janis Elsts
|
| 8 |
Author URI: http://w-shadow.com/
|
| 9 |
Text Domain: broken-link-checker
|
core/init.php
CHANGED
|
@@ -46,7 +46,7 @@ define('BLC_FOR_EDITING', 'edit');
|
|
| 46 |
define('BLC_FOR_PARSING', 'parse');
|
| 47 |
define('BLC_FOR_DISPLAY', 'display');
|
| 48 |
|
| 49 |
-
define('BLC_DATABASE_VERSION',
|
| 50 |
|
| 51 |
/***********************************************
|
| 52 |
Configuration
|
| 46 |
define('BLC_FOR_PARSING', 'parse');
|
| 47 |
define('BLC_FOR_DISPLAY', 'display');
|
| 48 |
|
| 49 |
+
define('BLC_DATABASE_VERSION', 8);
|
| 50 |
|
| 51 |
/***********************************************
|
| 52 |
Configuration
|
readme.txt
CHANGED
|
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
|
|
| 4 |
Tags: links, broken, maintenance, blogroll, custom fields, admin, comments, posts
|
| 5 |
Requires at least: 3.2
|
| 6 |
Tested up to: 4.0.1
|
| 7 |
-
Stable tag: 1.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 |
|
| 4 |
Tags: links, broken, maintenance, blogroll, custom fields, admin, comments, posts
|
| 5 |
Requires at least: 3.2
|
| 6 |
Tested up to: 4.0.1
|
| 7 |
+
Stable tag: 1.10.1
|
| 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 |
|
