Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 668 Bytes

CHANGELOG.md

File metadata and controls

29 lines (18 loc) · 668 Bytes

Changelog

All Notable changes to karlomikus\theme will be documented in this file

v 1.0.4 - 2016-10-03

  • Fixed theme:list command not working

v 1.0.3 - 2016-09-30

  • Fixed issue with container binding (changed binding to a singleton)

v 1.0.2 - 2016-03-05

  • Added interfaces

v 1.0.1 - 2015-10-31

  • Added artisan commands
    • theme:list - Lists all themes
    • theme:make - Create new theme
  • Updated coding style to PSR2
  • Added helper functions
    • theme_url()
  • Renamed methods (exists -> has, getThemes -> all) #1

v 1.0.0 - 2015-10-22

  • First release