From ed5ececcff783a409d076b182fde997343bad075 Mon Sep 17 00:00:00 2001 From: Sebastian Riquelme Date: Tue, 16 Jun 2026 14:53:42 +0000 Subject: [PATCH] docs: update README for OroCommerce 7.0 and add version compatibility master now targets OroCommerce 7.0 / PHP 8.5, but the Requirements table still advertised 6.0 / PHP 8.3. Bump it and add a compatibility matrix so consumers know which plugin version / branch matches their Oro line, and record that the 6.0 branch is the maintenance line for OroCommerce 6.0. --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8fa8f36..1b99612 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,18 @@ This plugin allows the customer to subscribe to a product whose stock level is e | | Version | | :--- |:--------| -| PHP | 8.3 | -| OroCommerce | 6.0 | +| PHP | 8.5 | +| OroCommerce | 7.0 | + +## Version compatibility + +| OroCommerce | PHP | Plugin version | Branch | +| :---------- | :--- | :---------------------- | :------- | +| 7.0 | 8.5 | `^7.0` | `master` | +| 6.0 | 8.3 | `^6.0` (last: `v6.0.2`) | `6.0` | + +The `6.0` branch is kept for maintenance of the OroCommerce 6.0 line. New +features target `master` (7.0); only fixes are backported to `6.0` on demand. ## Installation