workos-php
workos-php copied to clipboard
v4.28.0
Toward AUTH-5514.
Description
Contains:
- https://github.com/workos/workos-php/pull/301
- https://github.com/workos/workos-php/pull/307
Documentation
Does this require changes to the WorkOS Docs? E.g. the API Reference or code snippets need updates.
[ ] Yes
If yes, link a related docs PR and add a docs maintainer as a reviewer. Their approval is required.
Greptile Overview
Greptile Summary
Version bump from 4.27.0 to 4.28.0 to release new features including schema creation/existence checking and invitation resend functionality.
- Simple version constant update in
lib/Version.php - No security concerns or code logic changes
- Standard release process for SDK version increment
Confidence Score: 5/5
- This PR is safe to merge with no risk
- The change is a simple version constant update with no logic changes, security implications, or potential for runtime errors
- No files require special attention
Important Files Changed
File Analysis
| Filename | Score | Overview |
|---|---|---|
| lib/Version.php | 5/5 | Version constant bumped from 4.27.0 to 4.28.0 for release |
Sequence Diagram
sequenceDiagram
participant Dev as Developer
participant PR as Pull Request #308
participant Version as lib/Version.php
participant Release as Release v4.28.0
Dev->>PR: Create version bump PR
Note over PR: Includes PR #301 (schema support)<br/>and PR #307 (resend invitation)
PR->>Version: Update SDK_VERSION constant
Version-->>Version: Change 4.27.0 → 4.28.0
PR->>Release: Merge to main
Release-->>Release: Publish v4.28.0