Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: COil/recurr

Tags

v5.0.1

Toggle v5.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request simshaun#201 from williamdes/ci-and-gitattributes

CI updates and gitattributes fix

v5.0.0

Toggle v5.0.0's commit message
Bump min PHP version to 7.2

v4.0.5

Toggle v4.0.5's commit message
Trying to fix travis-ci

v4.0.4

Toggle v4.0.4's commit message
Upgrade PHPUnit

v4.0.3

Toggle v4.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request simshaun#185 from theodson/bugfix/fix_tests_with_P…

…SR-4_autoloading

Hopefully fixes deprecation warnings regarding PSR-4 and tests.

v4.0.2

Toggle v4.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request simshaun#167 from ankurk91/patch/gittattributes

Create .gitattributes

v4.0.1

Toggle v4.0.1's commit message
Update pt-br.php (simshaun#165)

Fixed on , previously was "se" that makes no sense.

v4.0

Toggle v4.0's commit message
Allow start date to be null (simshaun#160)

v3.1.1

Toggle v3.1.1's commit message
Fix issue where first of january is skipped (simshaun#156)

* Fix issue where first of january is skipped

When using a BYSETPOS in a RRule the first of january is skipped because of a loose comparison.

* Prefer strict equality comparison

v3.1

Toggle v3.1's commit message
Add support for Hourly freq. on TextTransformer (simshaun#145)

* TextTransformer add support for Hourly freq - need test

* add test & translations