Skip to content

Commit 7b87058

Browse files
committed
Tagged version 0.5.0. Big release.
1 parent 141e91d commit 7b87058

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

CHANGELOG.md

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

6+
## Version 0.5.0 (22/10/2018)
7+
8+
- [#new](#new)
9+
- New Insert method now added to edit-address.php.
10+
- Added new CSS styles for single.php.
11+
- Added Debugging options for Dev environments.
12+
- New PasswordHash method for hashing passwords correctly.
13+
- Updated CSS with new styles to align with changes to index.php.
14+
- Added new pattern.jpg file for the background image.
15+
- Added new user does not exist error method on Login page.
16+
- Added missing separator image.
17+
- [#enhancement](#enhancement)
18+
- Converted queries to new MySQL objects.
19+
- Added success, error and warning messages along with some validation.
20+
- Changed MySQL connection script to use objects instead.
21+
- Changed Login / Sign In buttons based on logged in/out state.
22+
- Only display MySQL errors with Debugging on.
23+
- Changed layout from the original theme.
24+
- Changed the loop for product listing.
25+
- Restructured footer.php and header.php for new layout.
26+
- Redirect users to my-account on login.
27+
- Cleaned up some pages.
28+
- Rewrote the checkout.php page with new queries and better way of handling
29+
post data.
30+
- Added validation checking to the checkout.php POST variables and HTML form.
31+
- Cleaned up CSS file.
32+
- [#bugfix](#bugfix)
33+
- Fixed layout on single.php.
34+
- Fixed Add to Wishlist button.
35+
- Fixed dynamic link to Categories from Single page.
36+
- Sanitised the input methods for XSS Attacks.
37+
- Fixed layout with product products not appearing on the same lines.
38+
- Fixed warning message about SESSION not being set.
39+
640
## Version 0.4.0 (21/10/2018)
741

842
- [#new](#new)

0 commit comments

Comments
 (0)