Skip to content

Releases: teppokoivula/AdminBar

2.9.2

07 Mar 16:54
Compare
Choose a tag to compare

Fixed

  • Fixed a JavaScript issue where AdminBar attempted to access properties of null.

2.9.1

09 Jan 10:57
Compare
Choose a tag to compare

Fixed

  • Fixed a JavaScript issue where AdminBar content container was sometimes undefined.

2.9.0

03 Jan 10:23
Compare
Choose a tag to compare

Added

  • Added support for specifying the root content element with data-adminbar-content attribute. More details in README.md.

2.8.0

30 Mar 04:43
Compare
Choose a tag to compare

Added

  • Added new static flag AdminBar::$showBar for disabling AdminBar programmatically without the use of hooks.

2.7.2

20 Sep 18:14
Compare
Choose a tag to compare

Changed

  • New SVG loading animation for AdminBar iframe, README updates, and some loosely related CSS updates.

2.7.1

16 Jun 04:29
Compare
Choose a tag to compare

Fixed

  • Fixed an issue where AdminBar modal was unintentionally not closing after saving an unpublished page.

2.6.2

05 Aug 15:23
Compare
Choose a tag to compare

Fixed

  • Fixed a redirect issue occurring when a page with Repeater items was saved.

2.6.1

28 Jul 06:36
Compare
Choose a tag to compare

Fixed

  • Fixed an issue where old value stuck in Template object childTemplates property could cause fatal error.

2.6.0

17 May 20:18
Compare
Choose a tag to compare

Added

  • New module config setting for disabling Admin Bar when the site is in debug mode.
  • New hookable method AdminBar::isEnabled() for programmatically enabling/disabling Admin Bar.

2.5.0

17 May 19:14
Compare
Choose a tag to compare

Added

  • New module config setting for keeping the modal window open after page has been saved.