From 78624f6cdd5f34ecb6582862f7f4379fcd6d34fc Mon Sep 17 00:00:00 2001 From: Scott Walkinshaw Date: Mon, 5 Jan 2015 11:39:36 -0500 Subject: [PATCH] Fix CHANGELOG filename --- ChangeLog.md => CHANGELOG.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename ChangeLog.md => CHANGELOG.md (94%) diff --git a/ChangeLog.md b/CHANGELOG.md similarity index 94% rename from ChangeLog.md rename to CHANGELOG.md index 52cf6ad..8ff0039 100644 --- a/ChangeLog.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# ChangeLog +# Changelog * (4 September 2014). Updating the `README` with Windows symbolic link instructions. * (3 September 2014). Updating the `README` to describe how to install the Boilerplate. diff --git a/README.md b/README.md index 5aaa136..0bb4ff3 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ A standardized, organized, object-oriented foundation for building high-quality The WordPress Plugin Boilerplate includes the following files: * `.gitignore`. Used to exclude certain files from the repository. -* `ChangeLog.md`. The list of changes to the core project. +* `CHANGELOG.md`. The list of changes to the core project. * `README.md`. The file that you’re currently reading. * A `plugin-name` subdirectory that contains the source code - a fully executable WordPress plugin.