We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbfcee0 commit 69c343eCopy full SHA for 69c343e
CHANGELOG.md
@@ -1,9 +1,11 @@
1
# Changelog
2
3
-All notable changes to `:vips` will be documented in this file.
+All notable changes to `php-vips` will be documented in this file.
4
5
## master
6
7
+## 2.4.0 - 2024-04-09
8
+
9
- added `animate-image.php` example [jcupitt]
10
- added flags support [jcupitt]
11
- added `keep.php` example [jcupitt]
README.md
@@ -42,7 +42,7 @@ to your `composer.json`:
42
43
```
44
"require": {
45
- "jcupitt/vips" : "2.3.0"
+ "jcupitt/vips" : "2.4.0"
46
}
47
48
0 commit comments