Changeset 2832218
- Timestamp:
- 12/12/2022 09:26:10 AM (3 years ago)
- Location:
- gf-pushover-add-on/trunk
- Files:
-
- 3 edited
-
gf-pushover-add-on.js (modified) (1 diff)
-
gf-pushover-add-on.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
gf-pushover-add-on/trunk/gf-pushover-add-on.js
r2817109 r2832218 1 1 jQuery(document).ready(function ($) { 2 2 if ( $("#tab_notification").length > 0 && $("input[name=_gform_setting_service]").length > 0 ) { 3 console.log( $("input[name=_gform_setting_service]").val() );4 3 if ( $("input[name=_gform_setting_service][value=pushover]").is(":checked") ) { 5 console.log('test 3');6 $( "#_gform_setting_toType" ).val('email');7 4 $( "#gform_setting_toType" ).hide(); 8 $( "# _gform_setting_toEmail" ).val('{admin_email}');5 $( "#toEmail" ).val('{admin_email}'); 9 6 $( "#gform_setting_toEmail" ).hide(); 10 7 $( "#gform_setting_gform_pushover_user_token" ).insertBefore( $( "#gform_setting_toEmail" ) ); -
gf-pushover-add-on/trunk/gf-pushover-add-on.php
r2817109 r2832218 4 4 Plugin URI: https://wp2pgpmail.com/gravity-pushover/ 5 5 Description: Get Gravity Forms submissions as instant push notifications on your phone or tablet with Pushover. 6 Version: 1.0 46 Version: 1.05 7 7 Author: wp2pgpmail 8 8 Author URI: https://wp2pgpmail.com -
gf-pushover-add-on/trunk/readme.txt
r2817109 r2832218 6 6 Tested up to: 6.1 7 7 Requires PHP: 5.6 8 Stable tag: 1.0 48 Stable tag: 1.05 9 9 License: GPLv2 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 78 78 == Changelog == 79 79 80 = 1.05 = 81 * Fixing new notification creation 82 80 83 = 1.04 = 81 84 * Adding the new filter gform_notification_settings_fields introduced with Gravity Forms v2.5
Note: See TracChangeset
for help on using the changeset viewer.