Skip to content

Commit

Permalink
version 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
engram-design committed May 19, 2024
1 parent 8d99fbe commit 6adca0a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 13 deletions.
14 changes: 4 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,15 @@
# Changelog

## 5.0.0-beta.2 - 2024-03-22
## 5.0.0 - 2024-05-20

### Fixed
- Fix move handle size.
- Fix modal footers.
### Changed
- Now requires PHP `8.2.0+`.
- Now requires Craft `5.0.0+`.
- Update compatibility with Craft 5 menu changes.

### Removed
- Remove `subnavBehaviour` in favour of native Craft 5 menu updates.

## 5.0.0-beta.1 - 2024-03-04

### Changed
- Now requires PHP `8.2.0+`.
- Now requires Craft `5.0.0-beta.1+`.

## 4.0.12 - 2024-03-04

### Fixed
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": "verbb/cp-nav",
"description": "Manage the Craft Control Panel navigation.",
"type": "craft-plugin",
"version": "5.0.0-beta.2",
"version": "5.0.0",
"keywords": [
"craft",
"cms",
Expand All @@ -28,8 +28,8 @@
],
"require": {
"php": "^8.2",
"craftcms/cms": "^5.0.0-beta.1",
"verbb/base": "^3.0.0-beta.1"
"craftcms/cms": "^5.0.0",
"verbb/base": "^3.0.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 6adca0a

Please sign in to comment.