Merge branch '5.0' into 5

This commit is contained in:
Steve Boyd 2023-05-04 13:26:33 +12:00
commit 91a7666f92
1 changed files with 7 additions and 6 deletions

View File

@ -3,15 +3,16 @@
[![CI](https://github.com/silverstripe/silverstripe-reports/actions/workflows/ci.yml/badge.svg)](https://github.com/silverstripe/silverstripe-reports/actions/workflows/ci.yml) [![CI](https://github.com/silverstripe/silverstripe-reports/actions/workflows/ci.yml/badge.svg)](https://github.com/silverstripe/silverstripe-reports/actions/workflows/ci.yml)
[![Silverstripe supported module](https://img.shields.io/badge/silverstripe-supported-0071C4.svg)](https://www.silverstripe.org/software/addons/silverstripe-commercially-supported-module-list/) [![Silverstripe supported module](https://img.shields.io/badge/silverstripe-supported-0071C4.svg)](https://www.silverstripe.org/software/addons/silverstripe-commercially-supported-module-list/)
## Installation
```sh
composer require silverstripe/reports
```
## Introduction ## Introduction
This module contains the API's for building Reports that are displayed in the This module contains the API's for building Reports that are displayed in the
Silverstripe backend. This module replaces the built-in reports API from earlier Silverstripe backend.
versions of Silverstripe (2.4 and 3.0).
## Requirements
* Silverstripe 4.0
## Troubleshooting ## Troubleshooting