Skip to content

Releases: katsana/remote-control

v1.1.0

20 Feb 11:45
Compare
Choose a tag to compare

Changes

  • Update supported Laravel Framework to 6.x and 7.x.

Removed

  • Removed support for Laravel Framework 5.8.

v1.0.0

19 Nov 13:25
Compare
Choose a tag to compare

Initial stable release.

Changes

  • Get user's name from name accessor.
  • Improves support for Lumen Framework.

v0.3.1

15 Aug 05:31
Compare
Choose a tag to compare
v0.3.1 Pre-release
Pre-release

Changes

  • Add support for Laravel Framework v6.0.+.
  • Use static function rather than function whenever possible, the PHP engine does not need to instantiate and later GC a $this variable for said closure.

v0.3.0

13 Jun 15:57
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

Added

  • Added RemoteControl\Manager::createRoute() which uses RemoteControl\Http\Controllers\CreateAccessController.
  • Added following events:
    • RemoteControl\Events\AccessTokenCreated
    • RemoteControl\Events\AccessTokenUsed
  • Added RemoteControl\Listeners\SendInvitationEmail event listener to handle RemoteControl\Events\AccessTokenCreated event.

Changes

  • Rename RemoteControl\Http\VerifyAccessController to RemoteControl\Http\Controllers\VerifyAccessController.

Fixes

  • Fixes e-mail notification to use $user->getAuthIdentifier().

Removed

  • Remove RemoteControl\Manager::routes() and replaced it with RemoteControl\Manager::verifyRoute().

v0.2.1

13 Jun 15:51
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release

Changes

  • Allows RemoteControl\AccessToken to implements Serializable for better queue support.
  • Update migrations to use table and connection set via configuration file.

v0.2.0

28 May 22:37
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

Added

  • Added RemoteControl\AccessToken::getSignedUrl() with support to signed url support.

Changes

  • Rename RemoteControl\Http\VerifyController to RemoteControl\Http\VerifyAccessController.
  • Allow to customise default $middlewares used under RemoteControl\Manager::route() as the 2nd parameter, defaults to ['signed', 'web'].

v0.1.0

28 May 12:14
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Initial draft release.