Skip to content

Releases: tfrommen/Dobby

1.4.0 - 2021-03-16

16 Mar 22:34
Compare
Choose a tag to compare

Relevant Changes

Changed

  • Update development dependencies.
  • Bump "Tested up to" header, see issue #12.

1.3.0 - 2017-09-20

20 Sep 13:57
Compare
Choose a tag to compare

This is a minor release including several improvements. Thanks for your contributions.

Relevant Changes

Added

  • Add PHP_CodeSniffer.

Changed

  • Adapt code according to PHP_CodeSniffer ruleset.
  • Pass custom selectors to JavaScript.

Fixed

  • Fix dismissible notices not being able to get dismissed, see issue #9.

1.2.1 - 2017-08-02

02 Aug 06:02
Compare
Choose a tag to compare

This is a patch release fixing one issue.

Relevant Changes

Fixed

  • Fix output buffering priority.

1.2.0 - 2017-07-30

30 Jul 18:54
Compare
Choose a tag to compare

1.1.1 - 2017-07-23

23 Jul 15:06
Compare
Choose a tag to compare

This is a patch update fixing one GitHub-related issue.

Relevant Changes

Fixed

  • Only ignore images for export (e.g., the generated ZIP file), see #5.

1.1.0 - 2017-07-17

17 Jul 20:01
Compare
Choose a tag to compare

This is a minor release including several improvements. Thanks for your contributions.

Relevant Changes

Added

  • Add \tfrommen\Dobby\FILTER_THRESHOLD to filter the minimum number of admin notices required for Dobby to take action, see #4.
  • Add ... ✨ MAGIC ✨.

Changed

  • Make Dobby reveal the captured admin notices once and for all instead of toggling them.
  • Make Dobby pick up the according notice level based on what admin notices he captured—error wins over warning, otherwise it is an info—see #3.

Fixed

  • Make Dobby also capture admin notices with only the error or updated class, see #2.

1.0.1 - 2017-07-17

17 Jul 06:12
Compare
Choose a tag to compare

This is a patch release including several fixes.

Relevant Changes

Changed

  • Move load_plugin_textdomain() call to where it actually is needed.

Fixed

  • Add missing Text Domain information in plugin header.
  • Fix typos.

1.0.0 - 2017-07-16

16 Jul 21:48
Compare
Choose a tag to compare

Initial release.