Skip to content

Releases: mirko-pagliai/cakephp-link-scanner

1.2.1

10 May 16:27
62a3548
Compare
Choose a tag to compare
  • provides clean_url(), get_hostname_from_url() and is_external_url() global network functions, which used to
    belong to php-tools but have been deprecated and will be removed by it;
  • updated for php-tools 1.10.

What's Changed

Full Changelog: 1.2.0...1.2.1

1.2.0

07 Jan 12:02
25fc6ac
Compare
Choose a tag to compare
  • requires at least PHP 8.1, CakePHP 5.0 and PHPUnit 10;
  • provides its own phpUri library;
  • ScanEntity no longer extends any Entity class and directly implements ArrayAccess and the methods it requires.
    The deprecated methods of the Entity class have been removed (and the class was also removed);
  • added and fixed typehints, removed deprecations;
  • added tests for PHP 8.3.

What's Changed

Full Changelog: 1.1.18...1.2.0

1.1.18

07 Jan 12:01
Compare
Choose a tag to compare
  • __debugInfo(), __get(), has(), hasValue(), get(), isEmpty(), set() and toArray() methods provided by the
    Entity class are deprecated and will be removed in a future release. The has(), get() and set() methods can be
    replaced by the methods implemented by ArrayAccess, already present (using the ScanResult class as if it were an array).
    The Entity class was only extended and used by ScanResult, so this is especially true for the latter class;
  • the BodyParser provides its own urlToAbsolute() protected method.

What's Changed

Full Changelog: 1.1.17...1.1.18

1.1.17

04 Jan 14:09
27a17bb
Compare
Choose a tag to compare
  • no longer needs the me-tools package;
  • no longer uses the Exceptionist class;
  • provides its own BodyParser and Entity classes and no longer uses the ones provided by php-tools;
  • ready for php-tools 1.8;
  • added tests for PHP 8.2.

What's Changed

Full Changelog: 1.1.16...1.1.17

1.1.16

24 Mar 18:10
78524da
Compare
Choose a tag to compare
  • added the LINK_SCANNER_TMP constant. This constant, which can be defined before the plugin, affects all used files;
  • many, small improvements proposed by phpstorm.

What's Changed

Full Changelog: 1.1.15...1.1.16

1.1.15

08 Feb 16:54
db1bf6e
Compare
Choose a tag to compare
  • the LinkScannerCommand also prints the total number of invalid links to the console;
  • many, small code tweaks proposed by phpstorm;
  • updated for php-tools 1.7.1 and me-tools 2.23.0.

What's Changed

Full Changelog: 1.1.14...1.1.15

1.1.14

22 Sep 13:23
8e0d642
Compare
Choose a tag to compare
  • updated for CakePHP 4.4;
  • little fixes for phpstan, psalm and for the composer.json file.

1.1.13

25 May 15:58
eebe492
Compare
Choose a tag to compare
  • little fixes for PHP 7.4;
  • updated for php-tools 1.6.1.

What's Changed

Full Changelog: 1.1.12...1.1.13

1.1.12

03 May 16:53
1ca00dc
Compare
Choose a tag to compare
  • requires at least PHP 7.4 and CakePHP 4.3;
  • added tests for PHP 8.1.
  • little fixes.

What's Changed

Full Changelog: 1.1.11...1.1.12

1.1.11

09 Feb 15:03
df09262
Compare
Choose a tag to compare
  • little fixes.