Skip to content

Commit

Permalink
Update changelog/version for 2.1.0
Browse files Browse the repository at this point in the history
WordPress 5.9 compatability tested
  • Loading branch information
grappler committed Mar 17, 2022
1 parent 5ce6f97 commit 351c3de
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

### [2.1.0] - 2022-03-17

* Enhancement: Hide disbaled sidebar widgets when widget block editor is enabled.
* Changed: Requires at least PHP 5.6 and WordPress 4.7.

## [2.0.0] - 2020-02-02

* New: Allows removal of the "Browse Happy" and "PHP Update Required" widgets in the dashboard to suppress remote API requests.
Expand Down Expand Up @@ -79,6 +84,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* German (de_DE) translations added.

[Unreleased]: https://github.com/wearerequired/WP-Widget-Disable/compare/2.0.0...master
[2.1.0]: https://github.com/wearerequired/WP-Widget-Disable/compare/2.0.0...2.1.0
[2.0.0]: https://github.com/wearerequired/WP-Widget-Disable/compare/1.9.0...2.0.0
[1.9.1]: https://github.com/wearerequired/WP-Widget-Disable/compare/1.9.0...1.9.1
[1.9.0]: https://github.com/wearerequired/WP-Widget-Disable/compare/1.8.0...1.9.0
Expand Down
2 changes: 1 addition & 1 deletion classes/class-wp-widget-disable.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class WP_Widget_Disable {
/**
* Plugin version.
*/
const VERSION = '2.0.0';
const VERSION = '2.1.0';

/**
* Sidebar widgets option key.
Expand Down
9 changes: 7 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
Contributors: wearerequired, neverything, swissspidy, ocean90, grapplerulrich
Tags: widgets, admin, dashboard, sidebar widgets, dashboard widgets, disable widgets
Requires at least: 4.7
Tested up to: 5.8
Tested up to: 5.9
Requires PHP: 5.6
Stable tag: 2.0.0
Stable tag: 2.1.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -48,6 +48,11 @@ None so far. But you can ask us any time on [twitter](https://twitter.com/wearer

## Changelog

### 2.1.0 - 2022-03-17

* Enhancement: Hide disbaled sidebar widgets when widget block editor is enabled.
* Changed: Requires at least PHP 5.6 and WordPress 4.7.

### 2.0.0 - 2020-02-02

* New: Allows removal of the "Browse Happy" and "PHP Update Required" widgets in the dashboard to suppress remote API requests.
Expand Down
4 changes: 2 additions & 2 deletions wp-widget-disable.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
* Plugin Name: Widget Disable
* Plugin URI: https://required.com/services/wordpress-plugins/wp-widget-disable/
* Description: Disable sidebar and dashboard widgets with an easy to use interface. Simply use the checkboxes provided under <strong>Appearance -> Disable Widgets</strong> and select the widgets you'd like to hide.
* Version: 2.0.0
* Version: 2.1.0
* Author: required
* Author URI: https://required.com
* License: GPLv2+
* Text Domain: wp-widget-disable
*
* Copyright (c) 2015-2020 required (email: [email protected])
* Copyright (c) 2015-2022 required (email: [email protected])
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License, version 2 or, at
Expand Down

0 comments on commit 351c3de

Please sign in to comment.