File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to the LaunchDarkly PHP SDK will be documented in this file. This project adheres to [ Semantic Versioning] ( http://semver.org ) .
44
5+ ## [ 2.1.2] - 2017-04-27
6+ ### Changed
7+ - Relaxed the requirement on ` kevinrob/guzzle-cache-middleware ` for the default ` GuzzleFeatureRequester ` .
8+ - Added package suggestions in ` composer.json ` .
9+
10+ ### Fixed
11+ - Better handling of possibly null variations. Thanks @idirouhab !
12+
513## [ 2.1.1] - 2017-04-11
614### Changed
715- Better handling of possibly null targets. Thanks @idirouhab !
Original file line number Diff line number Diff line change 1- 2.1.1
1+ 2.1.2
Original file line number Diff line number Diff line change 1010 */
1111class LDClient {
1212 const DEFAULT_BASE_URI = 'https://app.launchdarkly.com ' ;
13- const VERSION = '2.1.1 ' ;
13+ const VERSION = '2.1.2 ' ;
1414
1515 /** @var string */
1616 protected $ _sdkKey ;
You can’t perform that action at this time.
0 commit comments