Skip to content

Latest commit

 

History

History
executable file
·
56 lines (53 loc) · 1.38 KB

changelog.md

File metadata and controls

executable file
·
56 lines (53 loc) · 1.38 KB

Changelog

All notable changes to GoogleAuthenticator will be documented in this file.

Version 2.0.3

Changed

  • Fixed bug in authentication check on role

Version 2.0.2

Changed

  • Added nullable to provider and provider_id columns
  • Fixed readme for publishing migration and config

Version 2.0.1

Changed

  • Updated composer package illuminate/support for Laravel 6

Version 2.0.0

Added

  • Added the config file
  • Auto publish config file
  • Added names for routes & use them in overwritten auth views

Changed

  • Updated packages to work with laravel 6
  • Cleaned up some code

Version 1.0.9

Added

  • Added a way to change the redirect url after login

Version 1.0.8

Added

  • Correct namespace class for Controller extend

Version 1.0.7

Added

  • Added the values that need to be in the services.php class
  • Changed Controller route namespacing

Version 1.0.6

Removed

  • Removed column from migration, should not have been there in the first place

Version 1.0.5

Changed

  • Added dependency for doctrine/dbal
  • Fixed migration for users

Version 1.0.4

Changed

  • Changed the name of the migration file
  • Typo in readme

Version 1.0.3

Changed

  • Made some fixes to the readme

Version 1.0.2

Removed

  • Removed unrelated string

Version 1.0.1

Changed

  • rework of the migration load in the ServiceProvider

Version 1.0

Added

  • Everything