Skip to content

Commit

Permalink
5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bencroker committed Apr 8, 2024
1 parent 072c7ca commit a677cc2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
1 change: 0 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
/.gitattributes export-ignore
/.github/ export-ignore
/.gitignore export-ignore
/codeception.yml export-ignore
/phpstan.neon export-ignore
/tests/ export-ignore

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/code-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
push:
branches:
- develop
- v5
workflow_dispatch:
permissions:
contents: read
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down Expand Up @@ -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"
}
}

0 comments on commit a677cc2

Please sign in to comment.