Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
update version mentioned in readme
  • Loading branch information
jsklan committed Oct 7, 2025
commit de686c3caf752e0ccdd3fd1b4968f31533a85d3d
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ $legacyClient = new LegacyIntercomClient();

We recommend migrating to the new SDK using the following steps:

1. Upgrade the package to `^5.0.1`
1. Upgrade the package to `^5.1.0`
2. Search and replace all requires and imports from `Intercom\...` to `Intercom\Legacy\...`

3. Gradually move over to use the new SDK by importing it from the `Intercom\...` import.
Expand Down