Skip to content

Commit 14fe257

Browse files
committed
🚀 Tagging version 0.3.1.
1 parent 94a323c commit 14fe257

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,26 @@
33
Below is a detailed change-log, along with specific tasks completed, for each
44
version released to date.
55

6+
7+
## Version 0.3.1 (20/10/2018)
8+
9+
- [#new](#new)
10+
- Added new ADMIN_INC, updated Admin index and login pages.
11+
- Added full country selector to edit-address.php. Cleaned up other pages.
12+
- [#enhancement](#enhancement)
13+
- Enclosed SQL queries and updated links.
14+
- Implemented more reliable method for cart totals.
15+
- Removed the <em> when zero items in cart.
16+
- Checkout page has been totally over-hauled. It wasn't dynamic and hard-coded
17+
plus there was no check for if there were actually items to check out.
18+
- [#bugfix](#bugfix)
19+
- Fixed bug where users could view orders that they didn't place.
20+
- Fixed up queries and variables in my-account.
21+
- Removed the echo on the cart page.
22+
- Fixed multiple errors on cart.php.
23+
- Fixed issue where nav cart total was doubling the total on cart.php.
24+
- Fixed errors when the `$_SESSION['cart']` data is null.
25+
626
## Version 0.3.0 (19/10/2018)
727

828
- [#new](#new)

0 commit comments

Comments
 (0)