Skip to content

Commit

Permalink
docs: list v1.3.1 of the PHP sdk as first compatible w/adv constr.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
thomasheartman committed Mar 23, 2022
1 parent 03dc579 commit 2ffe11a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/sdks/index.md
Expand Up @@ -76,7 +76,7 @@ If you see an item marked with a ❌ that you would find useful, feel free to re
| Basic support ||||||||| |
| <span id="strategy-constraints">**Category: [Strategy constraints](../advanced/strategy_constraints)**</span> | | | | | | | | | |
| Basic support (`IN`, `NOT_IN` operators) ||||||||| |
| <span id="strategy-constraints-advanced-support">Advanced support (Semver, date, numeric and extended string operators)</span> (introduced in) | ✅ (5.1) | ✅ (3.12) | ✅ (3.3) | ✅ (5.1) | ✅ (4.2) || ✅ (1.3) || ✅ (0.8) |
| <span id="strategy-constraints-advanced-support">Advanced support (Semver, date, numeric and extended string operators)</span> (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 ||||||||| |
Expand Down

0 comments on commit 2ffe11a

Please sign in to comment.