From 8790bce7ae56191d00fe7384ea1832df10624961 Mon Sep 17 00:00:00 2001 From: Marcus Kazmierczak Date: Mon, 10 Dec 2018 12:55:19 -0800 Subject: [PATCH] Rename backwards compatiblity to backward compatibility (#12751) * Rename backwards compatiblity to backward compatibility * Remove package-lock from commit * Update CONTRIBUTING.md Co-Authored-By: mkaz * Update CONTRIBUTING.md Co-Authored-By: mkaz * Whitespace in manifest --- CONTRIBUTING.md | 6 +++--- README.md | 4 ++-- docs/designers-developers/developers/README.md | 2 +- .../developers/backward-compatibility/README.md | 1 + .../deprecations.md | 2 +- .../meta-box.md | 6 +++--- .../developers/backwards-compatibility/README.md | 1 - docs/manifest.json | 14 +++++++------- docs/toc.json | 6 +++--- lib/client-assets.php | 2 +- .../components/src/server-side-render/README.md | 4 ++-- packages/edit-post/src/store/effects.js | 2 +- 12 files changed, 25 insertions(+), 25 deletions(-) create mode 100644 docs/designers-developers/developers/backward-compatibility/README.md rename docs/designers-developers/developers/{backwards-compatibility => backward-compatibility}/deprecations.md (97%) rename docs/designers-developers/developers/{backwards-compatibility => backward-compatibility}/meta-box.md (95%) delete mode 100644 docs/designers-developers/developers/backwards-compatibility/README.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4ccb59aa2df44..e9a47c7322e47 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -166,9 +166,9 @@ Maintaining dozens of npm packages is difficult—it can be tough to keep track The developer who proposes a change (pull request) is responsible to choose the correct version increment (`major`, `minor`, or `patch`) according to the following guidelines: -- Major version X (X.y.z | X > 0) should be changed with any backwards-incompatible/"breaking" change. This will usually occur at the final stage of deprecating and removing of a feature. -- Minor version Y (x.Y.z | x > 0) should be changed when you add functionality or change functionality in a backwards-compatible manner. It must be incremented if any public API functionality is marked as deprecated. -- Patch version Z (x.y.Z | x > 0) should be incremented when you make backwards-compatible bug fixes. +- Major version X (X.y.z | X > 0) should be changed with any backward incompatible/"breaking" change. This will usually occur at the final stage of deprecating and removing of a feature. +- Minor version Y (x.Y.z | x > 0) should be changed when you add functionality or change functionality in a backward compatible manner. It must be incremented if any public API functionality is marked as deprecated. +- Patch version Z (x.y.Z | x > 0) should be incremented when you make backward compatible bug fixes. When in doubt, refer to [Semantic Versioning specification](https://semver.org/). diff --git a/README.md b/README.md index 03251ceba2160..855958ef9635e 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This repo is the development hub for the editor focus in WordPress Core. `Gutenberg` is the project name. ## Getting started -- **Download:** If you want to use the latest release with your WordPress site, download the latest release from the WordPress.org plugins repository. +- **Download:** If you want to use the latest release with your WordPress site, download the latest release from the WordPress.org plugins repository. - **Discuss:** Conversations and discussions take place in `#core-editor` channel on the Making WordPress Slack. - **Contribute:** Development of Gutenberg happens in this GitHub repo. Get started by reading the contributing guidelines. - **Learn:** Discover more about the project on WordPress.org. @@ -44,7 +44,7 @@ Check out the ( block="core/archives" attributes={ { showPostCounts: true, - displayAsDropdown: false, + displayAsDropdown: false, } } /> ); diff --git a/packages/edit-post/src/store/effects.js b/packages/edit-post/src/store/effects.js index 70ebd8cbb5305..a177c36c1b761 100644 --- a/packages/edit-post/src/store/effects.js +++ b/packages/edit-post/src/store/effects.js @@ -79,7 +79,7 @@ const effects = { const state = store.getState(); - // Additional data needed for backwards compatibility. + // Additional data needed for backward compatibility. // If we do not provide this data, the post will be overridden with the default values. const post = select( 'core/editor' ).getCurrentPost( state ); const additionalData = [