Skip to content

Releases: ppfoong/lib_birthday

lib_birthday v2.3 (20241022)

22 Oct 15:25
a37a252
Compare
Choose a tag to compare

A new function for numerology, Life Path Number, was added.

lib_birthday v2.2 (20240815)

15 Aug 14:35
Compare
Choose a tag to compare

Changelog:

  • Code optimization.
  • Handling of user's input out-of-range situation in demo2.php

lib_birthday v2.11 (20240812)

12 Aug 08:57
Compare
Choose a tag to compare

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)

12 Aug 05:56
Compare
Choose a tag to compare

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)

11 Aug 15:19
Compare
Choose a tag to compare

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)

10 Aug 07:48
Compare
Choose a tag to compare

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.