-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG.txt
54 lines (54 loc) · 2.58 KB
/
CHANGELOG.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
/**
* Changelog
*
* @package Broken Link Checker
*
* @author Bram Brambring <info@brokenlinkchecker.dev>
* @link https://brokenlinkchecker.dev/wordpress/broken-link-checker
* @copyright Copyright © 2023 - 2024 brambring.nl - All Rights Reserved
* @license GNU General Public License version 3 or later
* This is the change log for the forked version of the broken-link-checker
*/
/**
* + Addition
* - Removal
* ^ Change
* # Fix
* ! Security
* L Language
* N Note
__DEPLOY_VERSION__
^ Reworked broken link css and rel=nofollow to get 'all' links independt of container. Since links might be in a template-part (wp_block)
2.4.1.6961
^ Tweaked the SSL settings. Some hosts (WAF's) expect the 'browser' to use a specified SSL version.
# REmoved the annoying white spaces in <textarea> elements
2.4.1.6712
^ Improved server signature
# Corrected display of status in widget if menu-bubble is disabled
2.4.1.6589
^ Removed and renamed WPMUDEV_ constants
2.4.0.6562
# Default settings & activation
2.4.0.6555
# improved activation on multisite
# Resolved issue with implicit conversion from float to int in YouTube links. (from Broken Link Checker 2.4.0)
# catch possible empty _POST fields log_file/clear_log_on
2.3.1.6554
- removed WPMUDEV_BLC_VERSION not needed anywhere
# update_plugins_downloads.brokenlinkchecker.dev hook only for this plugin
# reverted moved update action outside brokenlink checker main class. Must be active even with plugin de-activated
2.3.1.6553
^ namespace migrations
N Merged with https://plugins.svn.wordpress.org/broken-link-checker/tags/2.3.1 still no changes for legacy
2.3.0.6541
# Do not display redirected link when the final url equals the original (for example with cookie redirects)
# Convert punnycode url back to utf8
- Removed safe mode checks
^ Started namespaces and use instead of all the includes
^ Changed order of columns in link overview. Makes more sence to have the anchor next to the source
2.3.0.6489
- Removed the Link Suggestions. These are just links to archive.org. You can do better.
- Removed the 'Check external links' advertisement from the settings menu.
^ Reworked the status display. Uses one single script (and request) for all updates of full statusses and the bubbles. Added option to show/hide the bubbles to the settings
^ Optimized link queries (EXISTS instead of JOIN (+GROUP BY), added table index to a frequently used column combination and some smaller tweaks). That should improve query time and therefor website performance.
^ replaced microtime_float with native microtime(true);