Skip to content

Commit 351c3de

Browse files
committed
Update changelog/version for 2.1.0
WordPress 5.9 compatability tested
1 parent 5ce6f97 commit 351c3de

File tree

4 files changed

+16
-5
lines changed

4 files changed

+16
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
### [2.1.0] - 2022-03-17
8+
9+
* Enhancement: Hide disbaled sidebar widgets when widget block editor is enabled.
10+
* Changed: Requires at least PHP 5.6 and WordPress 4.7.
11+
712
## [2.0.0] - 2020-02-02
813

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

8186
[Unreleased]: https://github.com/wearerequired/WP-Widget-Disable/compare/2.0.0...master
87+
[2.1.0]: https://github.com/wearerequired/WP-Widget-Disable/compare/2.0.0...2.1.0
8288
[2.0.0]: https://github.com/wearerequired/WP-Widget-Disable/compare/1.9.0...2.0.0
8389
[1.9.1]: https://github.com/wearerequired/WP-Widget-Disable/compare/1.9.0...1.9.1
8490
[1.9.0]: https://github.com/wearerequired/WP-Widget-Disable/compare/1.8.0...1.9.0

classes/class-wp-widget-disable.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class WP_Widget_Disable {
1010
/**
1111
* Plugin version.
1212
*/
13-
const VERSION = '2.0.0';
13+
const VERSION = '2.1.0';
1414

1515
/**
1616
* Sidebar widgets option key.

readme.txt

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
Contributors: wearerequired, neverything, swissspidy, ocean90, grapplerulrich
33
Tags: widgets, admin, dashboard, sidebar widgets, dashboard widgets, disable widgets
44
Requires at least: 4.7
5-
Tested up to: 5.8
5+
Tested up to: 5.9
66
Requires PHP: 5.6
7-
Stable tag: 2.0.0
7+
Stable tag: 2.1.0
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

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

4949
## Changelog
5050

51+
### 2.1.0 - 2022-03-17
52+
53+
* Enhancement: Hide disbaled sidebar widgets when widget block editor is enabled.
54+
* Changed: Requires at least PHP 5.6 and WordPress 4.7.
55+
5156
### 2.0.0 - 2020-02-02
5257

5358
* New: Allows removal of the "Browse Happy" and "PHP Update Required" widgets in the dashboard to suppress remote API requests.

wp-widget-disable.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
* Plugin Name: Widget Disable
44
* Plugin URI: https://required.com/services/wordpress-plugins/wp-widget-disable/
55
* 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.
6-
* Version: 2.0.0
6+
* Version: 2.1.0
77
* Author: required
88
* Author URI: https://required.com
99
* License: GPLv2+
1010
* Text Domain: wp-widget-disable
1111
*
12-
* Copyright (c) 2015-2020 required (email: support@required.ch)
12+
* Copyright (c) 2015-2022 required (email: support@required.ch)
1313
*
1414
* This program is free software; you can redistribute it and/or modify
1515
* it under the terms of the GNU General Public License, version 2 or, at

0 commit comments

Comments
 (0)