Changeset 2764196
- Timestamp:
- 07/31/2022 10:32:00 PM (4 years ago)
- Location:
- link-checker/trunk
- Files:
-
- 2 edited
-
linkchecker.php (modified) (2 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
link-checker/trunk/linkchecker.php
r2764189 r2764196 2 2 /* 3 3 * @package LinkChecker 4 * @copyright Copyright (C) 2015 - 202 1Marco Beierer. All rights reserved.4 * @copyright Copyright (C) 2015 - 2022 Marco Beierer. All rights reserved. 5 5 * @license https://www.gnu.org/licenses/gpl-3.0.html GNU/GPL 6 6 */ … … 11 11 Plugin URI: https://www.marcobeierer.com/wordpress-plugins/link-checker 12 12 Description: An easy to use Link Checker for WordPress to detect broken links and images on your website. 13 Version: 1.18. 313 Version: 1.18.4 14 14 Author: Marco Beierer 15 15 Author URI: https://www.marcobeierer.com -
link-checker/trunk/readme.txt
r2764189 r2764196 4 4 Requires at least: 4.5 5 5 Tested up to: 6.0 6 Stable tag: 1.18. 36 Stable tag: 1.18.4 7 7 License: GPL v3 8 8 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 10 10 An easy to use link checker for WordPress to detect broken links and images on your website. 11 11 12 == Paid plugin == 12 == Description == 13 14 The [Link Checker](https://www.marcobeierer.com/wordpress-plugins/link-checker) for WordPress uses an external service to crawl your website and find broken links and images on your website. 15 16 In contrast to search engine tools like the Google Search Console, which only show if a URL on your website is not reachable, it does not matter for the Link Checker if the links leads to an internal or external URL. The Link Checker will find all dead links. 17 18 The Link Checker works for every plugin out of the box. The computation costs for your website is also very low because the crawler does the heavy work and just acts like a normal visitor, who visits all pages of you website once. 19 20 = Paid plugin = 13 21 Please note that the Link Checker requires a paid token to operate. The free version is no longer offered. 14 15 == Description ==16 The [Link Checker](https://www.marcobeierer.com/wordpress-plugins/link-checker) for WordPress uses an external service to crawl your website and find broken links and images on your website.17 18 In contrast to search engine tools like the Google Search Console, which only show if a URL on your website is not reachable, it does not matter for the Link Checker if the links leads to an internal or external URL. The Link Checker will find all dead links.19 20 The Link Checker works for every plugin out of the box. The computation costs for your website is also very low because the crawler does the heavy work and just acts like a normal visitor, who visits all pages of you website once.21 22 22 23 = Videos = … … 85 86 == Changelog == 86 87 88 = 1.18.4 = 89 *Release Date - 1st August, 2022* 90 91 * Updated readme. 92 87 93 = 1.18.3 = 88 94 *Release Date - 1st August, 2022*
Note: See TracChangeset
for help on using the changeset viewer.