Releases: vysokeskoly/utils-bundle
Releases · vysokeskoly/utils-bundle
Release list
Version 7.5.0
7.5.0 - 2023-11-29
- Fix finding html tags when there are encoded html entities
- Add and throw
FindHtmlTagExcpetionwhen there is a problem while finding a html tag
Version 7.4.1
7.4.1 - 2023-11-29
- Fix finding a similar html tag
Version 7.4.0
7.4.0 - 2023-10-25
- Encode html entities in
HtmlHelperto prevent parse errors
Version 7.3.0
7.3.0 - 2023-05-23
- Support
figurehtml tag inHtmlHelper::xpathHtmlDocumentmethod
Version 7.2.0
7.2.0 - 2023-05-22
- Allow to parse multi-line html for
HtmlHelper::findAllImagesHtmlHelper::findAllLinks
- Add
HtmlHelper::xpathHtmlDocumentmethod- Require
ext-domextension
- Require
Version 7.1.0
7.1.0 - 2022-10-10
- Add mime-type constants to
Image
Version 7.0.0
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
6.0.0 - 2022-07-11
- Make private library public