Changeset 2876620
- Timestamp:
- 03/08/2023 04:02:41 PM (3 years ago)
- Location:
- swipe-for-gravity-forms/trunk
- Files:
-
- 4 edited
-
README.md (modified) (2 diffs)
-
includes/class-swipego-gf-gateway.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
swipego-gf.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
swipe-for-gravity-forms/trunk/README.md
r2876619 r2876620 4 4 Requires at least: 4.6 5 5 Tested up to: 6.0.1 6 Stable tag: 1.0. 36 Stable tag: 1.0.4 7 7 Requires PHP: 7.0 8 8 License: GPLv2 or later … … 26 26 ## Changelog 27 27 28 1.0. 3- 2023-03-0828 1.0.4 - 2023-03-08 29 29 - Fix add email 30 30 -
swipe-for-gravity-forms/trunk/includes/class-swipego-gf-gateway.php
r2876619 r2876620 467 467 468 468 if ($type == 'complete_payment') { 469 swipego_gf_logger( __METHOD__ . sprintf( '(): start send notification #%d', $entry['form_id'] ) );470 469 $form = GFAPI::get_form( $entry['form_id'] ); 471 swipego_gf_logger( __METHOD__ . sprintf( '(): init send notification #%d', $entry['form_id'] ) );472 470 $notifications = $this->get_notifications_to_send($form); 473 swipego_gf_logger( __METHOD__ . sprintf( '(): send notification #%d', $entry['form_id'] ) );474 471 GFCommon::send_notifications($notifications, $form, $entry, true, 'form_submission'); 475 swipego_gf_logger( __METHOD__ . sprintf( '(): end send notification #%d', $entry['form_id'] ) );476 472 } 477 473 -
swipe-for-gravity-forms/trunk/readme.txt
r2876619 r2876620 4 4 Requires at least: 4.6 5 5 Tested up to: 6.0.1 6 Stable tag: 1.0. 36 Stable tag: 1.0.4 7 7 Requires PHP: 7.0 8 8 License: GPLv2 or later … … 92 92 == Changelog == 93 93 94 = 1.0. 3- 2023-03-08 =94 = 1.0.4 - 2023-03-08 = 95 95 - Fix add email 96 96 -
swipe-for-gravity-forms/trunk/swipego-gf.php
r2876619 r2876620 3 3 * Plugin Name: Swipe for Gravity Forms 4 4 * Description: Swipe payment integration for Gravity Forms. 5 * Version: 1.0. 35 * Version: 1.0.4 6 6 * Requires at least: 4.6 7 7 * Requires PHP: 7.0
Note: See TracChangeset
for help on using the changeset viewer.