Skip to content

Commit

Permalink
2.3.0 (#14)
Browse files Browse the repository at this point in the history
* Update composer.json

I think I need this updated to work with a new scout, and element API requirement

* update league/fractal to 0.20.1

* Update version info

---------

Co-authored-by: Aaron Bushnell <aaron.bushnell@gmail.com>
  • Loading branch information
darinlarimore and aaronbushnell authored Apr 10, 2024
1 parent c1115da commit fb807ae
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 15 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.3.0 - 2024-04-10

### Added
- Update league/fractal to ^0.20.1

## 2.2.0 - 2023-09-29

### 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.2.0",
"version": "2.3.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.18.0"
"league/fractal": "^0.20.1"
},
"autoload": {
"psr-4": {
Expand Down
28 changes: 15 additions & 13 deletions composer.lock

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

0 comments on commit fb807ae

Please sign in to comment.