Changeset 3377085
- Timestamp:
- 10/12/2025 08:13:12 PM (6 months ago)
- Location:
- yournotify
- Files:
-
- 4 edited
-
tags/2.0.1/readme.txt (modified) (1 diff)
-
tags/2.0.1/yournotify.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/yournotify.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
yournotify/tags/2.0.1/readme.txt
r3242205 r3377085 4 4 Requires at least: 4.6 5 5 Tested up to: 6.7 6 Stable tag: 2.0.06 Stable tag: 1.1.4 7 7 License: GPLv3 or later 8 8 -
yournotify/tags/2.0.1/yournotify.php
r3242707 r3377085 4 4 * Plugin URI: https://yournotify.com 5 5 * Description: Yournotify WP Plugin to power your email and sms marketing communications with features to support (WooCommerce, Automation, SMTP, Subscriber Form) 6 * Version: 2.0.16 * Version: 1.1.4 7 7 * Author: Yournotify 8 8 * Author URI: https://yournotify.com … … 62 62 // Admin menu 63 63 function yournotify_add_admin_menu() { 64 add_menu_page('Yournotify Settings', 'Yournotify', 'manage_options', 'yournotify-settings', 'yournotify_settings_page');64 add_menu_page('Yournotify Settings','Yournotify','manage_options','yournotify','yournotify_settings_page_router'); 65 65 } 66 66 add_action('admin_menu', 'yournotify_add_admin_menu'); … … 94 94 new Yournotify_Optin(); 95 95 new Yournotify_Subscription(); 96 ?> 96 97 require_once __DIR__ . '/admin-settings-router.php'; -
yournotify/trunk/readme.txt
r3376881 r3377085 4 4 Requires at least: 4.6 5 5 Tested up to: 6.7 6 Stable tag: 1.1. 46 Stable tag: 1.1.6 7 7 License: GPLv3 or later 8 8 -
yournotify/trunk/yournotify.php
r3376881 r3377085 4 4 * Plugin URI: https://yournotify.com 5 5 * Description: Yournotify WP Plugin to power your email and sms marketing communications with features to support (WooCommerce, Automation, SMTP, Subscriber Form) 6 * Version: 1.1. 46 * Version: 1.1.6 7 7 * Author: Yournotify 8 8 * Author URI: https://yournotify.com … … 95 95 new Yournotify_Subscription(); 96 96 97 // load settings definition early so register_setting hooks attach before admin_init 98 require_once __DIR__ . '/admin-settings-tabbed.php'; 99 100 // router renders the UI 97 101 require_once __DIR__ . '/admin-settings-router.php';
Note: See TracChangeset
for help on using the changeset viewer.