Skip to content

Releases: rvalitov/backlink-checker-php

v.2.1.0 (2023-05-31)

31 May 21:46
94f92fa
Compare
Choose a tag to compare
  • Fixed issue with target attribute processing
  • Supports PHP 7.4 - 8.2
  • Added tests for each PHP version and OS

v.2.0.0 (2023-03-31)

30 Mar 17:49
5d89cb4
Compare
Choose a tag to compare

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": true

v.1.1.0 (2023-03-30)

30 Mar 15:54
7401f29
Compare
Choose a tag to compare

Updated dependencies. Now minimum PHP version supported is 7.4.

v.1.0.5 (2022-12-05)

05 Dec 10:39
e65c7b1
Compare
Choose a tag to compare

Updated dependencies, using more features from PHP 7.2

v.1.0.2 (2019-10-01)

05 Dec 09:36
9134d5b
Compare
Choose a tag to compare

Updated dependencies

1.0.1

14 Aug 07:21
ec86c0a
Compare
Choose a tag to compare

Updated dependencies