Skip to content

Releases: devgeniem/acf-required-tabs

1.0.5

Choose a tag to compare

@villesiltala villesiltala released this 27 Apr 10:08

Fixed

  • A bug that threw an error when there were no ACF tabs used on a page.
  • The plugin is now initalized in the admin_init hook to fix the missing get_plugin_data function error.

1.0.4

Choose a tag to compare

@Nomafin Nomafin released this 17 Apr 11:58

Fixed

  • A bug where the menu editor page kept reloading with the plugin activated.

1.0.3

Choose a tag to compare

@Liblastic Liblastic released this 01 Feb 15:39
1d03826

[1.0.3] - 2018-02-01

Fixed

  • Fixed to call enqueue scripts in the admin_enqueue_scripts hook. Caused previously an exception.
  • Added a cleaner way to get plugin version.