Skip to content

Version bump to 4.27.0#304

Merged
csrbarber merged 1 commit into
mainfrom
version-bump-to-v4.27.0
Sep 24, 2025
Merged

Version bump to 4.27.0#304
csrbarber merged 1 commit into
mainfrom
version-bump-to-v4.27.0

Conversation

@csrbarber
Copy link
Copy Markdown
Contributor

Description

Version bump to 4.2.7.0

Includes:

Documentation

Does this require changes to the WorkOS Docs? E.g. the API Reference or code snippets need updates.

[X] Yes

If yes, link a related docs PR and add a docs maintainer as a reviewer. Their approval is required.

@csrbarber csrbarber requested a review from a team as a code owner September 24, 2025 12:36
@csrbarber csrbarber requested a review from mattgd September 24, 2025 12:36
Copy link
Copy Markdown
Contributor

@greptile-apps greptile-apps Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Greptile Overview

Summary

This PR bumps the WorkOS PHP SDK version from 4.26.0 to 4.27.0, consolidating three previous pull requests into a new release.

  • Clean version constant update in lib/Version.php
  • No breaking changes or security concerns
  • Ready for release

Confidence Score: 5/5

  • This PR is completely safe to merge with no risk
  • Perfect score reflects a trivial version bump with no code logic changes, security concerns, or breaking changes
  • No files require special attention

Important Files Changed

File Analysis

Filename        Score        Overview
lib/Version.php 5/5 Simple version bump from 4.26.0 to 4.27.0 with no issues

Sequence Diagram

sequenceDiagram
    participant Dev as Developer
    participant Ver as Version.php
    participant SDK as WorkOS SDK
    participant Client as Client Application
    
    Dev->>Ver: Update SDK_VERSION constant
    Note over Ver: 4.26.0 → 4.27.0
    Client->>SDK: Use WorkOS PHP SDK
    SDK->>Ver: Get SDK version info
    Ver-->>SDK: Return "4.27.0"
    SDK-->>Client: Include version in requests/logs
Loading

1 file reviewed, no comments

Edit Code Review Bot Settings | Greptile

@csrbarber csrbarber merged commit 5acee37 into main Sep 24, 2025
5 checks passed
@csrbarber csrbarber deleted the version-bump-to-v4.27.0 branch September 24, 2025 13:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants