From 9fd768d5ad1cf35966eccb620c22b36f1982c434 Mon Sep 17 00:00:00 2001 From: Guy Sartorelli Date: Fri, 10 Mar 2023 12:21:29 +1300 Subject: [PATCH 1/6] MNT Update development dependencies --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 0e1711a..f9f594f 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ ], "require": { "php": "^7.4 || ^8.0", - "silverstripe/framework": "^4.10" + "silverstripe/framework": "4.13.x-dev" }, "require-dev": { "phpunit/phpunit": "^9.5", @@ -40,4 +40,4 @@ "license": "BSD-3-Clause", "minimum-stability": "dev", "prefer-stable": true -} +} \ No newline at end of file From 4971ddf3cb7135dc717461f719faeb3b58adf61e Mon Sep 17 00:00:00 2001 From: Guy Sartorelli Date: Fri, 10 Mar 2023 16:32:52 +1300 Subject: [PATCH 2/6] MNT Update release dependencies --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f9f594f..79b8fa7 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ ], "require": { "php": "^7.4 || ^8.0", - "silverstripe/framework": "4.13.x-dev" + "silverstripe/framework": "4.13.0-beta1" }, "require-dev": { "phpunit/phpunit": "^9.5", From 754bcee5dac2a71370932133f3978fd626873bb3 Mon Sep 17 00:00:00 2001 From: Guy Sartorelli Date: Fri, 10 Mar 2023 16:32:56 +1300 Subject: [PATCH 3/6] MNT Update development dependencies --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 79b8fa7..f9f594f 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ ], "require": { "php": "^7.4 || ^8.0", - "silverstripe/framework": "4.13.0-beta1" + "silverstripe/framework": "4.13.x-dev" }, "require-dev": { "phpunit/phpunit": "^9.5", From 3f62dfd4a4c2b2a69585aca7146d2082ab687bc4 Mon Sep 17 00:00:00 2001 From: Guy Sartorelli Date: Tue, 28 Mar 2023 10:23:53 +1300 Subject: [PATCH 4/6] FIX Don't use deprecated API --- _config.php | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 _config.php diff --git a/_config.php b/_config.php deleted file mode 100644 index 07d962b..0000000 --- a/_config.php +++ /dev/null @@ -1,14 +0,0 @@ - Date: Tue, 28 Mar 2023 17:02:59 +1300 Subject: [PATCH 5/6] MNT Revert erroneous dependency changes (#95) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f9f594f..1a50863 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ ], "require": { "php": "^7.4 || ^8.0", - "silverstripe/framework": "4.13.x-dev" + "silverstripe/framework": "^4.10" }, "require-dev": { "phpunit/phpunit": "^9.5", From 00869b67554d6afb279d2e14239a2189348a806d Mon Sep 17 00:00:00 2001 From: Guy Sartorelli Date: Wed, 19 Apr 2023 16:26:42 +1200 Subject: [PATCH 6/6] DOC Update README.md for CMS 5 --- README.md | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index c957849..017370d 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,12 @@ [![CI](https://github.com/silverstripe/silverstripe-spamprotection/actions/workflows/ci.yml/badge.svg)](https://github.com/silverstripe/silverstripe-spamprotection/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/) +## Installation + +```sh +composer require silverstripe/spamprotection +``` + ## Maintainer Contact * Saophalkun Ponlu @@ -11,16 +17,6 @@ * Will Rossiter -## Requirements - -Silverstripe 4.0+ - -**Note:** For Silverstripe 3.x, please use the [2.x release line](https://github.com/silverstripe/silverstripe-spamprotection/tree/2.0). - -## Install - -To install run `composer require silverstripe/spamprotection`. - ## Documentation This module provides a generic, consistent API for adding spam protection to