diff --git a/fern/products/sdks/overview/php/changelog/2025-11-27.mdx b/fern/products/sdks/overview/php/changelog/2025-11-27.mdx new file mode 100644 index 000000000..42c6c5705 --- /dev/null +++ b/fern/products/sdks/overview/php/changelog/2025-11-27.mdx @@ -0,0 +1,4 @@ +## 1.23.2 +**`(fix):`** Fix constructor signature mismatches in multi-URL environments. Subpackage clients now consistently use `isMultiUrl` to determine whether to accept `Environments` or `options` as the second constructor parameter, matching the root client's behavior. Also fixes OAuth and inferred auth client instantiation to pass the environment parameter when in multi-URL mode, and updates wire tests to extend `WireMockTestCase` and include auth parameters. + +