Version Description
- Updated plugin information
Download this release
Release Info
Developer | freediver |
Plugin | Broken Link Checker |
Version | 1.11.3 |
Comparing to | |
See all releases |
Code changes from version 1.11.2 to 1.11.3
- broken-link-checker.php +2 -3
- readme.txt +5 -2
broken-link-checker.php
CHANGED
@@ -1,11 +1,10 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
Plugin Name: Broken Link Checker
|
4 |
-
Plugin URI:
|
5 |
Description: Checks your blog for broken links and missing images and notifies you on the dashboard if any are found.
|
6 |
-
Version: 1.11.
|
7 |
Author: Janis Elsts, Vladimir Prelovac
|
8 |
-
Author URI: http://w-shadow.com/
|
9 |
Text Domain: broken-link-checker
|
10 |
*/
|
11 |
|
1 |
<?php
|
2 |
/*
|
3 |
Plugin Name: Broken Link Checker
|
4 |
+
Plugin URI: https://wordpress.org/plugins/broken-link-checker/
|
5 |
Description: Checks your blog for broken links and missing images and notifies you on the dashboard if any are found.
|
6 |
+
Version: 1.11.3
|
7 |
Author: Janis Elsts, Vladimir Prelovac
|
|
|
8 |
Text Domain: broken-link-checker
|
9 |
*/
|
10 |
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: freediver
|
|
3 |
Donate link:
|
4 |
Tags: links, broken, maintenance, blogroll, custom fields, admin, comments, posts
|
5 |
Requires at least: 3.2
|
6 |
-
Tested up to: 4.
|
7 |
-
Stable tag: 1.11.
|
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 |
|
@@ -101,6 +101,9 @@ To upgrade your installation
|
|
101 |
|
102 |
== Changelog ==
|
103 |
|
|
|
|
|
|
|
104 |
= 1.11.2 =
|
105 |
* Fixed a compatibility issue
|
106 |
|
3 |
Donate link:
|
4 |
Tags: links, broken, maintenance, blogroll, custom fields, admin, comments, posts
|
5 |
Requires at least: 3.2
|
6 |
+
Tested up to: 4.8
|
7 |
+
Stable tag: 1.11.3
|
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 |
|
101 |
|
102 |
== Changelog ==
|
103 |
|
104 |
+
= 1.11.3 =
|
105 |
+
* Updated plugin information
|
106 |
+
|
107 |
= 1.11.2 =
|
108 |
* Fixed a compatibility issue
|
109 |
|