Changeset 3115315
- Timestamp:
- 07/10/2024 07:18:28 AM (21 months ago)
- Location:
- hey-notify
- Files:
-
- 4 edited
- 1 copied
-
tags/2.0.2 (copied) (copied from hey-notify/trunk)
-
tags/2.0.2/hey-notify.php (modified) (2 diffs)
-
tags/2.0.2/readme.txt (modified) (2 diffs)
-
trunk/hey-notify.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
hey-notify/tags/2.0.2/hey-notify.php
r3115121 r3115315 4 4 * Plugin URI: https://heynotifywp.com/ 5 5 * Description: Get notified when things happen in WordPress. 6 * Version: 2.0. 16 * Version: 2.0.2 7 7 * Author: FireTree Design, LLC <info@firetreedesign.com> 8 8 * Author URI: https://firetreedesign.com/ … … 20 20 } 21 21 22 define( 'HEY_NOTIFY_VERSION', '2.0. 1' );22 define( 'HEY_NOTIFY_VERSION', '2.0.2' ); 23 23 define( 'HEY_NOTIFY_PLUGIN_FILE', __FILE__ ); 24 24 define( 'HEY_NOTIFY_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); -
hey-notify/tags/2.0.2/readme.txt
r3115121 r3115315 5 5 Tested up to: 6.6 6 6 Requires PHP: 7.2 7 Stable tag: 2.0. 07 Stable tag: 2.0.2 8 8 License: GPLv2 or later 9 9 License URI: http://ww.gnu.org/licenses/gpl-2.0.html … … 77 77 == Changelog == 78 78 79 = 2.0.2 = 80 * Fixed version. 81 79 82 = 2.0.1 = 80 83 * Changed network requests to use `wp_safe_remote_post`. -
hey-notify/trunk/hey-notify.php
r3115121 r3115315 4 4 * Plugin URI: https://heynotifywp.com/ 5 5 * Description: Get notified when things happen in WordPress. 6 * Version: 2.0. 16 * Version: 2.0.2 7 7 * Author: FireTree Design, LLC <info@firetreedesign.com> 8 8 * Author URI: https://firetreedesign.com/ … … 20 20 } 21 21 22 define( 'HEY_NOTIFY_VERSION', '2.0. 1' );22 define( 'HEY_NOTIFY_VERSION', '2.0.2' ); 23 23 define( 'HEY_NOTIFY_PLUGIN_FILE', __FILE__ ); 24 24 define( 'HEY_NOTIFY_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); -
hey-notify/trunk/readme.txt
r3115121 r3115315 5 5 Tested up to: 6.6 6 6 Requires PHP: 7.2 7 Stable tag: 2.0. 07 Stable tag: 2.0.2 8 8 License: GPLv2 or later 9 9 License URI: http://ww.gnu.org/licenses/gpl-2.0.html … … 77 77 == Changelog == 78 78 79 = 2.0.2 = 80 * Fixed version. 81 79 82 = 2.0.1 = 80 83 * Changed network requests to use `wp_safe_remote_post`.
Note: See TracChangeset
for help on using the changeset viewer.