Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
3.0.0 source code.tar.gz | 2025-04-17 | 26.2 kB | |
3.0.0 source code.zip | 2025-04-17 | 48.5 kB | |
README.md | 2025-04-17 | 544 Bytes | |
Totals: 3 Items | 75.3 kB | 1 |
What's Changed
- Removed dependency on spatie/enum and use PHP native enums
- Cleanup of the code base with PHPStan static analysis
- Rework of payload construction
- Use more modern PHP standards
- allow for zero-second durations. by @peccator085 in https://github.com/spatie/icalendar-generator/pull/150
You can find the upgrade notes in UPGRADING.MD
, should be a smooth update since the only breaking change are another enum convention.
Full Changelog: https://github.com/spatie/icalendar-generator/compare/2.9.2...3.0.0