From 1f004b3096e5433075b99fa6bf2d4d1f1848ffad Mon Sep 17 00:00:00 2001 From: jonathansadowski Date: Fri, 3 Mar 2023 14:41:08 -0600 Subject: [PATCH] Remove information about semver, as it's no longer used, and update backward compatibility statement. --- Roadmap-and-release-process.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Roadmap-and-release-process.md b/Roadmap-and-release-process.md index 8e8342a..598991f 100644 --- a/Roadmap-and-release-process.md +++ b/Roadmap-and-release-process.md @@ -28,9 +28,9 @@ Major new features or updates are developed as **feature plugins** first before ## Backward Compatibility -WooCommerce follows [Semantic Versioning](http://semver.org/). We're committed to ensure minor and patch releases are non-breaking and fully backwards compatible. +Whenever possible, we're committed to ensure releases are non-breaking fully backwards compatible. -If keeping backward compatibility is not possible, the feature, the enhancement or the bug fix will be scheduled for the next major release. +If keeping backward compatibility is not possible, the feature, the enhancement, or the bug fix will be scheduled for a future release, and we'll make every effort to announce the upcoming change ahead of time. Feature plugins and experimental features are however subject to change and may not be backwards compatible since these will be used at your own risk.