Skip to content

Releases: RhubarbPHP/Rhubarb

Release 1.7.5

17 Nov 10:57
d673020
Compare
Choose a tag to compare
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

23 Jul 16:00
Compare
Choose a tag to compare
StringTools::explodeIgnoringBlanks() added for symmetry with implode …

1.6.17: Merge pull request #74 from RhubarbPHP/patch/csvStreamUtf8

29 May 13:32
0f88f03
Compare
Choose a tag to compare

RhubarbDateTime Fixes

06 Mar 13:05
Compare
Choose a tag to compare
  • 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

03 Feb 13:58
6ccd86a
Compare
Choose a tag to compare
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

03 Feb 10:12
ef03632
Compare
Choose a tag to compare
1.6.14

Ensure session is stored before onLogOut() called in LoginProvider (#73)

1.6.13

08 Jan 11:29
Compare
Choose a tag to compare

Added function onUrlFragmentMatched() to offer and opportunity to augment behaviour of the URL Handler

Added Sendable priority

11 Jul 14:51
Compare
Choose a tag to compare

Sendables now have a mechanism for determining their priority for the provider.

Added Microsecond support to RhubarbDateTime

04 Jun 08:46
Compare
Choose a tag to compare
1.6.10

Added Microsecond support to RhubarbDateTime

Updated JWT Support

19 Oct 10:55
Compare
Choose a tag to compare
1.6.6

updated JWT lib