Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dump dev dependencies, update changelog #168

Merged
merged 13 commits into from
Mar 1, 2023
Next Next commit
Update changelog
  • Loading branch information
alies-dev committed Dec 11, 2022
commit 9d0a9504126f4427af9ffade0952f450d6cccea4
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

All notable changes to `calendar-links` will be documented in this file

## 1.8.2 - 2022-12-11
### Changed
- ICS: Use `DESCRIPTION` instead of `X-ALT-DESC` (as it has better support) by @cdubz in #158
- Chore: fix tests, fix and improve CI

## 1.8.1 - 2022-12-01
### Changed
- Remove PHP 7.4 support
- Update dependencies

## 1.8.0 - 2022-08-20
### Changed
- ICS: Add `PRODID` and `DTSTAMP` required parameters to make ICS valid by @makbeta
Expand Down