Skip to content

Commit 0c14bf0

Browse files
committed
3.0.0
Fixes #69
1 parent aa090b0 commit 0c14bf0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
66

7-
# Unreleased (3.0.0) - 2022-05-08
7+
## 3.0.0 - 2022-10-03
88

99
### Added
1010
- Craft 4 support

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "superbig/craft-audit",
33
"description": "Log adding/updating/deleting of elements",
44
"type": "craft-plugin",
5-
"version": "1.1.3",
5+
"version": "3.0.0",
66
"keywords": [
77
"craft",
88
"cms",
@@ -23,7 +23,7 @@
2323
],
2424
"require": {
2525
"php": "^8.0.2",
26-
"craftcms/cms": "^4.0.0-alpha.1",
26+
"craftcms/cms": "^4.0.0",
2727
"donatj/phpuseragentparser": "^0.9.0",
2828
"geoip2/geoip2": "^2.5"
2929
},

0 commit comments

Comments
 (0)