Skip to content

Latest commit

 

History

History
128 lines (72 loc) · 5.01 KB

CHANGELOG.md

File metadata and controls

128 lines (72 loc) · 5.01 KB

Changelog

All notable changes to laravel-pin-login will be documented in this file.

v6.0.0 - 2024-10-25

What's Changed

  • feat!: redirect the user if there is an active session by @marcoraddatz in #10

Full Changelog: https://github.com/empuxa/laravel-totp-login/compare/v5.0.0...v6.0.0

v5.0.0 - 2024-09-17

What's Changed

  • Bump dependabot/fetch-metadata from 2.0.0 to 2.2.0 by @dependabot in #6
  • change: wording by @marcoraddatz in #7
  • feat!: bypass superpin environment settings by @marcoraddatz in #8
  • feat: localize timestamp in notification by @marcoraddatz in #9

New Contributors

  • @dependabot made their first contribution in #6

Full Changelog: https://github.com/empuxa/laravel-totp-login/compare/v4.0.0...v5.0.0

v4.0.0 - 2024-04-22

The repo has been renamed from laravel-pin-login to laravel-totp-login to better describe its current login mechanism.

Besides that, there were little improvements to the wording/translations and minor code improvements.

What's Changed

  • Change: Fixed package name by @marcoraddatz in #1
  • Change: Rename methods [BC] by @marcoraddatz in #2
  • Change: Rename variables by @marcoraddatz in #3
  • Fix: Update translation in email footer by @marcoraddatz in #4

New Contributors

  • @marcoraddatz made their first contribution in #1

Full Changelog: https://github.com/empuxa/laravel-totp-login/compare/v3.0.1...v4.0.0

v3.0.1 - 2024-04-17

What's Changed

Full Changelog: https://github.com/empuxa/laravel-pin-login/compare/v3.0.0...v3.0.1

v3.0.0 - 2024-03-15

What's Changed

Full Changelog: https://github.com/empuxa/laravel-pin-login/compare/v2.0.2...v3.0.0

v2.0.2 - 2024-03-15

Full Changelog: https://github.com/empuxa/laravel-pin-login/compare/v2.0.1...v2.0.2

v2.0.1 - 2024-03-15

Full Changelog: https://github.com/empuxa/laravel-pin-login/compare/v2.0.0...v2.0.1

v2.0.0 - 2024-03-15

What's Changed

Full Changelog: https://github.com/empuxa/laravel-pin-login/compare/v1.3.0...v2.0.0

v1.3.0 - 2023-11-13

What's Changed

Full Changelog: https://github.com/empuxa/laravel-pin-login/compare/v1.2.1...v1.3.0

v1.2.1 - 2023-10-03

What's Changed

Full Changelog: https://github.com/empuxa/laravel-pin-login/compare/v1.2.0...v1.2.1

v1.2.0 – SuperPIN - 2023-06-27

  • added a super PIN login option (see config for details)

Full Changelog: https://github.com/empuxa/laravel-pin-login/compare/v1.1.2...v1.2.0

v1.1.2 - 2023-06-26

Full Changelog: https://github.com/empuxa/laravel-pin-login/compare/v1.1.1...v1.1.2

v1.1.1 - 2023-06-26

Full Changelog: https://github.com/empuxa/laravel-pin-login/compare/v1.1.0...v1.1.1

v1.1.0 - 2023-06-26

  • Moved logic to PIN request class
  • Enable throttling via config

Full Changelog: https://github.com/empuxa/laravel-pin-login/compare/v1.0.0...v1.1.0

v1.0.0 - 2023-06-26

🎂 Initial release

Full Changelog: https://github.com/empuxa/laravel-pin-login/commits/v1.0.0