Skip to content

Commit 7c5fb3e

Browse files
author
LaunchDarklyReleaseBot
committed
Releasing version 4.3.0
1 parent 1b04637 commit 7c5fb3e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to the LaunchDarkly PHP SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
44

5+
## [4.3.0] - 2023-01-31
6+
### Added:
7+
- Introduced support for an `application_info` config property which sets application metadata that may be used in LaunchDarkly analytics or other product features. This does not affect feature flag evaluations.
8+
59
## [4.2.4] - 2022-10-07
610
### Changed:
711
- CI builds now include a cross-platform test suite implemented in https://github.com/launchdarkly/sdk-test-harness. This is in addition to unit test coverage, and ensures consistent behavior across SDKs.

src/LaunchDarkly/LDClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class LDClient
2727
* The current SDK version.
2828
* @var string
2929
*/
30-
const VERSION = '4.2.4';
30+
const VERSION = '4.3.0';
3131

3232
/** @var string */
3333
protected $_sdkKey;

0 commit comments

Comments
 (0)