Releases: rvalitov/backlink-checker-php
Releases · rvalitov/backlink-checker-php
3.1.0
3.0.0
What's Changed
- Supports PHP 8.0+. For earlier versions of PHP use earlier versions of this package.
- Using better
puphpeteerand HTML parser dependencies - Updated dependencies
- Added more tests
- Fixed processing when HTML has whitespace characters in tags or attributes
- Fixed issue with composer that sometimes happened #19
- Removed deprecated functions
Full Changelog: 2.1.0...3.0.0
v.2.1.0 (2023-05-31)
- Fixed issue with
targetattribute processing - Supports PHP 7.4 - 8.2
- Added tests for each PHP version and OS
v.2.0.0 (2023-03-31)
Supports up to PHP 8.0 and all newest dependencies.
Some dependencies are not supported anymore.
Therefore I had to switch to community driven forks.
As a result such forks are not published in the composer library and have "dev" status.
To use them you need to add the following 2 repositories to your composer.json file, so that composer knows where to look for them.
"repositories": [
{
"type": "git",
"url": "https://github.com/zoonru/puphpeteer.git"
},
{
"type": "git",
"url": "https://github.com/zoonru/rialto.git"
}
]Besides, please add the following config (for example, before or after the "repositories" section) to allow composer to use "dev" versions of the packages:
"minimum-stability": "dev",
"prefer-stable": truev.1.1.0 (2023-03-30)
Updated dependencies. Now minimum PHP version supported is 7.4.
v.1.0.5 (2022-12-05)
Updated dependencies, using more features from PHP 7.2
v.1.0.2 (2019-10-01)
Updated dependencies