Skip to content

Commit

Permalink
Merge branch 'release/4.0.0' into v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Welch committed Jun 29, 2022
2 parents 91c68eb + 15970b2 commit bb237a0
Show file tree
Hide file tree
Showing 4 changed files with 427 additions and 413 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# iCalendar Changelog

## 4.0.0 - 2022.06.29
### Added
* Initial Craft CMS 4 release

### Changed
* Bump `johngrogg/ics-parser` to `^3.0.0` ([#32](https://github.com/nystudio107/craft-icalendar/issues/32))

## 4.0.0-beta.1 - 2022.03.27

### Added
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "nystudio107/craft-icalendar",
"description": "Tools for parsing & formatting the RFC 2445 iCalendar (.ics) specification",
"type": "craft-plugin",
"version": "4.0.0-beta.1",
"version": "4.0.0",
"keywords": [
"craft",
"cms",
Expand All @@ -23,8 +23,8 @@
}
],
"require": {
"craftcms/cms": "^4.0.0-beta.1",
"johngrogg/ics-parser": "^2.1.0"
"craftcms/cms": "^4.0.0",
"johngrogg/ics-parser": "^3.0.0"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit bb237a0

Please sign in to comment.