All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
2.0.7 (2022-01-20)
- Add getImage method to product model (4771fe3)
- Reformat code on contact page and added missing closing div 🚀 (c0e3d00)
2.0.6 (2022-01-20)
- Add footer. Forgot 🙃 (96b1471)
2.0.5 (2022-01-20)
- Add search capebilities (c2dc6b1)
- Made white chocolate images 16:9 (2ae1b28)
2.0.4 (2022-01-19)
- Made carousel dark and added product title and description (4b33e02)
2.0.3 (2022-01-19)
- Update footer to be more pretty (704fd1f)
2.0.2 (2022-01-19)
- 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)
- make image path relative (b86755e)
2.0.0 (2022-01-10)
- 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)
- Add target self (a09abfb)
- Fix function name in Categories model (9555a1b)
- Fix return variable (69f0578)
- Fix syntax errors (4e321f8)
- Fixed merge conflicts (4c10222)
- link to product (c94f710)
- Remove some unecessery code (c0f4acf)
- sql query (c3ac163)
1.1.1 (2022-01-06)
- Add authentication functionality (27d2b2d)
- Add get,post route collections (6461a0f)
- Add register functionality (aa56e37)
- Add User model (a7b0cf9)
- Start of authentication function (3ce7405)
- 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)
- Add carousel to homepage (91b6c19)
- Add get product function for homepage (a79f260)
- Add navigation bar template (de42c15)
- Add static contact page (d76c2d4)
- 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)
- 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)
- Add some methods (aaa1873)
1.0.2 (2021-12-07)
- Pull Main -> AddMVCp, Fix merge conflicts (afd14a2)