Releases: RhubarbPHP/Rhubarb
Releases · RhubarbPHP/Rhubarb
Release 1.7.5
Merge pull request #84 from RhubarbPHP/patch/175 Adding 1.7.4 code into master, with the view to releasing 1.7.5
Released 1.6.18
StringTools::explodeIgnoringBlanks() added for symmetry with implode …
1.6.17: Merge pull request #74 from RhubarbPHP/patch/csvStreamUtf8
Fix for UTF8 double encoding.
RhubarbDateTime Fixes
- Changed: RhubarbDateTime now tracks time validity (non-zero years) instead of comparing to an invalid time string.
- Fixed: Timezone changes applied to
0000-00-00
times are now correctly identified as invalid times. - Added: Support for LMT>GMT switch in locale settings which results in a difference of 75 seconds between UTC and
Europe/London time prior to 1847 https://www.timeanddate.com/time/change/uk/london?year=1847
Released 1.6.15
Fix warning in PHP 7.3 (#69) * Fix warning being generated in PHP 7.3 for continue used in switch instead of continue 2 * Remove unneeded CsvStream continue on switch at end of a loop. Updated SimpleEmail to set the replyTo when setting the sender if it is not set. Updated the default exception handler test to pass again. * Removed unnecessary import. * Update change log
Ensure session is stored before onLogOut() called in LoginProvider
1.6.14 Ensure session is stored before onLogOut() called in LoginProvider (#73)
1.6.13
Added function onUrlFragmentMatched() to offer and opportunity to augment behaviour of the URL Handler
Added Sendable priority
Sendables now have a mechanism for determining their priority for the provider.
Added Microsecond support to RhubarbDateTime
1.6.10 Added Microsecond support to RhubarbDateTime
Updated JWT Support
1.6.6 updated JWT lib