Skip to content

Commit a2c79f2

Browse files
committed
🔖 Version 2.0.0
1 parent 34424f2 commit a2c79f2

2 files changed

Lines changed: 19 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,29 @@
11
# Mindee PHP API Library Changelog
22

3+
## v2.0.0 - 2025-09-11
4+
### Changes
5+
* :sparkles: add support for V2 Mindee API
6+
* :sparkles: add support for PHP 8.4
7+
* :sparkles: add more functions to Polygon class
8+
* :recycle: prohibit nulls in some functions
9+
### ¡Breaking Changes!
10+
* :coffin: **remove support for PHP 7.4 and 8.0**
11+
* :recycle: remove useless class `EnqueueAndParseMethodOptions`, replace with `PollingOptions`
12+
* :coffin: remove some static methods from the `PolygonUtils` class, use directly from `Polygon` class instead
13+
* :recycle: remove `processPDF()` in favor of `applyPageOptions()`
14+
### Fixes
15+
* :bug: fix for polygon points not correctly initialized
16+
17+
318
## v1.23.0-rc3 - 2025-09-09
419
### Changes
5-
* :sparkles: allow inference options to be set
20+
* :sparkles: allow v2 inference options to be set
621
* :sparkles: add more functions to Polygon class
722
* :recycle: remove unused DynamicField & put location data into BaseField
823
### ¡Breaking Changes!
9-
* :recycle: :boom: update options and raw text to new format
24+
* :recycle: :boom: update v2 options and raw text to the new format
1025
### Fixes
11-
* :bug: fix for polygon points not being init correctly
26+
* :bug: fix for polygon points not correctly initialized
1227

1328

1429
## v1.23.0-rc2 - 2025-08-01

src/version.php

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

33
namespace Mindee;
44

5-
const VERSION = '1.23.0-rc3';
5+
const VERSION = '2.0.0';

0 commit comments

Comments
 (0)