Skip to content

Commit 606294d

Browse files
committed
chore(php): Release 0.20.0
Signed-off-by: Dmitry Dygalo <dmitry@dygalo.dev>
1 parent 623de78 commit 606294d

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

bindings/php/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased]
44

5+
## [0.20.0] - 2026-02-07
6+
57
### Added
68

79
- `applyWidthAttributes` and `applyHeightAttributes` options to add dimension HTML attributes from CSS properties on supported elements (`table`, `td`, `th`, `img`). [#652](https://github.com/Stranger6667/css-inline/issues/652)
@@ -26,5 +28,6 @@
2628

2729
- Initial public release
2830

29-
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/php-v0.19.1...HEAD
31+
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/php-v0.20.0...HEAD
32+
[0.20.0]: https://github.com/Stranger6667/css-inline/compare/php-v0.19.1...php-v0.20.0
3033
[0.19.1]: https://github.com/Stranger6667/css-inline/compare/php-v0.19.0...php-v0.19.1

bindings/php/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "css_inline"
3-
version = "0.19.1"
3+
version = "0.20.0"
44
edition = "2024"
55
authors = ["Dmitry Dygalo <dmitry@dygalo.dev>"]
66

bindings/php/stubs/css_inline.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
/**
88
* Library version.
99
*/
10-
const VERSION = '0.19.1';
10+
const VERSION = '0.20.0';
1111

1212
/**
1313
* Inline CSS from a style tag into matching elements.

0 commit comments

Comments
 (0)