Keep a change log to describe all the changes made to program source files. The purpose of this is so that people investigating bugs in the future will know about the changes that might have introduced the bug. Often a new bug can be found by looking at what was recently changed. More importantly, change logs can help you eliminate conceptual inconsistencies between different parts of a program, by giving you a history of how the conflicting concepts arose and who they came from. Changelog Legend: ---- [+] = Added [*] = Changed [^] = Moved [=] = No Changes [x] = Deleted [!] = Bugs ---- (December 24, 2015) Version 1.0.0 Styled Themes Initial release ---- ---- (Dec 25, 2015) Version 1.0.3 Styled Themes [*] = Changed the theme uri. ----- ---- (Dec 26, 2015) Version 1.0.3 Styled Themes [+] = Added Customizer js file [+] = Added readme.txt file [x] = Deleted unnecessary templates from theme [!] = Edited theme link in footer. ---- ---- (Dec 30, 2015) Version 1.0.4 Styled Themes [x] = Deleted unused js files. [!] = Edited readme.txt file. [!] = Edited customize functionality. [!] = Fixed bug on favicon upload. ---- ---- (Dec 30, 2015) Version 1.0.5 Styled Themes [!] = Edited readme.txt file. [!] = Edited customize functionality. ---- ---- (Jan 5, 2015) Version 1.0.6 Styled Themes [!] = Edited readme.txt file. [x] = Deleted unnecessary functions and files. [!] = Edited customize functionality. ---- ---- (Jan 6, 2015) Version 1.0.7 Styled Themes [!] = Sanitized admin_url() on comments.php file ---- ---- (Jan 6, 2015) Version 1.0.8 Styled Themes [!] = Fixed the tags on style.css ---- ---- (Jan 19, 2015) Version 1.0.9 Styled Themes [!] = Prfixed custom style and script with theme slug [!] = Loaded admin script in necessary pages only. [!] = Edited page comment part. [!] = Edited theme customizer. ---- ---- (Feb 04, 2015) Version 1.1.0 Styled Themes [!] = Changed the theme screenshot. [x] = Deleted unnecessary functions and files. ---- ---- (Feb 09, 2015) Version 1.2.0 Styled Themes [!] = Changed the view pro link button. [!] = Changed some customizer settings. [!] = Changed the escaping functionality. ---- ---- (Feb 10, 2015) Version 1.3.0 Styled Themes [!] = Changed the view pro link button text. [!] = Escaped some content in category. ----