Releases: mirko-pagliai/cakephp-link-scanner
Releases · mirko-pagliai/cakephp-link-scanner
1.2.1
- provides
clean_url()
,get_hostname_from_url()
andis_external_url()
global network functions, which used to
belong tophp-tools
but have been deprecated and will be removed by it; - updated for
php-tools
1.10.
What's Changed
- Develop by @mirko-pagliai in #55
Full Changelog: 1.2.0...1.2.1
1.2.0
- requires at least PHP 8.1, CakePHP 5.0 and PHPUnit 10;
- provides its own
phpUri
library; ScanEntity
no longer extends anyEntity
class and directly implementsArrayAccess
and the methods it requires.
The deprecated methods of theEntity
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
- Php8.1 by @mirko-pagliai in #53
- Develop by @mirko-pagliai in #54
Full Changelog: 1.1.18...1.2.0
1.1.18
__debugInfo()
,__get()
,has()
,hasValue()
,get()
,isEmpty()
,set()
andtoArray()
methods provided by the
Entity
class are deprecated and will be removed in a future release. Thehas()
,get()
andset()
methods can be
replaced by the methods implemented byArrayAccess
, already present (using theScanResult
class as if it were an array).
TheEntity
class was only extended and used byScanResult
, so this is especially true for the latter class;- the
BodyParser
provides its ownurlToAbsolute()
protected method.
What's Changed
- Develop by @mirko-pagliai in #52
Full Changelog: 1.1.17...1.1.18
1.1.17
- no longer needs the me-tools package;
- no longer uses the
Exceptionist
class; - provides its own
BodyParser
andEntity
classes and no longer uses the ones provided byphp-tools
; - ready for
php-tools
1.8; - added tests for PHP 8.2.
What's Changed
- Develop by @mirko-pagliai in #51
Full Changelog: 1.1.16...1.1.17
1.1.16
- 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
- many, small improvements proposed by phpstorm by @mirko-pagliai in #49
Full Changelog: 1.1.15...1.1.16
1.1.15
- 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
- Develop by @mirko-pagliai in #46
- other fixes by @mirko-pagliai in #47
- fixed by @mirko-pagliai in #48
Full Changelog: 1.1.14...1.1.15
1.1.14
- updated for CakePHP 4.4;
- little fixes for
phpstan
,psalm
and for thecomposer.json
file.
1.1.13
- little fixes for PHP 7.4;
- updated for
php-tools
1.6.1.
What's Changed
- Develop by @mirko-pagliai in #44
Full Changelog: 1.1.12...1.1.13
1.1.12
- requires at least PHP 7.4 and CakePHP 4.3;
- added tests for PHP 8.1.
- little fixes.
What's Changed
- removed useless method by @mirko-pagliai in #41
- Develop php7.4 by @mirko-pagliai in #40
- Develop by @mirko-pagliai in #39
- updated by @mirko-pagliai in #42
Full Changelog: 1.1.11...1.1.12
1.1.11
- little fixes.