Skip to content

Commit

Permalink
Tagging version 0.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
justinhartman committed Oct 19, 2018
1 parent 7a596ef commit ace9dd4
Showing 1 changed file with 25 additions and 3 deletions.
28 changes: 25 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,30 @@
# Project Change-Log

Below is a detailed change-log, along with specific tasks completed, for each
Below is a detailed change-log, along with specific tasks completed, for each
version released to date.

## Version 0.3.0 (19/10/2018)

- [#new](#new)
- Added STORE_NAME env variable.
- Added new STORE_TAGLINE env variable.
- [#enhancement](#enhancement)
- Moved js, css and font-awesome into new assets folder. Updated template files.
- Modified the core files to include bootstrap.php and set proper includes.
- Added STORE_CURRENCY env variable. Updated nav.php.
- Updated Nav links.
- [#bugfix](#bugfix)
- Fixed out layout problems with login page.
- Enclosed the SQL statements in single.php.
- Removed extra div tag in single.php.
- Fixed broken layout on single.php file.

## Version 0.2.1 (18/10/2018)

- [#bugfix](#bugfix)
- Added SITE_URL environment variable and updated links in templates.
- Fixed PHP warnings with cart when it has zero items in it.

## Version 0.2.0 (18/10/2018)

- [#new](#new)
Expand All @@ -13,7 +35,7 @@ version released to date.
- Index now loads requirements and bootstrap file.
- [#enhancement](#enhancement)
- Renamed & moved DB schema and dump files.
- Updated DB connect to use dotenv.
- Updated DB connect to use dotenv.
- New include method for templates.

## Version 0.1.0 (17/10/2018)
Expand All @@ -23,7 +45,7 @@ version released to date.
- New template files in `/inc`.
- New Admin area files in `/admin`.
- New `/config` file.
- New website template design with `/css/`, `/font-awesome/` and `/js/`
- New website template design with `/css/`, `/font-awesome/` and `/js/`
folders.
- [#enhancement](#enhancement)
- Added GitHub template files.
Expand Down

0 comments on commit ace9dd4

Please sign in to comment.