We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d19be38 commit 3904cd0Copy full SHA for 3904cd0
2 files changed
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Mindee PHP API Library Changelog
2
3
+## v2.8.0 - 2026-04-22
4
+### Changes
5
+* :sparkles: add support for V2 crop and split operations
6
+### Fixes
7
+* :bug: fix file names incoherent for PDF extractor
8
+
9
10
## v2.7.1 - 2027-03-31
11
### Fixes
12
* :bug: fix multiple webhooks not registering correctly
src/version.php
@@ -2,4 +2,4 @@
namespace Mindee;
-const VERSION = '2.7.1';
+const VERSION = '2.8.0';
0 commit comments