diff options
author | yehudah <yehudah@b8457f37-d9ea-0310-8a92-e5e31aec5664> | 2017-11-17 13:03:43 +0000 |
---|---|---|
committer | yehudah <yehudah@b8457f37-d9ea-0310-8a92-e5e31aec5664> | 2017-11-17 13:03:43 +0000 |
commit | 0b244f7df855f16d1d767054bd7b728ef21462e9 (patch) | |
tree | 0a48cb82a796c6b7e2432741b03995cb2bae611e /Postman/PostmanViewController.php | |
parent | 238d3e53f51c4408581b4961924120ac008a2ae4 (diff) | |
download | Post-SMTP-0b244f7df855f16d1d767054bd7b728ef21462e9.zip |
= 1.7.8 - 2017-11-17
* = Menu Items grouping =
* Fixed: IP detection error in some web hosts
* Fixed: Link open in new page attribute = _blank
* Fixed: Replace deprecated PHP 7 functions.
* Updated: Validator TLD's list
* Added: Email log date and search filter.
* Added: Alert on sending error (Fallback to local mail)
* Added: Email body preview (not raw)
Diffstat (limited to 'Postman/PostmanViewController.php')
-rw-r--r-- | Postman/PostmanViewController.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Postman/PostmanViewController.php b/Postman/PostmanViewController.php index 2ce4d2b..9dd901d 100644 --- a/Postman/PostmanViewController.php +++ b/Postman/PostmanViewController.php @@ -56,7 +56,7 @@ if ( ! class_exists( 'PostmanViewController' ) ) { $this, 'outputDefaultContent', ); - $mainPostmanSettingsPage = add_options_page( $pageTitle, $pluginName, Postman::MANAGE_POSTMAN_CAPABILITY_NAME, $uniqueId, $pageOptions ); + $mainPostmanSettingsPage = add_menu_page( $pageTitle, $pluginName, Postman::MANAGE_POSTMAN_CAPABILITY_NAME, $uniqueId, $pageOptions ); // When the plugin options page is loaded, also load the stylesheet add_action( 'admin_print_styles-' . $mainPostmanSettingsPage, array( $this, |