Skip to content
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.

Added Event Listener system #1274

Open
wants to merge 32 commits into
base: master
Choose a base branch
from
Open

Added Event Listener system #1274

wants to merge 32 commits into from

Conversation

nahid
Copy link
Contributor

@nahid nahid commented Nov 28, 2022

As I mentioned in PR #1220, I just added some events in the various cases for this package. These feature help developers add more control over this package. Now developers can do anything based on the triggered event by registering their own listener/s, ex: send email/SMS/notification, run job, update DB, or anything else.

By adding this feature will open up the opportunity to add more new features in the future

Events

  • AppInstalledEvent
  • ShopAuthenticatedEvent
  • ShopDeletedEvent
  • AppUninstalledEvent
  • PlanActivatedEvent

Backward compatibility: YES

Breaking change: NO

Deprecation: YES (AfterAuthenticationJob feature will be removed in the next major release)

Doc: Need to update the WIKI after merging this PR with migration guide

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant