Skip to content

Releases: Screenfeed/sf-adminbar-tools

4.0.0

18 Jan 16:25
Compare
Choose a tag to compare
  • 2021/01/15
  • The plugin has been totally rewritten. It requires at least php 5.6 and WP 4.7, and is ready for WP 5.6.
  • Items' arrangement is a bit more clear, less cryptic.
  • Templates: if arguments are passed to the template via get_template_part() (new in WP 5.5), a "P" will appear at the right of the row: hovering this "P" will display these arguments.
  • Added: the value of the constants WP_MAX_MEMORY_LIMIT, SCRIPT_DEBUG, WP_DEBUG_LOG, and WP_DEBUG_DISPLAY. Also the WordPress' version.
  • About the lightbox displaying the value of $wp_query: this lightbow is now also used to display a user's data on a user's profile page (admin area). This lightbox can be filtered/extended to display anything you want in frontend or admin.
  • A new menu item "Code Tester" to test your code rapidly.
  • Improvement: this tool being displayed in the admin bar, some values were inaccurate or incomplete (everything happening after the admin bar wasn't taken into account). This has been fixed for the number of requests, page load time, admin hooks, and memory usage.
  • Fix: the plugin forces the admin bar to be printed at the bottom of the page on frontend, instead of using the new hook wp_body_open. This is done to be able to list all template parts.
  • The plugin is now using a template loader that can be filtered to customize the way everything is displayed.