From c684270d39a9a133fbe7104279160a92138c0f23 Mon Sep 17 00:00:00 2001 From: Tom McFarlin Date: Sat, 16 Nov 2013 12:50:08 -0500 Subject: [PATCH] updating the change log for 2.6.1 Signed-off-by: Tom McFarlin --- ChangeLog.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/ChangeLog.md b/ChangeLog.md index 07a2624..9ce1db5 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -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)