|
3 | 3 | Below is a detailed change-log, along with specific tasks completed, for each |
4 | 4 | version released to date. |
5 | 5 |
|
| 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 | + |
6 | 40 | ## Version 0.4.0 (21/10/2018) |
7 | 41 |
|
8 | 42 | - [#new](#new) |
|
0 commit comments