This commit is contained in:
erwanlr
2019-03-30 11:11:19 +00:00
parent 07b3826806
commit d653ce4e0e
145 changed files with 42813 additions and 6 deletions

View File

@@ -0,0 +1,70 @@
# Changelog
## 1.9.1
* Enhancement: Code cleanup, ensuring WordPress 5.1 compatibility.
## 1.9.0
* Enhancement: Added Multisite support.
* Enhancement: Allows hiding the Try Gutenberg callout in WordPress 4.9.8.
## 1.8.0
* Enhancement: Widgets are now ordered by name on the settings screen.
## 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! Were 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.