From 167de27cced1e4cd502a7eb86b7c8c35b16edb47 Mon Sep 17 00:00:00 2001 From: jrfnl Date: Mon, 2 May 2022 06:32:43 +0200 Subject: [PATCH] Remove Changelog page As discussed in PR 65, the changelog page is not actively maintained and is out of date/out of sync with the actual changes which have been made, so we may as well remove it. --- changelog.md | 6 ------ manifest.json | 9 +-------- 2 files changed, 1 insertion(+), 14 deletions(-) delete mode 100644 changelog.md diff --git a/changelog.md b/changelog.md deleted file mode 100644 index cf03850..0000000 --- a/changelog.md +++ /dev/null @@ -1,6 +0,0 @@ -# Changelog - -- 2020-09-25 Update code examples to use Markdown code fence notation instead of shortcodes. -- 2019-12-21 Update `javascript.md` from the [handbook page](https://make.wordpress.org/core/handbook/best-practices/coding-standards/javascript/). -- 2019-12-21 Update `accessibility.md` from the [handbook page](https://make.wordpress.org/core/handbook/best-practices/coding-standards/accessibility-coding-standards/). -- 2018-01-14 Initial import from https://make.wordpress.org/core/handbook/best-practices/ diff --git a/manifest.json b/manifest.json index 0fe8c6d..9c473e0 100644 --- a/manifest.json +++ b/manifest.json @@ -61,18 +61,11 @@ "parent": "inline-documentation-standards", "markdown_source": "https://github.com/WordPress/wpcs-docs/blob/master/inline-documentation-standards/php.md" }, - "changelog": { - "title": "Changelog", - "slug": "changelog", - "parent": null, - "order": 3, - "markdown_source": "https://github.com/WordPress/wpcs-docs/blob/master/changelog.md" - }, "styleguide": { "title": "Markdown Style Guide", "slug": "styleguide", "parent": null, - "order": 4, + "order": 3, "markdown_source": "https://github.com/WordPress/wpcs-docs/blob/master/styleguide.md" } }