Skip to content

Releases: hashbangcode/php-session-example

1.0.2

10 Aug 19:47
Compare
Choose a tag to compare

Changes:

  • Allowed an issues with connecting to the database to correctly print out an error. This wasn't being caught before.
  • Moved the prepare statement out of the for loop for the install process.
  • Reworked the authenticate system so that a function called checkAuthenticationDetails() is used to check the user details, the result of which is then used to determine if the user should log in or not. Also re-formatted the code in this file.
  • Abstracted the logged in header into a template file and included it on the index and page pages.
  • Updated the default PHP version to 8.3.
  • Updated the return type of the checkAuthenticationDetails() function to be a boolean, not a string.

1.0.1

15 Oct 18:50
Compare
Choose a tag to compare

Version 1.0.1

Changes:

  • Added more comments to the install.php file to clarify what is going on.

1.0.0

23 Sep 22:00
Compare
Choose a tag to compare

Version 1.0.0.