Skip to content

Commit

Permalink
Require Craft ^5.3.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ttempleton committed Aug 1, 2024
1 parent 3a08cb1 commit d07ba93
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
- Added `benf\neo\console\controllers\BlockTypesController::actionConvertToEntryType()` (`php craft neo/block-types/convert-to-entry-type` console command)

### Changed
- Neo now requires Craft 5.3.0-beta.1 or later
- `benf\neo\services\Conversion::convertBlockTypeToEntryType()` now has a `$save` argument
- Blocks now begin life as unpublished drafts

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"rss": "https://github.com/spicywebau/craft-neo/commits/5.x.atom"
},
"require": {
"craftcms/cms": "^5.0.0",
"craftcms/cms": "^5.3.0-beta.1",
"php": "^8.2"
},
"autoload": {
Expand Down
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ composer require spicyweb/craft-neo
## Requirements

### Craft version
Neo 5 requires Craft CMS 5.
Neo requires Craft CMS 5.3.0-beta.1 or later.

### Browser support
Neo supports the same [browsers and versions that Craft CMS 5 supports](https://craftcms.com/docs/5.x/requirements.html#control-panel-browser-requirements). While Neo may work on browsers outside of those listed, this list is what Neo explicitly supports. The best option is to use an up-to-date major browser.

0 comments on commit d07ba93

Please sign in to comment.