Skip to content

Commit fb807ae

Browse files
2.3.0 (#14)
* 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>
1 parent c1115da commit fb807ae

File tree

3 files changed

+22
-15
lines changed

3 files changed

+22
-15
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release Notes for Reporter
22

3+
## 2.3.0 - 2024-04-10
4+
5+
### Added
6+
- Update league/fractal to ^0.20.1
7+
38
## 2.2.0 - 2023-09-29
49

510
### Added

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "trendyminds/craft-reporter",
33
"description": "Export Craft data as CSVs in a snap",
44
"type": "craft-plugin",
5-
"version": "2.2.0",
5+
"version": "2.3.0",
66
"keywords": ["reports", "craft", "craft cms"],
77
"license": "MIT",
88
"authors": [
@@ -19,7 +19,7 @@
1919
"require": {
2020
"php": ">=8.0.2",
2121
"craftcms/cms": "^4.0.0",
22-
"league/fractal": "^0.18.0"
22+
"league/fractal": "^0.20.1"
2323
},
2424
"autoload": {
2525
"psr-4": {

composer.lock

Lines changed: 15 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)