Skip to content

Commit f2cdac9

Browse files
Merge pull request #113 from SiftScience/release-4.8.0
Release 4.8.0
2 parents ffc02bd + 3908a6a commit f2cdac9

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGES.RST

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
4.8.0 (2024-05-27)
2+
================
3+
- Added support for warnings in Events API
4+
15
4.7.0 (2024-02-22)
26
================
37
- Webhooks API

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"keywords": ["sift", "sift science", "php", "fraud"],
55
"homepage": "https://github.com/SiftScience/sift-php",
66
"license": "MIT",
7-
"version": "4.7.0",
7+
"version": "4.8.0",
88
"authors": [
99
{
1010
"name": "Alex Lopatin"

lib/Sift.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ abstract class Sift
1212
*/
1313
public static $account_id;
1414

15-
const VERSION = '4.7.0';
15+
const VERSION = '4.8.0';
1616

1717
public static function setApiKey($api_key)
1818
{

0 commit comments

Comments
 (0)