Skip to content

Commit

Permalink
Update for Craft 5
Browse files Browse the repository at this point in the history
  • Loading branch information
antcooper committed Sep 2, 2024
1 parent d9f1f31 commit c52cd27
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6,747 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Nag Changelog

## 2.0.0 - 2024-09-01

- Update for Craft 5

## 1.0.4 - 2022-11-22

### Added
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Nag plugin for Craft CMS 4.x
# Nag plugin for Craft CMS

Nag is a Craft CMS plugin that sends an email notification to users on login. This is intended to alert users of unauthorized logins by a bad actor.

Follow the [@simplygoodwork](https://twitter.com/simplygoodwork) Twitter account for updates.

## Requirements

This plugin requires Craft CMS `4.0.0-alpha` or later.
This plugin requires Craft CMS `5.0.0` or later.

An email gateway is configured in **Settings → Email**.

Expand Down
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "simplygoodwork/craft-nag",
"description": "Email alerts in case of suspicious user logins",
"type": "craft-plugin",
"version": "1.0.4",
"version": "2.0.0",
"license": "MIT",
"keywords": [
"craft",
Expand All @@ -23,8 +23,7 @@
}
],
"require": {
"craftcms/cms": "^4.0",
"php": "^7.4|^8.0",
"craftcms/cms": "^5.0.0",
"matomo/device-detector": "^6.0"
},
"autoload": {
Expand Down
Loading

0 comments on commit c52cd27

Please sign in to comment.