Skip to content

Commit

Permalink
Merge branch '3.0' into 3
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed May 4, 2023
2 parents 1d60972 + 56d652f commit 3e7365c
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,12 @@ trail is written into `LOG_AUTH` syslog facility through [Monolog](https://githu
* Page manipulations that may potentially affect the live site
* Security-related changes such as Members being added to groups or permission changes.

## Requirements

* Silverstripe ^4.0
* Monolog ~1.11

## Installation

```sh
composer require silverstripe/auditor ^2.0
composer require silverstripe/auditor
```

**Please note:** For a Silverstripe 3 compatible, please see [the 1.x release line](https://github.com/silverstripe/silverstripe-auditor/tree/1).

## Custom audit trail

You can add your own logs to the audit trail by accessing the `AuditLogger`, which is easiest done through the Injector:
Expand Down

0 comments on commit 3e7365c

Please sign in to comment.