Skip to content

Commit

Permalink
updating the change log for 2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tommcfarlin committed May 16, 2013
1 parent 945b5a1 commit 8ead067
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 8ead067

Please sign in to comment.