From 8ead067e396ac5bf888156df6cd49bc36f58b418 Mon Sep 17 00:00:00 2001 From: Tom McFarlin Date: Wed, 15 May 2013 22:55:21 -0400 Subject: [PATCH] updating the change log for 2.4 --- ChangeLog.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/ChangeLog.md b/ChangeLog.md index b7bf76f..7bd4161 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,3 +1,16 @@ +## 2.4.0 (15 May 2013) + +* Renaming and updating references in the pot file to match the new file names +* Renaming all `display` files to `public` (i.e., `display.js` to `public.js`) +* Updating references in comments and in code to the plugin class files and plugin files +* Updating the way the plugin terminates execution if accessed directly +* Updating code comments, clearing extraneous whitespace +* Renaming files to be more consistent with the example name of the plugin +* Renaming 'plugin-boilerplate' to 'plugin-name' to be more consistent with the naming conventions of the class file +* Adding a sample screenshot to match the example WordPress Plugin Repository `readme.txt` +* Removing the plugin version constant in favor of a property in the plugin class +* Adding proper page-level DocBlocks + ## 2.3.0 (13 May 2013) * Moving the activation hooks outside of the class and marking the methods as static