File tree Expand file tree Collapse file tree 2 files changed +35
-1
lines changed Expand file tree Collapse file tree 2 files changed +35
-1
lines changed Original file line number Diff line number Diff line change
1
+
2
+ 2.0.2 / 2021-07-08
3
+ ==================
4
+
5
+ * Merge pull request #19 from PostHog/handle-host
6
+ * fix tests for good
7
+ * check if host exists before operating on it
8
+ * undefined check
9
+ * fix tests
10
+ * Allow hosts with protocol specified
11
+ * Merge pull request #18 from PostHog/feature-flags
12
+ * remove useless comment
13
+ * have env var as the secondary option
14
+ * bump version
15
+ * bring back destruct
16
+ * remove feature flags
17
+ * simplify everything
18
+ * Cleanup isFeatureEnabled docblock
19
+ * Fix user agent undefined array key
20
+ * Merge pull request #17 from PostHog/releasing-update
21
+ * Note ` git-extras ` in RELEASING.md
22
+ * Add test case for isFeatureEnabled with the simple flag in the mocked response
23
+ * Fix: make rolloutPercentage nullable in isSimpleFlagEnabled
24
+ * Merge remote-tracking branch 'upstream/master'
25
+ * Fix is_simple_flag tests by mocking response
26
+ * Use LONG_SCALE const
27
+ * Implement isSimpleFlagEnabled
28
+ * Don't set payload on get requests
29
+ * (WIP) Rework feature flags based on spec ` https://github.com/PostHog/posthog.com/pull/1455 `
30
+ * Extract http client functionalities
31
+ * Remove extra line
32
+ * Change default host to app.posthog.com
33
+ * Feature/support feature flags decide API
34
+ * Upgrade phplint
1
35
2.0.1 / 2021-06-11
2
36
==================
3
37
Original file line number Diff line number Diff line change 6
6
7
7
class PostHog
8
8
{
9
- public const VERSION = '2.0.1 ' ;
9
+ public const VERSION = '2.0.2 ' ;
10
10
public const ENV_API_KEY = "POSTHOG_API_KEY " ;
11
11
public const ENV_HOST = "POSTHOG_HOST " ;
12
12
You can’t perform that action at this time.
0 commit comments