Plugin Directory

Changeset 2764196


Ignore:
Timestamp:
07/31/2022 10:32:00 PM (4 years ago)
Author:
mbsec
Message:

synced with git

Location:
link-checker/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • link-checker/trunk/linkchecker.php

    r2764189 r2764196  
    22/*
    33 * @package    LinkChecker
    4  * @copyright  Copyright (C) 2015 - 2021 Marco Beierer. All rights reserved.
     4 * @copyright  Copyright (C) 2015 - 2022 Marco Beierer. All rights reserved.
    55 * @license    https://www.gnu.org/licenses/gpl-3.0.html GNU/GPL
    66 */
     
    1111Plugin URI: https://www.marcobeierer.com/wordpress-plugins/link-checker
    1212Description: An easy to use Link Checker for WordPress to detect broken links and images on your website.
    13 Version: 1.18.3
     13Version: 1.18.4
    1414Author: Marco Beierer
    1515Author URI: https://www.marcobeierer.com
  • link-checker/trunk/readme.txt

    r2764189 r2764196  
    44Requires at least: 4.5
    55Tested up to: 6.0
    6 Stable tag: 1.18.3
     6Stable tag: 1.18.4
    77License: GPL v3
    88License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    1010An easy to use link checker for WordPress to detect broken links and images on your website.
    1111
    12 == Paid plugin ==
     12== Description ==
     13
     14The [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
     16In 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
     18The 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 =
    1321Please 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.
    2122
    2223= Videos =
     
    8586== Changelog ==
    8687
     88= 1.18.4 =
     89*Release Date - 1st August, 2022*
     90
     91* Updated readme.
     92
    8793= 1.18.3 =
    8894*Release Date - 1st August, 2022*
Note: See TracChangeset for help on using the changeset viewer.