Skip to content

Commit

Permalink
Updates to 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gravity Forms committed May 17, 2024
1 parent 92cca69 commit 80000c3
Show file tree
Hide file tree
Showing 29 changed files with 51 additions and 39 deletions.
6 changes: 3 additions & 3 deletions breeze.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
Plugin Name: Gravity Forms Breeze Add-On
Plugin URI: https://gravityforms.com
Description: Integrates Gravity Forms with Breeze, allowing form submissions to be automatically sent to your Breeze account.
Version: 1.5
Version: 1.6.0
Author: Gravity Forms
Author URI: https://gravityforms.com
License: GPL-2.0+
Text Domain: gravityformsbreeze
Domain Path: /languages
------------------------------------------------------------------------
Copyright 2009-2020 Rocketgenius, Inc.
Copyright 2009-2024 Rocketgenius, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand All @@ -34,7 +34,7 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/

define( 'GF_BREEZE_VERSION', '1.5' );
define( 'GF_BREEZE_VERSION', '1.6.0' );

// If Gravity Forms is loaded, bootstrap the Breeze Add-On.
add_action( 'gform_loaded', array( 'GF_Breeze_Bootstrap', 'load' ), 5 );
Expand Down
5 changes: 4 additions & 1 deletion change_log.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 1.6.0 | 2024-05-16
- Added support for async (background) feed processing to improve form submission performance.

### 1.5 | 2020-09-24
- Added support for Gravity Forms 2.5.

Expand Down Expand Up @@ -27,4 +30,4 @@


