Skip to content

Releases: markoheijnen/tabify-edit-screen

1.0.0

28 Feb 13:52
Compare
Choose a tag to compare
  • Fixed PHP and WordPress warnings
  • Arguments for filter tabify_default_metaboxes changed
  • Deprecated filter tabify_default_metaboxes_$post_type
  • Improved detection layer a bit. It's still not perfect and will be addressed in 1.1.0
  • Action tabify_settings got changed

0.9.7

07 Feb 13:28
Compare
Choose a tag to compare
  • Fix on/off switch.

Version 0.9.6

21 Nov 18:05
Compare
Choose a tag to compare
  • Added on/off switch.
  • Prevent empty tabs from showing.
  • Make the filter 'tabify_tab_posttype_tabs' works. Reported by junander.
  • Removed unused code.
  • Started cleanup for version 1.0.0
  • Compatibility check with WordPress 4.7

Release 0.9.5

03 Mar 19:26
Compare
Choose a tag to compare
  • Only load features once. Caused when plugins set a new current_screen.

Release 0.9.4

03 Mar 19:22
Compare
Choose a tag to compare
  • Rewrite of smart meta box detection to use Javascript instead.
  • Clear Detection cache on needed moments.
  • Increase caching time for smart detection to a week.
  • Disabled plugin support which accidentally got enabled in 0.9.3
  • Ability to enable/disable the post types tabs through the filter 'tabify_tab_posttype_show'
  • Fix notices on WooCommerce install screen
  • Check if metaboxes got removed to prevent notices
  • Remove action ‘tabify_tabs’ due to same filter.

Version 0.9.3

18 Feb 15:37
Compare
Choose a tag to compare
  • Fix undefined notice on settings page. Props Juliette Reinders Folmer
  • Fix typo in detection transient name. Props Juliette Reinders Folmer
  • Fix vertical tabs on setting page display next to each other in WordPress 4.4
  • Added back plugin support with filter 'tabify_plugin_support'

Version 0.9.1

14 Nov 20:25
Compare
Choose a tag to compare
  • Fix issue with older WordPress version
  • Expire detection transient after 24 hours

Version 0.9.0

14 Nov 18:41
Compare
Choose a tag to compare
  • Add ability to set permission based on user role per tab. Sponsored by NW Consulting
  • Added smart meta box detection
  • Removed the filter 'tabify_plugin_support'
  • New filter 'tabify_tabs_tab_title' which can be used to translate the tab title
  • Code clean ups
  • Updated readme info with new donate link
  • Tested up to WordPress 4.4

0.8.2

28 Jul 19:42
Compare
Choose a tag to compare
  • Make the settings UI responsive and made some other little UI improvements.
  • Additional plugin support for WordPress SEO