Skip to content

Latest commit

 

History

History
176 lines (95 loc) · 10.1 KB

CHANGELOG.md

File metadata and controls

176 lines (95 loc) · 10.1 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.0.7 (2022-01-20)

Features

  • Add getImage method to product model (4771fe3)

Bug Fixes

  • Reformat code on contact page and added missing closing div 🚀 (c0e3d00)

2.0.6 (2022-01-20)

Bug Fixes

  • Add footer. Forgot 🙃 (96b1471)

2.0.5 (2022-01-20)

Features

  • Add search capebilities (c2dc6b1)

Bug Fixes

  • Made white chocolate images 16:9 (2ae1b28)

2.0.4 (2022-01-19)

Features

  • Made carousel dark and added product title and description (4b33e02)

Bug Fixes

  • Made footer a little bit smaller (9038f23)
  • Made footer a little bit smaller (4a92ae6)

2.0.3 (2022-01-19)

Features

  • Update footer to be more pretty (704fd1f)

2.0.2 (2022-01-19)

Features

  • Add € to shopping cart in stead of $ (d041ab5)
  • Add Afreken button to shopping cart with dummy page (4f2d0bf)
  • Add removal of product from shopping cart (2180203)

2.0.1 (2022-01-19)

Features

  • Add login and register button with conditional (d8eb698)
  • Add logout button and methods (293fa4a)

Bug Fixes

  • make image path relative (b86755e)

2.0.0 (2022-01-10)

Features

  • Add cart session and add to cart button to product (807fd65)
  • Add header location to cart page (0d31b81)
  • Made some changes to the homepage to make it look better (2ae8945)
  • Made some minor html changes to make the page look better and be responsive (0696d6b)
  • Protect cart route when user is not logged in (da6b6c3)

Bug Fixes

1.1.1 (2022-01-06)

Features

  • Add authentication functionality (27d2b2d)
  • Add get,post route collections (6461a0f)
  • Add register functionality (aa56e37)
  • Add User model (a7b0cf9)
  • Start of authentication function (3ce7405)

Bug Fixes

  • Change DB config for server (2d332cb)
  • Fixed variable errors (952d0af)
  • Pull develop in AddAuthentication branch and fix merge conflicts (8831677)

1.1.0 (2021-12-21)

Features

  • Add carousel to homepage (91b6c19)
  • Add get product function for homepage (a79f260)
  • Add navigation bar template (de42c15)
  • Add static contact page (d76c2d4)

Bug Fixes

  • Add URL_SUBFOLDER for logo src (4f03b4b)
  • Change controller name to be clearer (7103c7d)
  • Fix path to logo (8bb1dff)
  • Fix query and view (56d8f37)

1.0.4 (2021-12-21)

Bug Fixes

  • Add comment (a911484)
  • Change filename (ec7ee98)
  • Clean Repository (e53384f)
  • Fix database variables, use config.php for values (c48e04e)
  • Fixed the showAction function, update product model to allow a nullable id (13fa089)

1.0.3 (2021-12-10)

Features

1.0.2 (2021-12-07)

Bug Fixes

  • Pull Main -> AddMVCp, Fix merge conflicts (afd14a2)

1.0.1 (2021-12-07)

Features

Bug Fixes

  • Add data (3e1fb07)
  • Add function to model instead of controller (8bcda8e)
  • Use Laravel Valet for Tromp locally (8c1541f)