Skip to content

1.7.0

Compare
Choose a tag to compare
@awps awps released this 11 Feb 08:48
· 13 commits to master since this release
  • 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() or is_page();
  • Other bugs fixes