1
0
mirror of https://github.com/rlanvin/php-rrule.git synced 2025-02-20 09:54:16 +01:00

28 Commits

Author SHA1 Message Date
rlanvin
8849ba38d5 Update changelog for release 1.4.1 2017-02-03 00:43:28 +02:00
rlanvin
c29db6270e Refactor i18nLoad to attept to solve #24
- Rework `RRule::i18nLoad()` to accept locales such as `en_sg` and use `Locale::parseLocale` when possible
- Fix `humanReadable` fails with `intl` enable when the timezone is "Z"
2017-02-03 00:35:09 +02:00
rlanvin
0b3a2c9a32 Fix #25
- Fix parser handling of UNTIL when DTSTART is not provided
- Accept invalid RFC strings generated by the JS lib but triggers a Notice message
2017-02-02 19:30:10 +02:00
rlanvin
26d147b729 Update changelog 2017-01-22 22:25:38 +02:00
rlanvin
8d54335802 Add tests 2017-01-06 16:42:00 +02:00
rlanvin
0785c6ce7d Make offsetGet throw exception for illegal offset
Ref issue #22
2017-01-06 16:30:35 +02:00
rlanvin
3e704960df Update changelog (again) 2016-11-11 20:44:31 +02:00
rlanvin
7ea89379a0 Update changelog 2016-11-11 20:43:55 +02:00
rlanvin
96d5ca4166 Release 1.4
Ref #18
2016-11-11 20:38:59 +02:00
rlanvin
9b8986b954 Add getter methods to RSet 2016-08-31 15:56:39 +03:00
rlanvin
cd3e8db2ac Updated changelog 2016-08-31 15:35:15 +03:00
rlanvin
989ddb9d9d Release 1.3.1 2016-08-09 15:13:42 +03:00
rlanvin
7c041bfb42 Fix a bug in BYDAY
Fixed a bug when combining values with an integer modifier
and regular values in `BYDAY` (example `1MO,FR`)
2016-07-13 11:08:46 +03:00
rlanvin
cef4c34148 Release 1.3.0 2016-07-08 12:04:09 +03:00
rlanvin
34a282746a Updating CHANGELOG 2016-06-30 17:01:32 +03:00
rlanvin
33fe88ff9e Release 1.2.0 2016-04-09 18:37:43 +03:00
Gustavs Gūtmanis
4857e38d44 Adding support for fallback locale. 2016-04-03 16:41:30 +03:00
rlanvin
20c3390187 Updating changelog 2016-03-31 15:47:39 +03:00
rlanvin
8470c6e509 Release 1.1.0 2016-03-30 12:19:05 +03:00
rlanvin
3a84bcc6be Fix cache related bug at weekly frequencies 2016-03-24 09:23:11 +02:00
rlanvin
ea059ca381 Removing occursOn (use occursAt) 2016-03-23 17:36:06 +02:00
rlanvin
65886d99a2 Making sure DateTime objects are cloned
To avoid problems with cache corruption because DateTime are mutable
2016-03-23 16:00:40 +02:00
rlanvin
85d349f438 Updating CHANGELOG 2016-03-23 12:07:50 +02:00
rlanvin
76e6698b51 Updating CHANGELOG and README 2016-03-23 12:04:41 +02:00
rlanvin
c3213e64fd Using references for easier reading 2016-03-21 21:55:40 +02:00
rlanvin
7fab9eab83 Updating changelog 2016-03-11 11:57:57 +02:00
rlanvin
56be0e5d76 Updating changelog 2016-03-11 11:54:59 +02:00
rlanvin
7b0df39bbe Adding a changelog file 2016-03-11 11:20:11 +02:00