Releases: vysokeskoly/utils-bundle
Releases · vysokeskoly/utils-bundle
Version 7.5.0
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
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
HtmlHelper
to prevent parse errors
Version 7.3.0
7.3.0 - 2023-05-23
- Support
figure
html tag inHtmlHelper::xpathHtmlDocument
method
Version 7.2.0
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
- 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