Skip to content

Commit c1af6c6

Browse files
Merge pull request #11 from nexcess/release/v1.1.1
Version 1.1.1
2 parents 8a92cae + 7505959 commit c1af6c6

File tree

7 files changed

+162
-172
lines changed

7 files changed

+162
-172
lines changed

Diff for: CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,25 @@ All notable changes to this project will be documented in this file.
33

44
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).
55

6+
## [Version 1.1.1] — 2020-04-16
7+
8+
### Fixed
9+
10+
* Don't attempt to display customer-facing notices in WP Admin ([#10]).
11+
12+
### Updated
13+
14+
* Updated PHPUnit to 7.x for all but PHP 7.0
15+
16+
617
## [Version 1.1.0] — 2020-04-15
718

819
### Added
920

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

24+
1325
## [Version 1.0.0] — 2020-03-27
1426

1527
Initial plugin release.
@@ -18,6 +30,8 @@ Initial plugin release.
1830
[Unreleased]: https://github.com/nexcess/limit-orders/compare/master...develop
1931
[Version 1.0.0]: https://github.com/nexcess/limit-orders/releases/tag/v1.0.0
2032
[Version 1.1.0]: https://github.com/nexcess/limit-orders/releases/tag/v1.1.0
33+
[Version 1.1.1]: https://github.com/nexcess/limit-orders/releases/tag/v1.1.1
2134
[#5]: https://github.com/nexcess/limit-orders/pull/5
2235
[#6]: https://github.com/nexcess/limit-orders/pull/6
2336
[#8]: https://github.com/nexcess/limit-orders/pull/8
37+
[#10]: https://github.com/nexcess/limit-orders/pull/10

Diff for: composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"dealerdirect/phpcodesniffer-composer-installer": "^0.6",
3232
"php-stubs/woocommerce-stubs": "^4.0",
3333
"phpcompatibility/phpcompatibility-wp": "*",
34-
"phpunit/phpunit": "^6.5",
34+
"phpunit/phpunit": "^6.5|^7.5",
3535
"szepeviktor/phpstan-wordpress": "^0.6.0",
3636
"wp-coding-standards/wpcs": "^2.2"
3737
},

0 commit comments

Comments
 (0)