11# Project Change-Log
22
3- Below is a detailed change-log, along with specific tasks completed, for each
3+ Below is a detailed change-log, along with specific tasks completed, for each
44version released to date.
55
6+ ## Version 0.3.0 (19/10/2018)
7+
8+ - [ #new] ( #new )
9+ - Added STORE_NAME env variable.
10+ - Added new STORE_TAGLINE env variable.
11+ - [ #enhancement] ( #enhancement )
12+ - Moved js, css and font-awesome into new assets folder. Updated template files.
13+ - Modified the core files to include bootstrap.php and set proper includes.
14+ - Added STORE_CURRENCY env variable. Updated nav.php.
15+ - Updated Nav links.
16+ - [ #bugfix] ( #bugfix )
17+ - Fixed out layout problems with login page.
18+ - Enclosed the SQL statements in single.php.
19+ - Removed extra div tag in single.php.
20+ - Fixed broken layout on single.php file.
21+
22+ ## Version 0.2.1 (18/10/2018)
23+
24+ - [ #bugfix] ( #bugfix )
25+ - Added SITE_URL environment variable and updated links in templates.
26+ - Fixed PHP warnings with cart when it has zero items in it.
27+
628## Version 0.2.0 (18/10/2018)
729
830- [ #new] ( #new )
@@ -13,7 +35,7 @@ version released to date.
1335 - Index now loads requirements and bootstrap file.
1436- [ #enhancement] ( #enhancement )
1537 - Renamed & moved DB schema and dump files.
16- - Updated DB connect to use dotenv.
38+ - Updated DB connect to use dotenv.
1739 - New include method for templates.
1840
1941## Version 0.1.0 (17/10/2018)
@@ -23,7 +45,7 @@ version released to date.
2345 - New template files in ` /inc ` .
2446 - New Admin area files in ` /admin ` .
2547 - New ` /config ` file.
26- - New website template design with ` /css/ ` , ` /font-awesome/ ` and ` /js/ `
48+ - New website template design with ` /css/ ` , ` /font-awesome/ ` and ` /js/ `
2749 folders.
2850- [ #enhancement] ( #enhancement )
2951 - Added GitHub template files.
0 commit comments