Skip to content

Commit 30ac56f

Browse files
committed
Bump version to 1.7.5 & update changelog [ci skip]
1 parent beee122 commit 30ac56f

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

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.7.4
6+
* Version: 1.7.5
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

includes/class-gf-zero-spam.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ public function enqueue_script( $form_string, $form ) {
293293
* built at print time, after all forms on the page (including those
294294
* rendered via wp_footer by themes and plugins) have been collected.
295295
*
296-
* @since TBD
296+
* @since 1.7.5
297297
*
298298
* @param string $tag The script tag HTML.
299299
* @param string $handle The script handle.

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.7.4",
3+
"version": "1.7.5",
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ You can enable a spam summary report email. This email will be sent to the email
110110

111111
== Changelog ==
112112

113-
= develop =
113+
= 1.7.5 on April 9, 2026 =
114114

115115
* Fixed: Forms rendered in modals or other elements output via `wp_footer` (e.g., site-wide popups, slide-ins) were missing the spam prevention token, causing legitimate submissions to be flagged as spam
116116

0 commit comments

Comments
 (0)