We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfafebc commit 42f90eaCopy full SHA for 42f90ea
3 files changed
History.md
@@ -1,3 +1,11 @@
1
+
2
+3.7.0 / 2025-08-26
3
+==================
4
5
+ * feat(flags): Implement local evaluation of flag dependencies (#84)
6
+ * fix: Ignore new `flag` filter type in local evaluation (#80)
7
+ * chore: Add feature flags project board workflow (#79)
8
9
3.6.0 / 2025-04-30
10
==================
11
composer.json
@@ -1,6 +1,6 @@
{
"name": "posthog/posthog-php",
- "version": "3.6.0",
+ "version": "3.7.0",
"description": "PostHog PHP Library",
"keywords": [
"posthog"
lib/PostHog.php
@@ -6,7 +6,7 @@
class PostHog
- public const VERSION = '3.6.0';
+ public const VERSION = '3.7.0';
public const ENV_API_KEY = "POSTHOG_API_KEY";
public const ENV_HOST = "POSTHOG_HOST";
12
0 commit comments