Plugin Directory

Changeset 3115315


Ignore:
Timestamp:
07/10/2024 07:18:28 AM (21 months ago)
Author:
firetree
Message:

Update to version 2.0.2 from GitHub

Location:
hey-notify
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • hey-notify/tags/2.0.2/hey-notify.php

    r3115121 r3115315  
    44 * Plugin URI: https://heynotifywp.com/
    55 * Description: Get notified when things happen in WordPress.
    6  * Version: 2.0.1
     6 * Version: 2.0.2
    77 * Author: FireTree Design, LLC <info@firetreedesign.com>
    88 * Author URI: https://firetreedesign.com/
     
    2020}
    2121
    22 define( 'HEY_NOTIFY_VERSION', '2.0.1' );
     22define( 'HEY_NOTIFY_VERSION', '2.0.2' );
    2323define( 'HEY_NOTIFY_PLUGIN_FILE', __FILE__ );
    2424define( 'HEY_NOTIFY_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
  • hey-notify/tags/2.0.2/readme.txt

    r3115121 r3115315  
    55Tested up to: 6.6
    66Requires PHP: 7.2
    7 Stable tag: 2.0.0
     7Stable tag: 2.0.2
    88License: GPLv2 or later
    99License URI: http://ww.gnu.org/licenses/gpl-2.0.html
     
    7777== Changelog ==
    7878
     79= 2.0.2 =
     80* Fixed version.
     81
    7982= 2.0.1 =
    8083* Changed network requests to use `wp_safe_remote_post`.
  • hey-notify/trunk/hey-notify.php

    r3115121 r3115315  
    44 * Plugin URI: https://heynotifywp.com/
    55 * Description: Get notified when things happen in WordPress.
    6  * Version: 2.0.1
     6 * Version: 2.0.2
    77 * Author: FireTree Design, LLC <info@firetreedesign.com>
    88 * Author URI: https://firetreedesign.com/
     
    2020}
    2121
    22 define( 'HEY_NOTIFY_VERSION', '2.0.1' );
     22define( 'HEY_NOTIFY_VERSION', '2.0.2' );
    2323define( 'HEY_NOTIFY_PLUGIN_FILE', __FILE__ );
    2424define( 'HEY_NOTIFY_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
  • hey-notify/trunk/readme.txt

    r3115121 r3115315  
    55Tested up to: 6.6
    66Requires PHP: 7.2
    7 Stable tag: 2.0.0
     7Stable tag: 2.0.2
    88License: GPLv2 or later
    99License URI: http://ww.gnu.org/licenses/gpl-2.0.html
     
    7777== Changelog ==
    7878
     79= 2.0.2 =
     80* Fixed version.
     81
    7982= 2.0.1 =
    8083* Changed network requests to use `wp_safe_remote_post`.
Note: See TracChangeset for help on using the changeset viewer.