From fd0498f863c024cec22cfe2188aaf5a31173e09e Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Wed, 5 Oct 2022 11:34:48 -0600 Subject: [PATCH] prepare for rc1. release --- CHANGELOG.md | 4 ++-- blueprints.yaml | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b7e426..7b54e68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ -# v4.0.0 -## mm/dd/2022 +# v4.0.0-rc.1 +## 10/05/2022 1. [](#new) * Migrated from `Swiftmailer` (which has been deprecated) to `Symfony/Mailer`, a more modern and extensible mailing library. diff --git a/blueprints.yaml b/blueprints.yaml index 033f42d..7030c85 100644 --- a/blueprints.yaml +++ b/blueprints.yaml @@ -1,8 +1,8 @@ name: Email slug: email type: plugin -version: 3.2.0 -testing: false +version: 4.0.0-rc.1 +testing: true description: Enables the emailing system for Grav icon: envelope author: @@ -15,8 +15,8 @@ bugs: https://github.com/getgrav/grav-plugin-email/issues license: MIT dependencies: - - { name: grav, version: '>=1.7.32' } - - { name: form, version: '>=6.0.0' } + - { name: grav, version: '>=1.7.37' } + - { name: form, version: '>=7.0.0' } form: validation: loose