Releases: tfrommen/Dobby
Releases · tfrommen/Dobby
1.4.0 - 2021-03-16
1.3.0 - 2017-09-20
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
This is a patch release fixing one issue.
Relevant Changes
Fixed
- Fix output buffering priority.
1.2.0 - 2017-07-30
1.1.1 - 2017-07-23
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
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
orupdated
class, see #2.
1.0.1 - 2017-07-17
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
Initial release.