Merged
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR upgrades the PHP SDK to version 11.7.0 and updates the documentation to reflect the introduction of a new set of Webhook APIs. Key changes include:
- Updating the Composer installation command to use version 11.7.0.
- Adding comprehensive documentation and code examples for new webhook API endpoints (update, create, detail, list, events, and delete).
- Updating the CHANGELOG.md file with the release details and a summary of deprecated legacy webhook APIs.
Reviewed Changes
Copilot reviewed 2 out of 6 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| README.md | Updated installation instructions and added detailed documentation and examples for new webhook APIs. |
| CHANGELOG.md | Updated release notes for version 11.7.0 with enhancements, new, and deprecated webhook APIs. |
Files not reviewed (4)
- LICENSE: Language not supported
- composer.json: Language not supported
- src/LoginRadiusSDK/CustomerRegistration/Advanced/WebHookAPI.php: Language not supported
- src/LoginRadiusSDK/Utility/Functions.php: Language not supported
Comments suppressed due to low confidence (2)
CHANGELOG.md:1
- There's a spelling error in 'Documention'; it should be corrected to 'Documentation'.
> **LoginRadius PHP SDK Change Log** provides information regarding what has changed, more specifically what changes, improvements and bug fix has been made to the SDK. For more details please refer to the [LoginRadius API Documention](https://www.loginradius.com/docs/api/v2/deployment/sdk-libraries/php-library/)
README.md:3908
- [nitpick] Consider renaming or consolidating the duplicate 'WebHook API' header to clearly distinguish between the legacy and the new webhook endpoints.
### WebHook API
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.