Plugin Directory

Changeset 2844059


Ignore:
Timestamp:
01/05/2023 12:39:32 PM (3 years ago)
Author:
wp2pgpmail
Message:

Fixing is_plugin_active() function call

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

Legend:

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

    r2832218 r2844059  
    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.05
     6Version: 1.06
    77Author: wp2pgpmail
    88Author URI: https://wp2pgpmail.com
     
    1010*/
    1111
    12 define( 'GF_PUSHOVER_VERSION', '1.04' );
     12define( 'GF_PUSHOVER_VERSION', '1.06' );
     13
     14include_once( ABSPATH . 'wp-admin/includes/plugin.php' );
    1315
    1416if ( is_plugin_active('gravityforms/gravityforms.php') ) {
  • gf-pushover-add-on/trunk/readme.txt

    r2832218 r2844059  
    66Tested up to: 6.1
    77Requires PHP: 5.6
    8 Stable tag: 1.05
     8Stable tag: 1.06
    99License: GPLv2
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    7878== Changelog ==
    7979
     80= 1.06 =
     81* Fixing is_plugin_active() function call
     82
     83
    8084= 1.05 =
    8185* Fixing new notification creation
Note: See TracChangeset for help on using the changeset viewer.