Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ocean90 committed Mar 27, 2023
1 parent e74485d commit 24e19f0
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 31 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
### 3.0.0 - 2023-03-27 ###
* Added: Support for sending digest on first day of a month
* Changed: Bump minimum requirements to WordPress 6.0 and PHP 7.4

### 2.0.0 - 2021-06-02 ###
* Changed: Plugin rewrite
* Changed: Tested with WordPress 5.7
* Changed: Bump minimum requirements to WordPress 4.7 and PHP 5.6

### 1.2.1 - 2015-10-06 ###
* Fixed: A small issue with password notifications emails in WordPress 4.3.1. The behaviour changed slightly in that release.

### 1.2.0 - 2015-09-02 ###
* Fixed: Supports the new password notification emails introduced in WordPress 4.3
* Enhancement: Began writing user tests to ensure compatibility.

### 1.1.0 - 2015-06-30 ###
* Enhancement: Don’t include already processed items in the email.

### 1.0.0 - 2015-06-25 ###
* First release
38 changes: 7 additions & 31 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Digest Notifications #
Contributors: wearerequired, swissspidy, grapplerulrich, ocean90
Tags: admin, emails, comments, notification, updates
Requires at least: 4.7
Requires at least: 6.0
Tested up to: 6.2
Requires PHP: 5.6
Requires PHP: 7.4
Stable tag: 2.0.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -56,37 +56,13 @@ Developed by [required](https://required.com/).

## Changelog ##

### 3.0.0 - 2023-03-27 ###
* Added: Support for sending digest on first day of a month
* Changed: Bump minimum requirements to WordPress 6.0 and PHP 7.4

### 2.0.0 - 2021-06-02 ###
* Changed: Plugin rewrite
* Changed: Tested with WordPress 5.7
* Changed: Bump minimum requirements to WordPress 4.7 and PHP 5.6

### 1.2.1 - 2015-10-06 ###
* Fixed: A small issue with password notifications emails in WordPress 4.3.1. The behaviour changed slightly in that release.

### 1.2.0 - 2015-09-02 ###
* Fixed: Supports the new password notification emails introduced in WordPress 4.3
* Enhancement: Began writing user tests to ensure compatibility.

### 1.1.0 - 2015-06-30 ###
* Enhancement: Don’t include already processed items in the email.

### 1.0.0 - 2015-06-25 ###
* First release

## Upgrade Notice ##

### 2.0.0 ###
Plugin rewrite

### 1.2.1 ###
Includes a small bug fix for improved compatibility with WordPress 4.3.1.

### 1.2.0 ###
Now 100% compatible with WordPress 4.3. Update while it’s hot!

### 1.1.0 ###
Already moderated comments won’t be listed in the emails now.

### 1.0.0 ###
First release
For previous updates see [CHANGELOG.md](https://github.com/wearerequired/digest/blob/master/CHANGELOG.md).

0 comments on commit 24e19f0

Please # to comment.