Skip to content
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

Docs: Clarify requirements for e2e-test-utils package #15171

Merged
merged 1 commit into from
Apr 26, 2019
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
15 changes: 15 additions & 0 deletions packages/e2e-test-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## Unreleased

### Requirements

- The minimum version of Gutenberg `5.6.0` or the minimum version of WordPress `5.2.0`.

## 1.1.0 (2019-03-20)

### New Features
Expand All @@ -6,7 +12,16 @@
- New Function: `openAllBlockInserterCategories` - Opens all block inserter categories.
- New Function: `getAllBlockInserterItemTitles` - Opens the global block inserter.

### Requirements

- The minimum version of Gutenberg `5.3.0` or the minimum version of WordPress `5.2.0`.

## 1.0.0 (2019-03-06)

### New Features

- Initial release.

### Requirements

- The minimum version of Gutenberg `5.2.0` or the minimum version of WordPress `5.2.0`.
2 changes: 2 additions & 0 deletions packages/e2e-test-utils/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

End-To-End (E2E) test utils for WordPress.

_It works properly with the minimum version of Gutenberg `5.6.0` or the minimum version of WordPress `5.2.0`._

## Installation

Install the module
Expand Down