Releasing v4.20.1#132
Merged
Merged
Conversation
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
cb-thushitamariaselvan
approved these changes
Jun 1, 2026
There was a problem hiding this comment.
PR Complexity Score: 1.8 - Trivial
View Breakdown
- Lines Changed: 13
- Files Changed: 5
- Complexity Added: 0
- Raw Score: 15.26
Overview
This PR releases version 4.20.1 with a small documentation-related fix. It updates the Usage Summary API documentation links to the correct endpoint path and aligns all version markers across the project.
Key Changes
- Corrected the Usage Summary API documentation URLs from
/usage_summaries/to/usage_summary/in the usage summary action interface and implementation, ensuring links point to the right Chargebee docs. - Bumped the library version from 4.20.0 to 4.20.1 in both the VERSION file and the Version class constant to reflect this patch release.
- Added a 4.20.1 entry to the changelog documenting the fix.
Risks & Considerations
- None identified.
File-level change summary
| File | Change summary |
|---|---|
| CHANGELOG.md | Added a 4.20.1 release entry describing the fix to Usage Summary API documentation URLs. |
| VERSION | Updated the package version string from 4.20.0 to 4.20.1. |
| src/Actions/Contracts/UsageSummaryActionsInterface.php | Corrected the @see URL to use the /usage_summary/ API documentation path. |
| src/Actions/UsageSummaryActions.php | Updated the @see documentation URL for the usage summary retrieval method to the correct /usage_summary/ path. |
| src/Version.php | Updated the Version class constant from 4.20.0 to 4.20.1. |
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.
4.20.1 (2026-06-01)
Fixed
/usage_summary/instead of/usage_summaries/.