Releases: ppfoong/lib_birthday
Releases · ppfoong/lib_birthday
lib_birthday v2.3 (20241022)
lib_birthday v2.2 (20240815)
Changelog:
- Code optimization.
- Handling of user's input out-of-range situation in demo2.php
lib_birthday v2.11 (20240812)
Changelog:
- Better handling of year range. Precise symbolic animal based on Chinese New Year will not be available when the date is out of range, but the functions will still working by assuming the date and its symbolic animal has passed Chinese New Year in those years that are out of range.
lib_birthday v2.1 (20240812)
Changelog:
- Increased year range available for Chinese New Year. New range is 1876 to 2163.
- Improved handling of Chinese New Year.
- Added Chinese New Year related functions.
lib_birthday v2.0 (20240811)
Changelog:
- Additional functions are added into the library
- A new script demo2.php is added to showcase the additional functions
lib_birthday v1.2 (20240810)
This is a PHP library that you can include in your PHP projects to use its functions.
The demo.php is included to show how to call the available functions in the library.