Skip to content

Commit

Permalink
version 2.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
engram-design committed Apr 16, 2020
1 parent c29124c commit 3dffae9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 2.2.4 - 2020-04-16

### Fixed
- Fix logging error `Call to undefined method setFileLogging()`.

## 2.2.3 - 2020-04-15

### Changed
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "verbb/gift-voucher",
"description": "Plugin for Craft Commerce implementing gift vouchers.",
"type": "craft-plugin",
"version": "2.2.3",
"version": "2.2.4",
"keywords": [
"craft",
"cms",
Expand All @@ -27,7 +27,7 @@
"require": {
"craftcms/cms": "^3.4.0",
"craftcms/commerce": "^3.0.0",
"verbb/base": "^1.0.0"
"verbb/base": "^1.0.2"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 3dffae9

Please sign in to comment.