diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index cc5527d9..e2ffa087 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,6 +1,6 @@ | Q | A | --------------- | ----- -| Branch? | 1.2 (security fixes), 1.3 (bug fixes, improvements), master (new features) +| Branch? | 1.3 (security fixes), 1.4 (bug fixes, improvements), master (new features) | Bug fix? | no/yes | New feature? | no/yes | Related tickets | fixes #X, partially #Y, mentioned in #Z diff --git a/README.md b/README.md index 4c591738..dfd715ed 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,6 @@ Sylius Core Team’s plugin for [PayPal Commerce Platform](https://www.paypal.co #### Supported branches -* `1.2` (v1.2.*) - security fixes -* `1.3` (v1.3.*) - bug fixes, improvements -* `master` (v1.4.*) - new features +* `1.3` (v1.3.*) - security fixes +* `1.4` (v1.4.*) - bug fixes, improvements +* `master` (v1.5.*) - new features