Skip to content

Commit 80000c3

Browse files
author
Gravity Forms
committed
Updates to 1.6.0
1 parent 92cca69 commit 80000c3

29 files changed

Lines changed: 51 additions & 39 deletions

breeze.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
Plugin Name: Gravity Forms Breeze Add-On
1010
Plugin URI: https://gravityforms.com
1111
Description: Integrates Gravity Forms with Breeze, allowing form submissions to be automatically sent to your Breeze account.
12-
Version: 1.5
12+
Version: 1.6.0
1313
Author: Gravity Forms
1414
Author URI: https://gravityforms.com
1515
License: GPL-2.0+
1616
Text Domain: gravityformsbreeze
1717
Domain Path: /languages
1818
1919
------------------------------------------------------------------------
20-
Copyright 2009-2020 Rocketgenius, Inc.
20+
Copyright 2009-2024 Rocketgenius, Inc.
2121
2222
This program is free software; you can redistribute it and/or modify
2323
it under the terms of the GNU General Public License as published by
@@ -34,7 +34,7 @@
3434
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
3535
*/
3636

37-
define( 'GF_BREEZE_VERSION', '1.5' );
37+
define( 'GF_BREEZE_VERSION', '1.6.0' );
3838

3939
// If Gravity Forms is loaded, bootstrap the Breeze Add-On.
4040
add_action( 'gform_loaded', array( 'GF_Breeze_Bootstrap', 'load' ), 5 );

change_log.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### 1.6.0 | 2024-05-16
2+
- Added support for async (background) feed processing to improve form submission performance.
3+
14
### 1.5 | 2020-09-24
25
- Added support for Gravity Forms 2.5.
36

@@ -27,4 +30,4 @@
2730

2831

2932
### 1.0 | 2016-05-12
30-
- It's all new!
33+
- It's all new!

class-gf-breeze.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,15 @@ class GF_Breeze extends GFFeedAddOn {
152152
*/
153153
protected $_capabilities = array( 'gravityforms_breeze', 'gravityforms_breeze_uninstall' );
154154

155+
/**
156+
* Enabling background feed processing to prevent performance issues delaying form submission completion.
157+
*
158+
* @since 1.6
159+
*
160+
* @var bool
161+
*/
162+
protected $_async_feed_processing = true;
163+
155164
/**
156165
* Returns an instance of this class, and stores it in the $_instance property.
157166
*

languages/gravityformsbreeze-ar.mo

-1.09 KB
Binary file not shown.

languages/gravityformsbreeze-ca.mo

-3.18 KB
Binary file not shown.
-3.08 KB
Binary file not shown.
-3.15 KB
Binary file not shown.
-1.19 KB
Binary file not shown.
-3.01 KB
Binary file not shown.
-3.01 KB
Binary file not shown.

0 commit comments

Comments
 (0)