Changeset 1031115
- Timestamp:
- 11/23/2014 10:42:19 AM (11 years ago)
- Location:
- wpbizplugins-easy-admin-quick-menu/trunk
- Files:
-
- 3 edited
-
inc/custom-posttypes.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
wpbizplugins-easy-admin-quick-menu.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wpbizplugins-easy-admin-quick-menu/trunk/inc/custom-posttypes.php
r972386 r1031115 64 64 'publicly_queryable' => false, 65 65 'menu_icon' => plugins_url( '../assets/img/wpbizplugins-eaqm-menuicon.png', __FILE__ ), 66 'menu_position' => null,66 'menu_position' => 12, 67 67 'supports' => array( 'title' ), 68 68 'has_archive' => false -
wpbizplugins-easy-admin-quick-menu/trunk/readme.txt
r980050 r1031115 5 5 Requires at least: 3.7 6 6 Tested up to: 4.0 7 Stable tag: 1.2. 67 Stable tag: 1.2.7 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 82 82 = 1.2.6 = 83 83 * Bugfix release. Fixes a number of smaller bugs. 84 = 1.2.7 = 85 * Fix the menu entry occasionally not appearing. 84 86 == Upgrade Notice == 85 87 -
wpbizplugins-easy-admin-quick-menu/trunk/wpbizplugins-easy-admin-quick-menu.php
r972548 r1031115 4 4 Plugin URI: http://www.wpbizplugins.com 5 5 Description: Add a quick menu as a dashboard widget to your WordPress admin section. 6 Version: 1.2. 66 Version: 1.2.7 7 7 Author: Gabriel Nordeborn 8 8 Author URI: http://www.wpbizplugins.com
Note: See TracChangeset
for help on using the changeset viewer.