diff --git a/.gitattributes b/.gitattributes index 7bbd3d5..89bc42e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,7 +2,6 @@ /.gitattributes export-ignore /.github/ export-ignore /.gitignore export-ignore -/codeception.yml export-ignore /phpstan.neon export-ignore /tests/ export-ignore diff --git a/.github/workflows/code-analysis.yaml b/.github/workflows/code-analysis.yaml index 6731668..d4bf3fa 100644 --- a/.github/workflows/code-analysis.yaml +++ b/.github/workflows/code-analysis.yaml @@ -5,7 +5,6 @@ on: push: branches: - develop - - v5 workflow_dispatch: permissions: contents: read diff --git a/CHANGELOG.md b/CHANGELOG.md index 6778fda..8502e40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Release Notes for Snaptcha -## 5.0.0-beta.1 - 2024-02-19 +## 5.0.0 - 2024-04-08 ### Added -- Added compatibility with Craft 5.0.0. +- Added compatibility with Craft 5. diff --git a/composer.json b/composer.json index 63f93d6..7063d89 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "putyourlightson/craft-snaptcha", "description": "Automatically validates forms and prevents spam bots from submitting to your site.", - "version": "5.0.0-beta.1", + "version": "5.0.0", "type": "craft-plugin", "homepage": "https://putyourlightson.com/plugins/snaptcha", "license": "proprietary", @@ -14,7 +14,7 @@ ], "require": { "php": "^8.2", - "craftcms/cms": "^5.0.0-beta.1" + "craftcms/cms": "^5.0" }, "require-dev": { "craftcms/ecs": "dev-main", @@ -59,7 +59,7 @@ "developer": "PutYourLightsOn", "developerUrl": "https://putyourlightson.com/", "documentationUrl": "https://putyourlightson.com/plugins/snaptcha", - "changelogUrl": "https://raw.githubusercontent.com/putyourlightson/craft-snaptcha/v5/CHANGELOG.md", + "changelogUrl": "https://raw.githubusercontent.com/putyourlightson/craft-snaptcha/develop/CHANGELOG.md", "class": "putyourlightson\\snaptcha\\Snaptcha" } }