### 1.0 | 2016-05-12
- It's all new!
- It's all new!
9 changes: 9 additions & 0 deletions class-gf-breeze.php
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,15 @@ class GF_Breeze extends GFFeedAddOn {
*/
protected $_capabilities = array( 'gravityforms_breeze', 'gravityforms_breeze_uninstall' );

/**
* Enabling background feed processing to prevent performance issues delaying form submission completion.
*
* @since 1.6
*
* @var bool
*/
protected $_async_feed_processing = true;

/**
* Returns an instance of this class, and stores it in the $_instance property.
*
Expand Down
Binary file removed languages/gravityformsbreeze-ar.mo
Binary file not shown.
Binary file removed languages/gravityformsbreeze-ca.mo
Binary file not shown.
Binary file removed languages/gravityformsbreeze-da_DK.mo
Binary file not shown.
Binary file removed languages/gravityformsbreeze-de_DE.mo
Binary file not shown.
Binary file removed languages/gravityformsbreeze-de_DE_formal.mo
Binary file not shown.
Binary file removed languages/gravityformsbreeze-en_AU.mo
Binary file not shown.
Binary file removed languages/gravityformsbreeze-en_GB.mo
Binary file not shown.
Binary file removed languages/gravityformsbreeze-es_ES.mo
Binary file not shown.
Binary file removed languages/gravityformsbreeze-fi.mo
Binary file not shown.
Binary file removed languages/gravityformsbreeze-fr_CA.mo
Binary file not shown.
Binary file removed languages/gravityformsbreeze-fr_FR.mo
Binary file not shown.
Binary file removed languages/gravityformsbreeze-he_IL.mo
Binary file not shown.
Binary file removed languages/gravityformsbreeze-hi_IN.mo
Binary file not shown.
Binary file removed languages/gravityformsbreeze-hu_HU.mo
Binary file not shown.
Binary file removed languages/gravityformsbreeze-it_IT.mo
Binary file not shown.
Binary file removed languages/gravityformsbreeze-ja.mo
Binary file not shown.
Binary file removed languages/gravityformsbreeze-nb_NO.mo
Binary file not shown.
Binary file removed languages/gravityformsbreeze-nl_BE.mo
Binary file not shown.
Binary file removed languages/gravityformsbreeze-nl_NL.mo
Binary file not shown.
Binary file removed languages/gravityformsbreeze-pt_BR.mo
Binary file not shown.
Binary file removed languages/gravityformsbreeze-pt_PT.mo
Binary file not shown.
Binary file removed languages/gravityformsbreeze-ru_RU.mo
Binary file not shown.
Binary file removed languages/gravityformsbreeze-sv_SE.mo
Binary file not shown.
Binary file removed languages/gravityformsbreeze-tr_TR.mo
Binary file not shown.
Binary file removed languages/gravityformsbreeze-zh_CN.mo
Binary file not shown.
70 changes: 35 additions & 35 deletions languages/gravityformsbreeze.pot
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# Copyright (C) 2020 Gravity Forms
# Copyright (C) 2024 Gravity Forms
# This file is distributed under the GPL-2.0+.
msgid ""
msgstr ""
"Project-Id-Version: Gravity Forms Breeze Add-On 1.5\n"
"Project-Id-Version: Gravity Forms Breeze Add-On 1.6.0\n"
"Report-Msgid-Bugs-To: https://gravityforms.com/support\n"
"Last-Translator: Gravity Forms <support@gravityforms.com>\n"
"Language-Team: Gravity Forms <support@gravityforms.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2020-09-24T18:02:41+00:00\n"
"POT-Creation-Date: 2024-05-16T14:56:23+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.4.0\n"
"X-Generator: WP-CLI 2.8.1\n"
"X-Domain: gravityformsbreeze\n"

#. Plugin Name of the plugin
Expand All @@ -31,111 +31,111 @@ msgstr ""
msgid "Gravity Forms"
msgstr ""

#: class-gf-breeze.php:185
#: class-gf-breeze.php:194
msgid "Create Breeze card only when payment is received."
msgstr ""

#: class-gf-breeze.php:207
#: class-gf-breeze.php:216
msgid "API Token"
msgstr ""

#: class-gf-breeze.php:215
#: class-gf-breeze.php:224
msgid "Breeze settings have been updated."
msgstr ""

#: class-gf-breeze.php:242
#: class-gf-breeze.php:251
msgid "Feed Name"
msgstr ""

#: class-gf-breeze.php:247
#: class-gf-breeze.php:281
#: class-gf-breeze.php:527
#: class-gf-breeze.php:256
#: class-gf-breeze.php:290
#: class-gf-breeze.php:536
msgid "Name"
msgstr ""

#: class-gf-breeze.php:247
#: class-gf-breeze.php:256
msgid "Enter a feed name to uniquely identify this setup."
msgstr ""

#: class-gf-breeze.php:251
#: class-gf-breeze.php:528
#: class-gf-breeze.php:260
#: class-gf-breeze.php:537
msgid "Breeze Project"
msgstr ""

#: class-gf-breeze.php:255
#: class-gf-breeze.php:264
msgid "Unable to retrieve Projects from Breeze."
msgstr ""

#: class-gf-breeze.php:260
#: class-gf-breeze.php:529
#: class-gf-breeze.php:269
#: class-gf-breeze.php:538
msgid "Breeze List"
msgstr ""

#: class-gf-breeze.php:264
#: class-gf-breeze.php:273
msgid "Unable to retrieve Project Lists from Breeze."
msgstr ""

#: class-gf-breeze.php:289
#: class-gf-breeze.php:298
msgid "Description"
msgstr ""

#: class-gf-breeze.php:294
#: class-gf-breeze.php:303
msgid "Due Date"
msgstr ""

#: class-gf-breeze.php:295
#: class-gf-breeze.php:304
msgid "days after today"
msgstr ""

#: class-gf-breeze.php:301
#: class-gf-breeze.php:310
msgid "Assign Users to Card"
msgstr ""

#: class-gf-breeze.php:303
#: class-gf-breeze.php:312
msgid "Unable to retrieve Project Users from Breeze."
msgstr ""

#: class-gf-breeze.php:310
#: class-gf-breeze.php:319
msgid "Feed Conditional Logic"
msgstr ""

#: class-gf-breeze.php:316
#: class-gf-breeze.php:319
#: class-gf-breeze.php:325
#: class-gf-breeze.php:328
msgid "Conditional Logic"
msgstr ""

#: class-gf-breeze.php:317
#: class-gf-breeze.php:326
msgid "Enable"
msgstr ""

#: class-gf-breeze.php:318
#: class-gf-breeze.php:327
msgid "Export to Breeze if"
msgstr ""

#: class-gf-breeze.php:319
#: class-gf-breeze.php:328
msgid "When conditional logic is enabled, form submissions will only be exported to Breeze when the condition is met. When disabled, all form submissions will be posted."
msgstr ""

#: class-gf-breeze.php:353
#: class-gf-breeze.php:362
msgid "Select a Breeze Project"
msgstr ""

#: class-gf-breeze.php:397
#: class-gf-breeze.php:406
msgid "Select a Breeze List"
msgstr ""

#: class-gf-breeze.php:464
#: class-gf-breeze.php:473
msgid "No Due Date"
msgstr ""

#: class-gf-breeze.php:634
#: class-gf-breeze.php:643
msgid "Feed was not processed because API was not initialized."
msgstr ""

#: class-gf-breeze.php:691
#: class-gf-breeze.php:700
msgid "Card could not be created because no name was provided."
msgstr ""

#: class-gf-breeze.php:700
#: class-gf-breeze.php:709
msgid "Card could not be created: "
msgstr ""

0 comments on commit 80000c3

Please sign in to comment.