Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ level expires, the level will change to the default or drop completely.

## Changelog

### 2.1.0

* Capture an overriding alert title as meta.
* Improve spacing within the alerts meta panel.
* Update dependencies.
* Update phpstan level to 9.
* Require `custom-fields` support on alert post types.

### 2.0.1

* Update dependencies, coding standards.
Expand Down
2 changes: 1 addition & 1 deletion alerts.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Alerts
* Plugin URI: https://github.com/happyprime/alerts
* Description: Create manageable alert banners using the query loop.
* Version: 2.0.1
* Version: 2.1.0
* Requires at least: 6.1
* Requires PHP: 7.4
* Author: Happy Prime
Expand Down
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "happyprime/alerts",
"description": "Display alerts of various levels for a given amount of time.",
"version": "2.0.1",
"type": "wordpress-plugin",
"license": "GPLv2-or-later",
"minimum-stability": "stable",
Expand Down
19 changes: 11 additions & 8 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "happyprime-alerts",
"version": "2.0.1",
"version": "2.1.0",
"description": "Create manageable alert banners using the query loop.",
"author": "Happy Prime",
"license": "GPL-2.0-or-later",
Expand Down
12 changes: 10 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Contributors: happyprime, jeremyfelt, slocker, philcable
Tags: alerts
Requires at least: 6.1
Tested up to: 6.5
Stable tag: 2.0.1
Tested up to: 6.8
Stable tag: 2.1.0
License: GPLv2 or later
Requires PHP: 7.4

Expand All @@ -18,6 +18,14 @@ level expires, the level will change to the default or drop completely.

## Changelog

### 2.1.0

* Capture an overriding alert title as meta.
* Improve spacing within the alerts meta panel.
* Update dependencies.
* Update phpstan level to 9.
* Require `custom-fields` support on alert post types.

### 2.0.1

* Update dependencies, coding standards.
Expand Down