Skip to content

Commit

Permalink
v4.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kjmartens committed Mar 30, 2022
1 parent a907303 commit 2a63c10
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 23 deletions.
26 changes: 6 additions & 20 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Solspace Calendar Changelog

## 4.0.0-beta.1 - 2022-03-30

### Added
- Added compatibility with Craft 4.x.

## 3.3.9 - 2022-03-01

### Fixed
Expand Down Expand Up @@ -556,23 +561,4 @@
## 2.0.0-beta.1 - 2018-03-09

### Added
- Added compatibility for Craft 3.x.

## 4.0.0-beta.1 - 2022-03-28

### Added
- Added compatibility for Craft 4.x.
- Upgraded existing composer packages
- Added required PHP 8 type declarations to meet Craft 4 plugin requirements
- Added `allowAdd`, `allowReorder` and `allowDelete` to `forms.editableTableField`
- Replaced undefined `Craft\DateTime` with `DateTime`
- Replaced deprecated `asErrorJson` with `asFailure`
- Replaced deprecated `anyStatus` with `status(null)`
- Replaced deprecated `createSlug` with `normalizeSlug`
- Replaced `$event->permissions` with required heding and permission key/values
- Replaced `getFieldLayout()->getFields()` with `getFieldLayout()->getCustomFields()`
- Replaced `Craft.postActionRequest` with `Craft.sendActionRequest`
- Updated duplicate calendar to support new field layout structure
- Removed redundent reference to `self::$settingsModel` in `SettingsService`
- Removed deprecated `enabledForSite` (replaced by `status`)
- Removed PHP CS Fixer v2 since it doesnt play nicely with PHP 8
- Added compatibility for Craft 3.x.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "solspace/craft3-calendar",
"description": "The most reliable and powerful event management plugin for Craft.",
"version": "4.0.0-alpha.1",
"version": "4.0.0-beta.1",
"type": "craft-plugin",
"authors": [
{
Expand All @@ -11,7 +11,7 @@
],
"require": {
"php": "^8.0.2",
"craftcms/cms": "^4.0.0-beta",
"craftcms/cms": "^4.0.0-beta.1",
"rlanvin/php-rrule": "~1.6.0",
"symfony/property-access": "^2.8|^3.0|^4.0|^5.0",
"symfony/finder": "^2.8|^3.0|^4.0|^5.0",
Expand All @@ -36,7 +36,7 @@
"post-update-cmd": "cghooks update"
},
"extra": {
"schemaVersion": "3.3.2",
"schemaVersion": "4.0.0",
"handle": "calendar",
"class": "Solspace\\Calendar\\Calendar",
"name": "Calendar",
Expand Down

0 comments on commit 2a63c10

Please sign in to comment.