# Changelog

## 1.7.0

- Fixed: Improved messages when saving settings.
- Enhancement: Improved compatibility with latest versions of WordPress.
- Enhancement: Various accessibility improvements on the settings screen.

## 1.6.0

- Fixed: Re-added two filters to modify the available widgets.
- Fixed: Fixed the title of the Quick Draft widget
- Enhancement: Added compatibility with Antispam Bee.

## 1.5.0

- Enhancement: Translation improvements.
- Enhancement: Lots of simplification under the hood.

## 1.4.0

- New: Allows removal of the welcome panel in the dashboard.
- Fixed: Added some missing closing tags in the HTML.

## 1.3.0

* New: The widget list items are now translatable.
* Enhancement: Code cleanup, ensuring WordPress 4.3 compatibility.

## 1.2.0
* Fixed: Make the settings tabs a bit more robust and secure.
* Complete rewrite of the plugin using our `grunt-wp-plugin` boilerplate.
* Preparation for deployment on WordPress.org

## 1.1.2
* Fixed: Removed obsolete hooks that caused an error on plugin (de)activation.

## 1.1.1
* New: Repdigit version number.
* Fixed: Added correct changelog.
* Fixed: Properly translate "Select all" option.

## 1.1.0
* New: Get Dashboard Widgets without roundtrip to the dashboard first.
* New: "Select all" option to disable all widgets in one go.
* New: Added German (Switzerland) translation.
* Enhancement: Code cleanup! We’re doing more with less code now.
* Fixed: Lots of bugs and typos.

## 1.0.1
* Added proper textdomains to strings instead of $this->plugin_slug.
* Added README.md for better readability.
* Fixed an issue that prevented text domain from being loaded.

## 1.0.0
* Initial release of the working plugin.
* German (de_DE) translations added.