From 2ffe11a3364ecf08e8778eb0c87ddbc44081bb12 Mon Sep 17 00:00:00 2001 From: Thomas Heartman Date: Wed, 23 Mar 2022 13:14:20 +0100 Subject: [PATCH] docs: list v1.3.1 of the PHP sdk as first compatible w/adv constr. While 1.3 _does_ contain the advanced operators, it'll still break if it doesn't recognize the operators or if you provide an invalid semver version. 1.3.1 fixes this, so we should try and nudge people towards that instead. --- website/docs/sdks/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/sdks/index.md b/website/docs/sdks/index.md index 2cef8bd677..f17b83d40e 100644 --- a/website/docs/sdks/index.md +++ b/website/docs/sdks/index.md @@ -76,7 +76,7 @@ If you see an item marked with a ❌ that you would find useful, feel free to re | Basic support | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | | **Category: [Strategy constraints](../advanced/strategy_constraints)** | | | | | | | | | | | Basic support (`IN`, `NOT_IN` operators) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | -| Advanced support (Semver, date, numeric and extended string operators) (introduced in) | ✅ (5.1) | ✅ (3.12) | ✅ (3.3) | ✅ (5.1) | ✅ (4.2) | ⭕ | ✅ (1.3) | ⭕ | ✅ (0.8) | +| Advanced support (Semver, date, numeric and extended string operators) (introduced in) | ✅ (5.1) | ✅ (3.12) | ✅ (3.3) | ✅ (5.1) | ✅ (4.2) | ⭕ | ✅ (1.3.1) | ⭕ | ✅ (0.8) | | **Category: [Unleash Context](../user_guide/unleash_context)** | | | | | | | | | | | Static fields (`environment`, `appName`) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | | Defined fields | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | |