File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to the LaunchDarkly PHP SDK will be documented in this file. This project adheres to [ Semantic Versioning] ( http://semver.org ) .
4
4
5
+ ## [ 2.1.1] - 2017-04-11
6
+ ### Changed
7
+ - Better handling of possibly null targets. Thanks @idirouhab !
8
+ - Better handling of possibly null rules.
9
+
5
10
## [ 2.1.0] - 2017-03-23
6
11
### Changed
7
12
- Allow FeatureRequester to be injected into the client. Thanks @abacaphiliac !
@@ -51,4 +56,4 @@ All notable changes to the LaunchDarkly PHP SDK will be documented in this file.
51
56
- The ` toggle ` call has been deprecated in favor of ` variation ` .
52
57
53
58
### Removed
54
- - The ` getFlag ` function has been removed.
59
+ - The ` getFlag ` function has been removed.
Original file line number Diff line number Diff line change 1
- 2.1.0
1
+ 2.1.1
Original file line number Diff line number Diff line change 10
10
*/
11
11
class LDClient {
12
12
const DEFAULT_BASE_URI = 'https://app.launchdarkly.com ' ;
13
- const VERSION = '2.1.0 ' ;
13
+ const VERSION = '2.1.1 ' ;
14
14
15
15
/** @var string */
16
16
protected $ _sdkKey ;
You can’t perform that action at this time.
0 commit comments