Skip to content

Releases: vysokeskoly/utils-bundle

Version 7.5.0

29 Nov 11:56
53977d8
Compare
Choose a tag to compare

7.5.0 - 2023-11-29

  • Fix finding html tags when there are encoded html entities
  • Add and throw FindHtmlTagExcpetion when there is a problem while finding a html tag

Version 7.4.1

29 Nov 09:46
0c75216
Compare
Choose a tag to compare

7.4.1 - 2023-11-29

  • Fix finding a similar html tag

Version 7.4.0

25 Oct 15:33
7123b9f
Compare
Choose a tag to compare

7.4.0 - 2023-10-25

  • Encode html entities in HtmlHelper to prevent parse errors

Version 7.3.0

25 Oct 15:33
12a3f28
Compare
Choose a tag to compare

7.3.0 - 2023-05-23

  • Support figure html tag in HtmlHelper::xpathHtmlDocument method

Version 7.2.0

25 Oct 15:32
2533319
Compare
Choose a tag to compare

7.2.0 - 2023-05-22

  • Allow to parse multi-line html for
    • HtmlHelper::findAllImages
    • HtmlHelper::findAllLinks
  • Add HtmlHelper::xpathHtmlDocument method
    • Require ext-dom extension

Version 7.1.0

10 Oct 12:16
0bff532
Compare
Choose a tag to compare

7.1.0 - 2022-10-10

  • Add mime-type constants to Image

Version 7.0.0

11 Jul 19:40
3db53af
Compare
Choose a tag to compare

7.0.0 - 2022-07-11

  • Allow Symfony 6
  • Drop support for Symfony 4
  • Require php 8.1
    • [BC] Use php 8.1 features and types

Version 6.0.0

11 Jul 11:47
0291cbf
Compare
Choose a tag to compare

6.0.0 - 2022-07-11

  • Make private library public