Skip to content

Commit 87b7c35

Browse files
committed
version 5.0.0
1 parent 87e21c3 commit 87b7c35

2 files changed

Lines changed: 6 additions & 10 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,16 @@
11
# Changelog
22

3-
## 5.0.0-beta.2 - 2024-04-12
3+
## 5.0.0 - 2024-05-12
44

55
### Changed
6+
- Now requires PHP `8.2.0+`.
7+
- Now requires Craft `5.0.0+`.
68
- Increase the size of link storage past 400 characters.
79

810
### Fixed
911
- Fix an error when uninstalling the plugin.
1012
- Fix migration for `elementType`.
1113

12-
## 5.0.0-beta.1 - 2024-03-04
13-
14-
### Changed
15-
- Now requires PHP `8.2.0+`.
16-
- Now requires Craft `5.0.0-beta.1+`.
17-
1814
## 4.0.3 - 2024-04-10
1915

2016
### Fixed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "verbb/shortcut",
33
"description": "Simple URL shortening.",
44
"type": "craft-plugin",
5-
"version": "5.0.0-beta.2",
5+
"version": "5.0.0",
66
"keywords": [
77
"craft",
88
"cms",
@@ -30,8 +30,8 @@
3030
],
3131
"require": {
3232
"php": "^8.2",
33-
"craftcms/cms": "^5.0.0-beta.1",
34-
"verbb/base": "^3.0.0-beta.1"
33+
"craftcms/cms": "^5.0.0",
34+
"verbb/base": "^3.0.0"
3535
},
3636
"autoload": {
3737
"psr-4": {

0 commit comments

Comments
 (0)