All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
1.4.0 - 2021-03-16
- Update development dependencies.
- Bump "Tested up to" header, see issue #12.
1.3.0 - 2017-09-20
- Add PHP_CodeSniffer.
- Adapt code according to PHP_CodeSniffer ruleset.
- Pass custom selectors to JavaScript.
- Fix dismissible notices not being able to get dismissed, see issue #9.
1.2.1 - 2017-08-02
- Fix output buffering priority.
1.2.0 - 2017-07-30
WordPress.org release.
1.1.1 - 2017-07-23
- Only ignore images for export (e.g., the generated ZIP file), see #5.
1.1.0 - 2017-07-17
- Add
\tfrommen\Dobby\FILTER_THRESHOLD
to filter the minimum number of admin notices required for Dobby to take action, see #4. - Add ... ✨ MAGIC ✨.
- 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.
- Make Dobby also capture admin notices with only the
error
orupdated
class, see #2.
1.0.1 - 2017-07-17
- Move
load_plugin_textdomain()
call to where it actually is needed.
- Add missing
Text Domain
information in plugin header. - Fix typos.
Initial release.