Skip to content

Commit

Permalink
version 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
engram-design committed Apr 16, 2020
1 parent 519ef96 commit f72eabd
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.1.3 - 2020-04-16

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

## 2.1.2 - 2020-04-15

### Added
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/field-manager",
"description": "Manage your fields and field groups with ease with simple field or group cloning and quicker overall management.",
"type": "craft-plugin",
"version": "2.1.2",
"version": "2.1.3",
"keywords": [
"craft",
"cms",
Expand All @@ -26,7 +26,7 @@
],
"require": {
"craftcms/cms": "^3.1.0",
"verbb/base": "^1.0.0"
"verbb/base": "^1.0.2"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit f72eabd

Please sign in to comment.