File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## 4.0.0 - 2026-01-09
2+
3+ * [ Full Changelog] ( https://github.com/PostHog/posthog-php/compare/3.7.3...4.0.0 )
4+
153.7.3 / 2025-12-04
26==================
37
259263 * Merge pull request #6 from chuva-inc/document_property
260264 * Merge pull request #5 from chuva-inc/issue_4
261265 * Posthog/posthog-php #3 : Document the customer property
262- * PostHog/posthog-php #4 : Removes \n from beginning of the file
266+ * PostHog/posthog-php #4 : Removes
267+ from beginning of the file
263268 * Update README.md
264269 * fix infinite loop on error 0 from libcurl
265270 * fix error when including https:// in host
Original file line number Diff line number Diff line change 11{
22 "name" : " posthog/posthog-php" ,
3- "version" : " 3.7.3 " ,
3+ "version" : " 4.0.0 " ,
44 "description" : " PostHog PHP Library" ,
55 "keywords" : [
66 " posthog"
Original file line number Diff line number Diff line change 66
77class PostHog
88{
9- public const VERSION = '3.7.3 ' ;
9+ public const VERSION = '4.0.0 ' ;
1010 public const ENV_API_KEY = "POSTHOG_API_KEY " ;
1111 public const ENV_HOST = "POSTHOG_HOST " ;
1212
You can’t perform that action at this time.
0 commit comments