File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33NOTE: For more granular API-specific changes, please see our [ API Changelog] ( https://developers.klaviyo.com/en/docs/changelog_ )
44
5- ## 2.0 .0
5+ ## 1.3 .0
66
77### Added
88- ` page_size ` : you can now set page_size when paging through endpoints that return profiles
Original file line number Diff line number Diff line change 11# Klaviyo PHP SDK
22
3- - SDK version: 2.0 .0
3+ - SDK version: 1.3 .0
44- API Revision: 2023-02-22
55
66## Helpful Resources
Original file line number Diff line number Diff line change 11{
22 "name" : " klaviyo/api" ,
3- "version" : " 2.0 .0" ,
3+ "version" : " 1.3 .0" ,
44 "description" : " PHP SDK for Klaviyo's API." ,
55 "keywords" : [
66 " openapitools" ,
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ class Configuration
101101 *
102102 * @var string
103103 */
104- protected $ userAgent = 'klaviyo/api/2.0 .0 ' ;
104+ protected $ userAgent = 'klaviyo/api/1.3 .0 ' ;
105105
106106 /**
107107 * Debug switch (default set to false)
@@ -434,7 +434,7 @@ public static function toDebugReport()
434434 $ report .= ' OS: ' . php_uname () . PHP_EOL ;
435435 $ report .= ' PHP Version: ' . PHP_VERSION . PHP_EOL ;
436436 $ report .= ' The version of the OpenAPI document: 2023-02-22 ' . PHP_EOL ;
437- $ report .= ' SDK Package Version: 2.0 .0 ' . PHP_EOL ;
437+ $ report .= ' SDK Package Version: 1.3 .0 ' . PHP_EOL ;
438438 $ report .= ' Temp Folder Path: ' . self ::getDefaultConfiguration ()->getTempFolderPath () . PHP_EOL ;
439439
440440 return $ report ;
You can’t perform that action at this time.
0 commit comments