Plugin Directory

Changeset 2832218


Ignore:
Timestamp:
12/12/2022 09:26:10 AM (3 years ago)
Author:
wp2pgpmail
Message:

Fixing new notification creation

Location:
gf-pushover-add-on/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • gf-pushover-add-on/trunk/gf-pushover-add-on.js

    r2817109 r2832218  
    11jQuery(document).ready(function ($) {
    22    if ( $("#tab_notification").length > 0 && $("input[name=_gform_setting_service]").length > 0 ) {
    3         console.log( $("input[name=_gform_setting_service]").val() );
    43        if ( $("input[name=_gform_setting_service][value=pushover]").is(":checked") ) {
    5             console.log('test 3');
    6             $( "#_gform_setting_toType" ).val('email');
    74            $( "#gform_setting_toType" ).hide();
    8             $( "#_gform_setting_toEmail" ).val('{admin_email}');
     5            $( "#toEmail" ).val('{admin_email}');
    96            $( "#gform_setting_toEmail" ).hide();
    107            $( "#gform_setting_gform_pushover_user_token" ).insertBefore( $( "#gform_setting_toEmail" ) );
  • gf-pushover-add-on/trunk/gf-pushover-add-on.php

    r2817109 r2832218  
    44Plugin URI: https://wp2pgpmail.com/gravity-pushover/
    55Description: Get Gravity Forms submissions as instant push notifications on your phone or tablet with Pushover.
    6 Version: 1.04
     6Version: 1.05
    77Author: wp2pgpmail
    88Author URI: https://wp2pgpmail.com
  • gf-pushover-add-on/trunk/readme.txt

    r2817109 r2832218  
    66Tested up to: 6.1
    77Requires PHP: 5.6
    8 Stable tag: 1.04
     8Stable tag: 1.05
    99License: GPLv2
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    7878== Changelog ==
    7979
     80= 1.05 =
     81* Fixing new notification creation
     82
    8083= 1.04 =
    8184* Adding the new filter gform_notification_settings_fields introduced with Gravity Forms v2.5
Note: See TracChangeset for help on using the changeset viewer.