Changeset 2844059
- Timestamp:
- 01/05/2023 12:39:32 PM (3 years ago)
- Location:
- gf-pushover-add-on/trunk
- Files:
-
- 2 edited
-
gf-pushover-add-on.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
gf-pushover-add-on/trunk/gf-pushover-add-on.php
r2832218 r2844059 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 56 Version: 1.06 7 7 Author: wp2pgpmail 8 8 Author URI: https://wp2pgpmail.com … … 10 10 */ 11 11 12 define( 'GF_PUSHOVER_VERSION', '1.04' ); 12 define( 'GF_PUSHOVER_VERSION', '1.06' ); 13 14 include_once( ABSPATH . 'wp-admin/includes/plugin.php' ); 13 15 14 16 if ( is_plugin_active('gravityforms/gravityforms.php') ) { -
gf-pushover-add-on/trunk/readme.txt
r2832218 r2844059 6 6 Tested up to: 6.1 7 7 Requires PHP: 5.6 8 Stable tag: 1.0 58 Stable tag: 1.06 9 9 License: GPLv2 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 78 78 == Changelog == 79 79 80 = 1.06 = 81 * Fixing is_plugin_active() function call 82 83 80 84 = 1.05 = 81 85 * Fixing new notification creation
Note: See TracChangeset
for help on using the changeset viewer.