Changeset 2363303
- Timestamp:
- 08/17/2020 05:26:34 PM (6 years ago)
- Location:
- freelance-admin-hider
- Files:
-
- 3 edited
- 5 copied
-
tags/0.2 (copied) (copied from freelance-admin-hider/trunk)
-
tags/0.2/freelance-admin-hider.php (copied) (copied from freelance-admin-hider/trunk/freelance-admin-hider.php) (2 diffs)
-
tags/0.2/functions.php (copied) (copied from freelance-admin-hider/trunk/functions.php) (1 diff)
-
tags/0.2/readme.txt (copied) (copied from freelance-admin-hider/trunk/readme.txt) (2 diffs)
-
tags/0.2/settings_page.php (copied) (copied from freelance-admin-hider/trunk/settings_page.php)
-
trunk/freelance-admin-hider.php (modified) (2 diffs)
-
trunk/functions.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
freelance-admin-hider/tags/0.2/freelance-admin-hider.php
r2322397 r2363303 7 7 * Author: Fabio Pacifici 8 8 * Text Domain: freelance-admin-hider 9 * Version: 0. 19 * Version: 0.2 10 10 * Author URI: https://fabiopacifici.com 11 11 * Plugin URI: https://plugins.fabiopacifici.com/freelance-admin-hider … … 29 29 # Remove admin menus 30 30 31 32 33 34 31 function fpah_is_not_admin() 35 32 { -
freelance-admin-hider/tags/0.2/functions.php
r2319222 r2363303 96 96 } 97 97 } 98 99 /* Remove Theme sniffer menu item */100 /* if (get_option('fpah_setting_hider_theme_sniffer') == 1) {101 remove_menu_page('/admin.php?page=theme-sniffer');102 if ($_SERVER['REQUEST_URI'] == "/wp-admin/admin.php?page=theme-sniffer") {103 $admin = home_url() . "/wp-admin";104 header('Location:' . $admin);105 exit();106 }107 } */108 109 /* Remove Admin Style menu item */110 /* if (get_option('fpah_setting_hider_admin_style') == 1) {111 remove_menu_page('admin.php?page=WordPress_Admin_Style');112 if ($_SERVER['REQUEST_URI'] == "/wp-admin/admin.php?page=WordPress_Admin_Style") {113 $admin = home_url() . "/wp-admin";114 header('Location:' . $admin);115 exit();116 }117 } */118 98 } 119 99 -
freelance-admin-hider/tags/0.2/readme.txt
r2319222 r2363303 4 4 Tags: admin, tools 5 5 Requires at least: 5.4 6 Tested up to: 5. 4.17 Stable tag: 0. 16 Tested up to: 5.5 7 Stable tag: 0.2 8 8 Requires PHP: 7.2 9 9 License: GPLv2 or later … … 77 77 == Changelog == 78 78 79 = 0.2 = 80 Release date: 18 August 2020 81 - Remove unused code inside teh freelance-admin-hider file. 82 - update the version to 0.2 in the plugin readme.txt file. 83 - update the tested up to 5.5 in the plugin readme.txt file. 84 79 85 = 0.1 = 80 86 First Stable Release -
freelance-admin-hider/trunk/freelance-admin-hider.php
r2322397 r2363303 7 7 * Author: Fabio Pacifici 8 8 * Text Domain: freelance-admin-hider 9 * Version: 0. 19 * Version: 0.2 10 10 * Author URI: https://fabiopacifici.com 11 11 * Plugin URI: https://plugins.fabiopacifici.com/freelance-admin-hider … … 29 29 # Remove admin menus 30 30 31 32 33 34 31 function fpah_is_not_admin() 35 32 { -
freelance-admin-hider/trunk/functions.php
r2319222 r2363303 96 96 } 97 97 } 98 99 /* Remove Theme sniffer menu item */100 /* if (get_option('fpah_setting_hider_theme_sniffer') == 1) {101 remove_menu_page('/admin.php?page=theme-sniffer');102 if ($_SERVER['REQUEST_URI'] == "/wp-admin/admin.php?page=theme-sniffer") {103 $admin = home_url() . "/wp-admin";104 header('Location:' . $admin);105 exit();106 }107 } */108 109 /* Remove Admin Style menu item */110 /* if (get_option('fpah_setting_hider_admin_style') == 1) {111 remove_menu_page('admin.php?page=WordPress_Admin_Style');112 if ($_SERVER['REQUEST_URI'] == "/wp-admin/admin.php?page=WordPress_Admin_Style") {113 $admin = home_url() . "/wp-admin";114 header('Location:' . $admin);115 exit();116 }117 } */118 98 } 119 99 -
freelance-admin-hider/trunk/readme.txt
r2319222 r2363303 4 4 Tags: admin, tools 5 5 Requires at least: 5.4 6 Tested up to: 5. 4.17 Stable tag: 0. 16 Tested up to: 5.5 7 Stable tag: 0.2 8 8 Requires PHP: 7.2 9 9 License: GPLv2 or later … … 77 77 == Changelog == 78 78 79 = 0.2 = 80 Release date: 18 August 2020 81 - Remove unused code inside teh freelance-admin-hider file. 82 - update the version to 0.2 in the plugin readme.txt file. 83 - update the tested up to 5.5 in the plugin readme.txt file. 84 79 85 = 0.1 = 80 86 First Stable Release
Note: See TracChangeset
for help on using the changeset viewer.