From 279e758216a72c0b78437b715fc96f13f4c52147 Mon Sep 17 00:00:00 2001 From: dsinghvi <10870189+dsinghvi@users.noreply.github.com> Date: Wed, 3 Dec 2025 23:02:21 +0000 Subject: [PATCH] update changelogs --- fern/products/sdks/overview/php/changelog/2025-12-03.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/fern/products/sdks/overview/php/changelog/2025-12-03.mdx b/fern/products/sdks/overview/php/changelog/2025-12-03.mdx index 034db5e9a..2c74a472a 100644 --- a/fern/products/sdks/overview/php/changelog/2025-12-03.mdx +++ b/fern/products/sdks/overview/php/changelog/2025-12-03.mdx @@ -1,3 +1,7 @@ +## 1.25.0 +**`(feat):`** Add support for custom pagination in PHP SDK. The generator now handles custom pagination endpoints by generating a CustomPager class that users can extend to implement their own pagination logic. The CustomPager provides access to the initial response and client instance for making subsequent requests. The class name can be customized via the `custom-pager-classname` configuration option. + + ## 1.24.2 **`(fix):`** Fix php-cs-fixer creating .php-cs-fixer.dist.php config files in subdirectories during generation. The interactive prompt was causing config files with @auto ruleset to be created, which then failed when running from subdirectories without composer.json. Added --no-interaction flag to prevent this behavior.