We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 654111d commit 9162af3Copy full SHA for 9162af3
History.md
@@ -1,3 +1,7 @@
1
+3.4.0 / 2025-04-15
2
+ ==================
3
+
4
+ * feat(flags): Add getFeatureFlagPayload method (#53)
5
6
3.3.5 / 2025-03-26
7
==================
composer.json
@@ -1,6 +1,6 @@
{
"name": "posthog/posthog-php",
- "version": "3.3.5",
+ "version": "3.4.0",
"description": "PostHog PHP Library",
"keywords": [
"posthog"
lib/PostHog.php
@@ -6,7 +6,7 @@
class PostHog
8
9
- public const VERSION = '3.3.5';
+ public const VERSION = '3.4.0';
10
public const ENV_API_KEY = "POSTHOG_API_KEY";
11
public const ENV_HOST = "POSTHOG_HOST";
12
0 commit comments