CHANGE LOG ========== ## 2.4.0 (2018-01-15) - PHP error messages changed slightly in 7.2.0 ## 2.3.1 (2018-01-15) - Update PHPdoc to use int/bool instead of integer/boolean ## 2.3.0 (2017-05-07) - Test against PHP 7.1 - Use civil instead of astronomical calendar for Arabic (jon48) - Fix bugs in Hebrew calendar (jon48) - PHP bug 67976 now fixed, so we need to emulate it. ## 2.2.1 (2015-12-11) - HHVM tests failing ## 2.2.0 (2015-12-01) - Autoload shim functions ## 2.1.1 (2015-09-21) - Test against PHP 7.0 ## 2.1.0 (2015-04-02) - Add JewishCalendar::numberToHebrewNumerals() to format Jewish dates ## 2.0.0 (2015-03-31) - Eliminate AbstractCalendar, just use CalendarInterface. - PHP bug 67960 now fixed, so we need to emulate it. ## 1.3.0 (2014-10-31) - Only emulate bugs in the shim functions, not when using the calendar classes. ## 1.2.0 (2014-09-27) - Improve coverage of unit tests. - Remove dependency on mb_string - generate Hebrew text directly in ISO-8859-8. - Code style tips from scrutinizer-ci.com. ## 1.1.2 (2014-09-16) - Fix #1; add support for the third parameter in jdtojewish(). ## 1.1.1 (2014-09-14) - Cannot inherit abstract classes in PHP 5.3.0 - 5.3.8. ## 1.1.0 (2014-09-13) - Add support for Arabic (Hijri) and Persian (Jalali) calendars. - Convert logic to lookup tables for better performance. ## 1.0.3 (2014-09-12) - Simplify the way shims are created. ## 1.0.2 (2014-09-11) - Wrong encoding of Hebrew dates. - Emulate PHP bug 54254 in Hebrew dates. ## 1.0.1 (2014-09-11) - Improve coverage of unit tests. - Convert logic to lookup tables for better performance. ## 1.0.0 (2014-09-10) - Initial release, with support for all the functions and constants from `ext/calendar`.