File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33## [ Unreleased]
44
5+ ## [ 0.21.2] - 2026-08-24
6+
57### Fixed
68
79- ` file:// ` stylesheet URLs not percent-decoded and broken on Windows drive letters.
6769
6870- Initial public release
6971
70- [ Unreleased ] : https://github.com/Stranger6667/css-inline/compare/php-v0.21.1...HEAD
72+ [ Unreleased ] : https://github.com/Stranger6667/css-inline/compare/php-v0.21.2...HEAD
73+ [ 0.21.2 ] : https://github.com/Stranger6667/css-inline/compare/php-v0.21.1...php-v0.21.2
7174[ 0.21.1 ] : https://github.com/Stranger6667/css-inline/compare/php-v0.21.0...php-v0.21.1
7275[ 0.21.0 ] : https://github.com/Stranger6667/css-inline/compare/php-v0.20.2...php-v0.21.0
7376[ 0.20.2 ] : https://github.com/Stranger6667/css-inline/compare/php-v0.20.1...php-v0.20.2
Original file line number Diff line number Diff line change 11[package ]
22name = " css_inline"
3- version = " 0.21.1 "
3+ version = " 0.21.2 "
44edition = " 2024"
55authors = [" Dmitry Dygalo <dmitry@dygalo.dev>" ]
66
Original file line number Diff line number Diff line change 77/**
88 * Library version.
99 */
10- const VERSION = '0.21.1 ' ;
10+ const VERSION = '0.21.2 ' ;
1111
1212/**
1313 * Inline CSS from a style tag into matching elements.
You can’t perform that action at this time.
0 commit comments