Skip to content

Commit 0c323fa

Browse files
committed
Bump version to 1.6.0 & update changelog [ci skip]
1 parent 1309d80 commit 0c323fa

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gravitykit/gravity-forms-zero-spam",
33
"description": "Enhance Gravity Forms to include effective anti-spam measures.",
4-
"version": "1.5.0",
4+
"version": "1.6.0",
55
"type": "wordpress-plugin",
66
"license": "GPL-2.0-or-later",
77
"require-dev": {

gravityforms-zero-spam.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Gravity Forms Zero Spam
44
* Plugin URI: https://www.gravitykit.com?utm_source=plugin&utm_campaign=zero-spam&utm_content=pluginuri
55
* Description: Enhance Gravity Forms to include effective anti-spam measures—without using a CAPTCHA.
6-
* Version: 1.5.0
6+
* Version: 1.6.0
77
* Author: GravityKit
88
* Author URI: https://www.gravitykit.com?utm_source=plugin&utm_campaign=zero-spam&utm_content=authoruri
99
* Requires PHP: 7.4

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gravity-forms-zero-spam",
3-
"version": "1.5.0",
3+
"version": "1.6.0",
44
"private": true,
55
"scripts": {
66
"build:css": "postcss assets/css/email-rejection.pcss -o dist/css/gf-zero-spam.css --no-map",

readme.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: gravityview
33
Tags: gravity forms, spam, captcha, honeypot, anti-spam
44
Requires at least: 4.7
55
Tested up to: 6.9.1
6-
Stable tag: 1.5.0
6+
Stable tag: 1.6.0
77
Requires PHP: 7.4
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -110,10 +110,10 @@ You can enable a spam summary report email. This email will be sent to the email
110110

111111
== Changelog ==
112112

113-
= develop =
113+
= 1.6.0 on February 27, 2026 =
114114

115-
* Fixed: "Prevent spam using Gravity Forms Zero Spam" toggle appeared twice in form settings
116115
* Improved: Removed dependency on jQuery
116+
* Fixed: "Prevent spam using Gravity Forms Zero Spam" toggle appeared twice in form settings
117117

118118
= 1.5.0 on February 26, 2026 =
119119

0 commit comments

Comments
 (0)