Skip to content
This repository was archived by the owner on Aug 18, 2023. It is now read-only.

Commit 5da11b6

Browse files
authored
Merge pull request #66 from kamil-klasicki/feature/post_public_api
Feature/post public api
2 parents 434c237 + ce96190 commit 5da11b6

4 files changed

Lines changed: 122 additions & 78 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
## CHANGELOG
22
### [Unreleased]
33

4+
### [2.3.3]
5+
- Update - Add ability to track and identify calls to use POST instead of GET
6+
47
### [2.3.2]
58
- Update - Add global suppression endpoint.
69
- Fix - Explicitly set curl query array and authentication.
@@ -53,7 +56,8 @@
5356
### 1.0
5457
- As this changelog was created after 2.0.0, please refer to the README for version 1 https://github.com/klaviyo/php-klaviyo/tree/d388ca998dff55b2a7e420c2c7aa2cd221365d1c
5558

56-
[Unreleased]: https://github.com/klaviyo/php-klaviyo/compare/2.3.2...HEAD
59+
[Unreleased]: https://github.com/klaviyo/php-klaviyo/compare/2.3.3...HEAD
60+
[2.3.3]: https://github.com/klaviyo/php-klaviyo/compare/2.3.2...2.3.3
5761
[2.3.2]: https://github.com/klaviyo/php-klaviyo/compare/2.3.1...2.3.2
5862
[2.3.1]: https://github.com/klaviyo/php-klaviyo/compare/2.3.0...2.3.1
5963
[2.3.0]: https://github.com/klaviyo/php-klaviyo/compare/2.2.5...2.3.0

src/Klaviyo.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
namespace Klaviyo;
44

55
use Klaviyo\Exception\KlaviyoException as KlaviyoException;
6+
67
/**
78
* Main class for accessing the Klaviyo API
89
*/
@@ -21,7 +22,7 @@ class Klaviyo
2122
/**
2223
* @var string
2324
*/
24-
const VERSION = '2.3.2';
25+
const VERSION = '2.3.3';
2526

2627
/**
2728
* Constructor for Klaviyo.

0 commit comments

Comments
 (0)