Skip to content

Commit 0b3dd4d

Browse files
committed
Preparing for 🚀 1.0.0.
1 parent f160207 commit 0b3dd4d

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

CHANGELOG.md

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

6+
## Version 1.0.0 (07/08/2020)
7+
8+
- [#new](#new)
9+
+ Added new components path in paths.php.
10+
+ Added new link to Wishlist in the navigation bar.
11+
+ Added Classes folder in paths.php.
12+
+ New Database Class file for migrating to OOP with Queries.
13+
+ New .htaccess for pretty URLs & Sets up security and caching.
14+
+ New 404 page.
15+
+ New MySQLi Class file for handling queries.
16+
+ New MySQL Workbench Schema File.
17+
- [#bugfix](#bugfix)
18+
+ Fixed issue #4 which related to `composer.json` formatting issues.
19+
+ Fixed error message on login page.
20+
+ Removed SSL redirect in .htaccess.
21+
+ Fixed error where check for two $_POST clauses were only separated with
22+
one ampersand instead of two.
23+
- [#enhancement](#enhancement)
24+
+ Included install instructions in the [README](README.md).
25+
+ Updated packages in `composer.json`.
26+
+ New security component file for storing security related functions.
27+
+ Updated register to use security component.
28+
+ Adjusted Footer CSS.
29+
+ Login Process file now migrated to use new DB Class file.
30+
+ Bootstrap file includes the database.php class file and creates new DB
31+
object.
32+
+ Added more values to .env files.
33+
+ Changed MySQLi Class to use camelCase for method names.
34+
+ Updated Register to use new MySQLi Class.
35+
+ Updated Register to validate passwords match.
36+
+ Updated the check for error messages on Login and Register.
37+
+ Updated SQL creation script with Foreign Keys and Indexes.
38+
639
## Version 0.5.0 (22/10/2018)
740

841
- [#new](#new)

0 commit comments

Comments
 (0)