Changeset 2876612
- Timestamp:
- 03/08/2023 03:45:04 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
r2876606 r2876612 4 4 Requires at least: 4.6 5 5 Tested up to: 6.0.1 6 Stable tag: 1.0. 26 Stable tag: 1.0.3 7 7 Requires PHP: 7.0 8 8 License: GPLv2 or later … … 26 26 ## Changelog 27 27 28 1.0. 2- 2023-03-0828 1.0.3 - 2023-03-08 29 29 - Fix add email 30 30 -
swipe-for-gravity-forms/trunk/includes/class-swipego-gf-gateway.php
r2876606 r2876612 466 466 } 467 467 468 if ($type == 'complete_ status') {468 if ($type == 'complete_payment') { 469 469 $form = GFAPI::get_form( $entry['form_id'] ); 470 470 $notifications = $this->get_notifications_to_send($form); -
swipe-for-gravity-forms/trunk/readme.txt
r2876606 r2876612 4 4 Requires at least: 4.6 5 5 Tested up to: 6.0.1 6 Stable tag: 1.0. 26 Stable tag: 1.0.3 7 7 Requires PHP: 7.0 8 8 License: GPLv2 or later … … 92 92 == Changelog == 93 93 94 = 1.0. 2- 2023-03-08 =94 = 1.0.3 - 2023-03-08 = 95 95 - Fix add email 96 96 -
swipe-for-gravity-forms/trunk/swipego-gf.php
r2876606 r2876612 3 3 * Plugin Name: Swipe for Gravity Forms 4 4 * Description: Swipe payment integration for Gravity Forms. 5 * Version: 1.0. 25 * Version: 1.0.3 6 6 * Requires at least: 4.6 7 7 * Requires PHP: 7.0
Note: See TracChangeset
for help on using the changeset viewer.