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 3f494f9 commit d23c647Copy full SHA for d23c647
2 files changed
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Mindee PHP API Library Changelog
2
3
+## v2.0.3 - 2025-10-14
4
+### Changes
5
+* :recycle: harmonize getting page count from a local input source
6
+
7
8
## v2.0.2 - 2025-10-08
9
### Fixes
10
* :bug: Add check for null before passing available_at field to strtotime
src/version.php
@@ -2,4 +2,4 @@
namespace Mindee;
-const VERSION = '2.0.2';
+const VERSION = '2.0.3';
0 commit comments