Skip to content

Releases: rvalitov/backlink-checker-php

3.1.0

24 Mar 18:07
1ff1b2f

Choose a tag to compare

What's Changed

  • Added tests and support for PHP 8.4
  • Restored support of PHP 7.4
  • More tests

Full Changelog: 3.0.0...3.1.0

3.0.0

01 Feb 17:24
baec655

Choose a tag to compare

What's Changed

  • Supports PHP 8.0+. For earlier versions of PHP use earlier versions of this package.
  • Using better puphpeteer and 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)

31 May 21:46
94f92fa

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

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

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

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

Choose a tag to compare

Updated dependencies

1.0.1

14 Aug 07:21
ec86c0a

Choose a tag to compare

Updated dependencies