Plugin Directory

Changeset 2876620


Ignore:
Timestamp:
03/08/2023 04:02:41 PM (3 years ago)
Author:
teamswipe
Message:

Update Plugin

Location:
swipe-for-gravity-forms/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • swipe-for-gravity-forms/trunk/README.md

    r2876619 r2876620  
    44Requires at least: 4.6
    55Tested up to: 6.0.1
    6 Stable tag: 1.0.3
     6Stable tag: 1.0.4
    77Requires PHP: 7.0
    88License: GPLv2 or later
     
    2626## Changelog
    2727
    28 1.0.3 - 2023-03-08
     281.0.4 - 2023-03-08
    2929- Fix add email
    3030
  • swipe-for-gravity-forms/trunk/includes/class-swipego-gf-gateway.php

    r2876619 r2876620  
    467467       
    468468        if ($type == 'complete_payment') {
    469             swipego_gf_logger( __METHOD__ . sprintf( '(): start send notification #%d', $entry['form_id'] ) );
    470469            $form = GFAPI::get_form( $entry['form_id'] );
    471             swipego_gf_logger( __METHOD__ . sprintf( '(): init send notification #%d', $entry['form_id'] ) );
    472470            $notifications = $this->get_notifications_to_send($form);
    473             swipego_gf_logger( __METHOD__ . sprintf( '(): send notification #%d', $entry['form_id'] ) );
    474471            GFCommon::send_notifications($notifications, $form, $entry, true, 'form_submission');
    475             swipego_gf_logger( __METHOD__ . sprintf( '(): end send notification #%d', $entry['form_id'] ) );
    476472        }
    477473
  • swipe-for-gravity-forms/trunk/readme.txt

    r2876619 r2876620  
    44Requires at least: 4.6
    55Tested up to: 6.0.1
    6 Stable tag: 1.0.3
     6Stable tag: 1.0.4
    77Requires PHP: 7.0
    88License: GPLv2 or later
     
    9292== Changelog ==
    9393
    94 = 1.0.3 - 2023-03-08 =
     94= 1.0.4 - 2023-03-08 =
    9595- Fix add email
    9696
  • swipe-for-gravity-forms/trunk/swipego-gf.php

    r2876619 r2876620  
    33 * Plugin Name:       Swipe for Gravity Forms
    44 * Description:       Swipe payment integration for Gravity Forms.
    5  * Version:           1.0.3
     5 * Version:           1.0.4
    66 * Requires at least: 4.6
    77 * Requires PHP:      7.0
Note: See TracChangeset for help on using the changeset viewer.