mirror of
https://github.com/inretio/WordPress-Plugin-Boilerplate
synced 2024-12-22 11:53:53 +02:00
updating the change log for 2.4
This commit is contained in:
parent
945b5a1bd4
commit
8ead067e39
1 changed files with 13 additions and 0 deletions
13
ChangeLog.md
13
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
|
||||
|
|
Loading…
Reference in a new issue