File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " facebook/capi-param-builder-php" ,
3- "version" : " 1.0.1 " ,
3+ "version" : " 1.1.0 " ,
44 "description" : " Parameter builder SDK for Conversion API events" ,
55 "require" : {
66 "php" : " >=7.4"
Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
44
55## Unreleased
66
7+ ## v1.1.0
8+ - Improve appendix to include current SDK version, is_new flag.
9+
710## v1.0.2
811- ParamsConfig optimization with duplication check and remove unused leading underscore.
912
Original file line number Diff line number Diff line change 11{
22 "name" : " facebook/capi-param-builder-php" ,
3- "version" : " 1.0.2 " ,
3+ "version" : " 1.1.0 " ,
44 "description" : " Parameter builder SDK for Conversion API events" ,
55 "require" : {
66 "php" : " >=7.4"
Original file line number Diff line number Diff line change 11{
2- "require" : {
3- "php" : " >=7.4" ,
4- "facebook/capi-param-builder-php" : " 1.0.0 "
5- },
6- "minimum-stability" : " dev"
2+ "require" : {
3+ "php" : " >=7.4" ,
4+ "facebook/capi-param-builder-php" : " 1.0.1 "
5+ },
6+ "minimum-stability" : " dev"
77}
You can’t perform that action at this time.
0 commit comments