Skip to content

Commit

Permalink
Downgrade league/fractal to ^0.18.0 to play nicely with Element API (#11
Browse files Browse the repository at this point in the history
)
  • Loading branch information
aaronbushnell authored Sep 29, 2023
1 parent bb12749 commit 4f6a74d
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 16 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release Notes for Reporter

## 2.1.0 - 2023-09-29

### Fixed
- Downgrade league/fractal to ^0.18.0 to play nicely with Element API

## 2.0.0 - 2023-06-22

### 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": "trendyminds/craft-reporter",
"description": "Export Craft data as CSVs in a snap",
"type": "craft-plugin",
"version": "2.0.0",
"version": "2.1.0",
"keywords": ["reports", "craft", "craft cms"],
"license": "MIT",
"authors": [
Expand All @@ -19,7 +19,7 @@
"require": {
"php": ">=8.0.2",
"craftcms/cms": "^4.0.0",
"league/fractal": "^0.20.1"
"league/fractal": "^0.18.0"
},
"autoload": {
"psr-4": {
Expand Down
26 changes: 12 additions & 14 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4f6a74d

Please sign in to comment.