File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22All notable changes to this project will be documented in this file.
33The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
44
5- ## [ 2.3.2] - 2024-01-17
5+ ## [ 2.3.3] - 2025-04-07
6+ ### Fixed
7+ - return NULL for getDateOfBirth instead of error
8+
9+ ## [ 2.3.2] - 2025-01-17
610### Added
711- new CA certificates
812
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Smart-ID PHP client works with PHP 7.4 and PHP 8+
1818The recommended way to install Smart-ID PHP Client is through [ Composer] :
1919
2020```
21- composer require sk-id-solutions/smart-id-php-client "2.3.2 "
21+ composer require sk-id-solutions/smart-id-php-client "2.3.3 "
2222```
2323
2424See [ packagist] ( https://packagist.org/packages/sk-id-solutions/smart-id-php-client ) for latest published version
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ class Client
3535{
3636 // THIS NEEDS TO REFLECT THE CURRENT smart-id-php-client version
3737 // IT IS EITHER A VERSION (like 2.2) OR A FUTURE VERSION (2.2.SNAPSHOT)
38- const VERSION = '2.3.2 ' ;
38+ const VERSION = '2.3.3 ' ;
3939
4040 /**
4141 * @var array
You can’t perform that action at this time.
0 commit comments