1.7.0
- User meta menu item from admin bar now redirects to the user meta directly if it's accessed from a page which returns true to
is_author()
; - Added "Post Meta" tab.
- The new post meta menu item from the admin bar now redirects to the post meta directly if it's accessed from a page that returns true to
is_singular()
oris_page()
; - Other bugs fixes