We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf76d06 commit d779003Copy full SHA for d779003
CHANGELOG.md
@@ -2,6 +2,11 @@
2
3
Release notes for the OOPSpam Craft CMS plugin.
4
5
+## 1.3.3 - 2025-11-12
6
+### Changed
7
+- Fixed compatibility with both MySQL and PostgreSQL
8
+- Fixed the inability to use env vars for the api key
9
+
10
## 1.3.2 - 2025-09-23
11
### Changed
12
- Improved `spamScore` range field
composer.json
@@ -2,7 +2,7 @@
"name": "cloudgrayau/oopspam",
"description": "OOPSpam Anti-Spam for Craft CMS",
"type": "craft-plugin",
- "version": "1.3.2",
+ "version": "1.3.3",
"keywords": [
"craft",
"cms",
0 commit comments