Remove information about semver, as it's no longer used, and update backward compatibility statement.
parent
97bb6676ef
commit
1f004b3096
|
@ -28,9 +28,9 @@ Major new features or updates are developed as **feature plugins** first before
|
||||||
|
|
||||||
## Backward Compatibility
|
## 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.
|
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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue