Remove information about semver, as it's no longer used, and update backward compatibility statement.

jonathansadowski 2023-03-03 14:41:08 -06:00
parent 97bb6676ef
commit 1f004b3096
1 changed files with 2 additions and 2 deletions

@ -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.