From b01a9c481b1a04677612cf56544c2af2943beeeb Mon Sep 17 00:00:00 2001 From: Pedro Martins Date: Wed, 9 Oct 2024 14:49:37 +0100 Subject: [PATCH] Apply suggestions from code review --- 7.x-dev/introduction.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/7.x-dev/introduction.md b/7.x-dev/introduction.md index 7bab24a..02ca317 100644 --- a/7.x-dev/introduction.md +++ b/7.x-dev/introduction.md @@ -88,14 +88,14 @@ Backpack is open-core: ### Versioning, Updates and Upgrades -Starting with the previous version, all our packages follow [semantic versioning](https://semver.org/). Here's what `major.minor.patch` (e.g. `6.0.1`) means for us: +Starting with the previous version, all our packages follow [semantic versioning](https://semver.org/). Here's what `major.minor.patch` (e.g. `7.0.1`) means for us: - `major` - breaking changes, major new features, complete rewrites; released **once a year**, in February; it adds features that were previously impossible and upgrades our dependencies; upgrading is done by following our clear and detailed upgrade guides; - `minor` - new features, released in backwards-compatible ways; **every few months**; update takes seconds; - `patch` - bug fixes & small non-breaking changes; historically **every week**; update takes seconds; When we release a new Backpack\CRUD version, all paid add-ons receive support for it the same day. -When you buy a premium Backpack add-on, you get access to not only _updates_, but also _upgrades_ (for 12 months), that means that **any time you buy a Backpack add-on, it is very likely that you're not only buying the _current_ version** (`v6` at the moment), **but also the upgrade to the _next version_** (`v7` for example). +When you buy a premium Backpack add-on, you get access to not only _updates_, but also _upgrades_ (for 12 months), that means that **any time you buy a Backpack add-on, it is very likely that you're not only buying the _current_ version** (`v7` at the moment), **but also the upgrade to the _next version_** (`v8` for example). ### Add-ons