We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 575f1b0 commit 6341a87Copy full SHA for 6341a87
CHANGELOG.md
@@ -1,10 +1,10 @@
1
# Changelog
2
3
-## 5.0.0-beta.1 - 2024-03-04
+## 5.0.0 - 2024-05-11
4
5
### Changed
6
- Now requires PHP `8.2.0+`.
7
-- Now requires Craft `5.0.0-beta.1+`.
+- Now requires Craft `5.0.0+`.
8
9
## 4.0.1 - 2023-10-25
10
composer.json
@@ -2,7 +2,7 @@
"name": "verbb/bugsnag",
"description": "Log errors/exceptions to Bugsnag.",
"type": "craft-plugin",
- "version": "5.0.0-beta.1",
+ "version": "5.0.0",
"keywords": [
"craft",
"cms",
@@ -30,9 +30,9 @@
30
],
31
"require": {
32
"php": "^8.2",
33
- "craftcms/cms": "^5.0.0-beta.1",
+ "craftcms/cms": "^5.0.0",
34
"bugsnag/bugsnag": "^3.16.0",
35
- "verbb/base": "^3.0.0-beta.1"
+ "verbb/base": "^3.0.0"
36
},
37
"autoload": {
38
"psr-4": {
0 commit comments