1
0
Fork 0
mirror of https://github.com/inretio/WordPress-Plugin-Boilerplate synced 2024-04-27 00:51:04 +03:00

updating the change log for 2.6.1

Signed-off-by: Tom McFarlin <tom@tommcfarlin.com>
This commit is contained in:
Tom McFarlin 2013-11-16 12:50:08 -05:00
parent 7f35f11508
commit c684270d39

View file

@ -1,3 +1,16 @@
## 2.6.1 (TODO)
* Changing 'decomment' to 'uncomment'
* changing all 'TODO' to '@TODO'
* Removed the trailing slash (@jameswlane)
* Revert "Extended and aligned comment header" (@franz-josef-kaiser)
* Extended and aligned comment header (@franz-josef-kaiser)
* Update class-plugin-name-admin.php (@rockaut)
* Replaced deleted comment block (@akshayraje)
* Updated plugin-name.php to get all name replacement changes at one place (@akshayraje)
* Fix textdomain not loading (@neverything)
* Fix $plugin_basename to allow plugin_action_links (@neverything)
## 2.6.0 (1 November 2013)
* Adding includes, admin/includes, public/includes for housing libraries and dependecies (garyjones)