1
0
mirror of https://github.com/rlanvin/php-rrule.git synced 2024-11-28 05:24:10 +01:00
Commit Graph

72 Commits

Author SHA1 Message Date
Viktor Szépe
bef9568de9 Fix typos 2024-06-27 09:13:29 +02:00
Rémi Lanvin
cb5c6f44f2 Update Changelog for 2.5.1 2024-06-23 09:45:45 +02:00
Rémi Lanvin
75b76c85c9 Release 2.5.0 2024-06-08 08:10:35 +02:00
Rémi Lanvin
9fd062ae06 Update changelog 2024-06-08 07:39:51 +02:00
rlanvin
7ddef3d49b Update Changelog for 2.4.1 2023-06-07 15:15:59 +02:00
rlanvin
2acd9950e8 Update Changelog for 2.4.0 2023-01-06 11:19:10 +01:00
rlanvin
bfb494a64d Revert breaking change in test class mistakenly merged 2022-08-21 11:08:21 +02:00
rlanvin
2221e8cdac Fix #103 createFromRfcString forced uppercase 2022-05-03 15:11:22 +02:00
rlanvin
5ef9eedb5d Fix #104 remove microseconds from date input 2022-04-22 10:45:04 +02:00
rlanvin
a7d7f993e6 Update Changelog for release 2.3.0 2021-10-25 16:31:52 +02:00
rlanvin
f77c9644c6 Fix double space bugs with 'and' 2021-07-04 16:26:37 +02:00
rlanvin
bd1a9f0648 Update the review_translations script 2021-07-04 12:45:15 +02:00
rlanvin
44a3fdc6f4 Update German translation 2021-07-04 12:34:33 +02:00
rlanvin
873ad948fa Fix Finnish translation
Fix #94
2021-07-04 12:32:28 +02:00
rlanvin
63b55000b4 Fix typos and update CHANGELOG for 2.2.2 2021-01-09 14:19:43 +01:00
rlanvin
dba3b916a5 Fix #90 Support for DateTimeImmutable 2020-12-09 23:13:35 +01:00
rlanvin
931d53d162 Release 2.2.0 2019-11-01 11:51:17 +00:00
rlanvin
2ed1d53333 Fix #78 RRule size limited to 1460 2019-11-01 11:48:41 +00:00
rlanvin
4af70c3bd7 Replace static array variables with array constants 2019-09-01 20:11:52 +01:00
rlanvin
deed61e0c2 Remove unused code and fix outdated comments 2019-09-01 19:50:21 +01:00
rlanvin
e3d5f8c629 Add support for Windows timezone
Fix #69
2019-09-01 13:08:55 +01:00
rlanvin
c71d0f9251 Update CHANGELOG for new release 2019-01-15 05:31:37 +00:00
rlanvin
d7046ee3ce Update CHANGELOG 2019-01-14 13:09:04 +00:00
rlanvin
90af29e79b Add support for PHP 7.3 2019-01-14 02:04:42 +00:00
rlanvin
5e84e08893 Release 2.0.0-rc1 2019-01-13 16:48:29 +00:00
rlanvin
3d72c9efaf Add helpers methods
Ref #60
2019-01-13 13:44:01 +00:00
rlanvin
200b923c9e Add custom_path option to humanReadable
If the option is present, it'll first look for a file in this folder
before looking into the default folder.
Fix #56
2019-01-13 10:47:43 +00:00
rlanvin
7c93c0e48a Rewrite the core algorithm to use a generator
Drop compatibility with PHP < 5.6
Ref #43
2019-01-13 10:04:03 +00:00
rlanvin
1373df401e Release 1.6.3 2019-01-13 09:49:03 +00:00
rlanvin
539bc228f0 Release 1.6.2 2018-08-17 15:56:53 +01:00
rlanvin
44b820dd1b Add PHP 7.2 to Travis and update changelog 2018-04-13 10:24:21 +01:00
rlanvin
c543bda87d Release 1.6 2017-10-11 13:23:40 +01:00
rlanvin
d67a4bd27f Update travis.yml for PHP 5.3 2017-10-11 11:06:43 +01:00
rlanvin
fa48bc4fa2 Fix typo in variable name
Fix #34
2017-05-15 10:14:37 +01:00
rlanvin
c220aee917 Throw exception when passing float instead of int
e.g. INTERVAL=1.5
Before, it used to cast it silently
2017-05-09 17:02:03 +01:00
rlanvin
cdc95d51c9 Release 1.5 2017-05-07 20:33:11 +01:00
rlanvin
e2f42382d4 Add $dtstart optional arg when creating from a string 2017-05-06 13:37:26 +01:00
rlanvin
7437503a73 Add $limit to getOccurrences and getOccurencesBetween 2017-05-06 13:37:21 +01:00
rlanvin
59d9226618 Rename 'dtsart' option to 'include_start' in humanReadable 2017-04-11 16:55:46 +01:00
rlanvin
67d4a5dc98 Refactor RFC string parsing
Add the possibility to construct a RSet from a string
Ref #26
2017-04-11 16:44:50 +01:00
rlanvin
a6d01f4036 Make RFC parser more strict 2017-04-11 14:20:42 +01:00
rlanvin
9b4681793d Add explicit_infinite and dtstart options to humanReadable 2017-04-11 11:20:20 +01:00
rlanvin
4ca0c62e0a Update travis.yml for php 7 and 7.1 2017-03-29 15:06:47 +01:00
rlanvin
51c7c5c56d Fix bug in RFC parser generating a invalid timezone
strtoupper() was creating invalid timezone, which would make
humanreadable() fail.
2017-03-29 14:20:00 +01:00
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