Skip to content

Releases: SonarSystems/PHP-Web-Framework

v1.0.0-beta.12

21 Aug 17:32
2689d9e
Compare
Choose a tag to compare

Following things have been changed:

  • Fixed infinite Redirect for social accounts, added extra parameter to only check if account is logged in or if social is logged in as well

v1.0.0-beta.11

10 Aug 14:18
c61e155
Compare
Choose a tag to compare

Following things have been changed:

  • Fixed infinite Google Redirect (make sure Google+ and Contacts api are enabled for Google sign in)

v1.0.0-beta.10

25 Oct 15:22
Compare
Choose a tag to compare

Following things have been changed:

  • Fixed the core classes not being accessible from the custom classes
  • Updated Bootstrap 4 Beta lib to Bootstrap 4 Beta 2 lib
  • Integrated Google AMP
  • Update PHP CSS file parser to locate the core classes folder

v1.0.0-beta.9

12 Oct 21:27
Compare
Choose a tag to compare

Following things have been changed:

  • Custom class system
  • Copyright generator

v1.0.0-beta.8

08 Sep 18:04
Compare
Choose a tag to compare

Following things have been changed:

  • FAQ view/page/example

v1.0.0-beta.7

06 Sep 17:33
Compare
Choose a tag to compare

Following things have been changed:

  • Image class with GIPHY API support

v1.0.0-beta.6

21 Aug 18:42
Compare
Choose a tag to compare

Following things have been changed:

  • Updated libraries
  • Database backup functionality

v1.0.0-beta.5

02 Aug 17:53
Compare
Choose a tag to compare

Following things have been changed:

  • Password reset email link expiration
  • Notifications class
  • Changed AddZero method in Time class to public from private
  • Added a flush method to the DB (database) class which deletes all the retrieved DB data for the instance of the DB object
  • Improved Blog class performance

v1.0.0-beta.4

14 Jul 13:33
Compare
Choose a tag to compare

Following things have been changed:

  • Password reset link expiration time implemented

v1.0.0-beta.3

04 Jul 18:23
Compare
Choose a tag to compare

Following things have been changed:

  • Fixed forgot password bug