Skip to content

Prevent showing our customer notices in WP Admin #10

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Apr 16, 2020
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
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,25 @@ 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).

## [Unreleased]

### Fixed

* Don't attempt to display customer-facing notices in WP Admin ([#10]).

### Updated

* Updated PHPUnit to 7.x for all but PHP 7.0


## [Version 1.1.0] — 2020-04-15

### Added

* Include a "Limit Orders" section in the WooCommerce System Status Report ([#8]).
* Add GitHub issue templates and contributing documentation ([#5], [#6]).


## [Version 1.0.0] — 2020-03-27

Initial plugin release.
Expand All @@ -21,3 +33,4 @@ Initial plugin release.
[#5]: https://github.com/nexcess/limit-orders/pull/5
[#6]: https://github.com/nexcess/limit-orders/pull/6
[#8]: https://github.com/nexcess/limit-orders/pull/8
[#10]: https://github.com/nexcess/limit-orders/pull/10
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"dealerdirect/phpcodesniffer-composer-installer": "^0.6",
"php-stubs/woocommerce-stubs": "^4.0",
"phpcompatibility/phpcompatibility-wp": "*",
"phpunit/phpunit": "^6.5",
"phpunit/phpunit": "^6.5|^7.5",
"szepeviktor/phpstan-wordpress": "^0.6.0",
"wp-coding-standards/wpcs": "^2.2"
},
Expand Down
Loading