Skip to content

Releases: sypets/brofix

v7.0.0

08 Mar 15:50

Choose a tag to compare

Important

Should run upgrade wizard

What's Changed

Full Changelog: v6.5.4...v7.0.0

v6.5.4

24 Jan 17:22

Choose a tag to compare

What's Changed

  • [TASK] Force TYPO3 v13 in CI, update PHP version by @sypets in #458
  • [TASK] Raise php-cs-fixer dev dependency by @sypets in #463
  • [BUGFIX] Replace deprecated addPageTsConfig for v13 support by @sypets in #461
  • [TASK] Check more files in phpstan by @sypets in #464
  • [TASK] CI add rector by @sypets in #465

Full Changelog: v6.5.2...v6.5.4

v6.5.2

11 Jan 09:19

Choose a tag to compare

What's Changed

  • [BUGFIX] Fix access to uninitialized pageList by @sypets in #453
  • [FEATURE] Add type filter by @sypets in #454

Full Changelog: v6.5.1...v6.5.2

v6.5.1

06 Dec 17:52

Choose a tag to compare

What's Changed

Full Changelog: v6.5.0...v6.5.1

v6.5.0

10 Aug 16:29

Choose a tag to compare

What's Changed

  • Fix exception with PHP 8.4 in DataHandlerHook by @sypets in #441
  • [TASK] ci: Test with v12 and PHP 8.4 by @sypets in #442
  • [BUGFIX] Do not call querybuilder::execute() by @sypets in #444
  • [TASK] Fix GitHub CI to use TYPO3 v13 by @sypets in #445
  • [FEATURE] Add configure form control for cache in extconf by @sypets in #447
  • Add extconf to configure form controls by @sypets in #448

Full Changelog: v6.4.0...v6.5.0

v6.4.0

27 Jul 11:40

Choose a tag to compare

What changed (for editors)

The most visible changes (which also affect editors) are:

  • It is now possible to select "how to traverse". Previously, the link list could only be displayed for the current page and all subpages. Now it is possible to select "All" (for admins) or "All mountspoints" (for non-admins). This way, it is less tedious to get a list of all broken links when working with several mountpoints (as editors). For the admins, it is possible to load the list without loading the page tree which should speed up performance.

⚠️ But, you should make sure there are no stale broken links records in the database which were previously not displayed because they belong to pages which no longer exist. A simple method is to remove outdated records from the database, e.g. delete all which haven't been checked for 30 days:

DELETE tx_brofix_broken_links WHERE last_check < UNIX_TIMESTAMP(DATE_SUB(NOW(), INTERVAL 30 DAY));

  • significant improvement in loading of page tree, which should result in better load time of link list with many subpages. This is additionally improved by using a cache of the pages. This can be turned off. (will be made configurable in extension configuration)

What's Changed

  • [BUGFIX] Allow checking of record links by @sypets in #423
  • [BUGFIX] Fixed detection of several record links by @sypets in #424
  • [TASK] Improve handling of filter in report by @sypets in #425
  • [TASK] Enable phpstan again and fix warnings by @sypets in #426
  • Add howtotraverse: allmountpoins by @sypets in #427
  • [BUGFIX] Fix pagetree cache for mountpoints by @sypets in #428
  • [BUGFIX] Fix command by @sypets in #429
  • [FEATURE] Handle HTTP status code 429 and 503 by @sypets in #430
  • [FEATURE] Make it possible to filter by several URLs by @sypets in #431
  • [FEATURE] The redirect target is now displayed (if there are redirects) by @sypets in #432
  • [TASK] Make rechecking links after editing optional by @sypets in #434
  • Bug fix - fixing "Manage exclusions" module labels by @atigiti in #438

Full Changelog: v6.3.1...v6.4.0

v6.3.1

07 Jan 15:36

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.3.0...v6.3.1

v6.3.0

28 Oct 07:14

Choose a tag to compare

What's Changed

Full Changelog: v6.2.0...v6.3.0

v6.2.0

12 Oct 14:57

Choose a tag to compare

What's Changed

  • [FEATURE] Add settings to make page callouts configurable by @sypets in #381
  • Use tab "Broken links" for user settings by @sypets in #383
  • [TASK] Update to remove deprecated code for v12 by @sypets in #384
  • [FEATURE] Performance improvement for RTE fields by @sypets in #386

Full Changelog: v6.0.6...v6.2.0

v6.0.6

15 Aug 14:37

Choose a tag to compare

What's Changed

  • [BUGFIX] Set URL filter to empty string by default by @sypets in #380

Full Changelog: v6.0.5...v6.0.6