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 8a5bfd7 commit ce18d75Copy full SHA for ce18d75
CHANGELOG.md
@@ -1,5 +1,16 @@
1
# Mindee PHP API Library Changelog
2
3
+## v1.23.0-rc3 - 2025-09-09
4
+### Changes
5
+* :sparkles: allow inference options to be set
6
+* :sparkles: add more functions to Polygon class
7
+* :recycle: remove unused DynamicField & put location data into BaseField
8
+### ¡Breaking Changes!
9
+* :recycle: :boom: update options and raw text to new format
10
+### Fixes
11
+* :bug: fix for polygon points not being init correctly
12
+
13
14
## v1.23.0-rc2 - 2025-08-01
15
### Changes
16
* :sparkles: add support for page count & mimetype + rename internals
src/version.php
@@ -2,4 +2,4 @@
namespace Mindee;
-const VERSION = '1.23.0-rc2';
+const VERSION = '1.23.0-rc3';
0 commit comments