File tree Expand file tree Collapse file tree 4 files changed +12
-4
lines changed
Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 1.12.1] - 2021-08-16
4+ ### Fixed
5+ - Add missing struct interface to smart link configuration interfaces
6+
37## [ 1.12.0] - 2021-08-12
48### Added
59- Structs to support smart link configurations
1216### Added
1317- Structs to support upcoming workflow methods
1418
15- ## [ 1.9.0] - 2ß21 -06-07
19+ ## [ 1.9.0] - 2021 -06-07
1620### Added
1721- ContainerType to MailingTemplateConfiguration
1822
Original file line number Diff line number Diff line change 22
33namespace Scn \EvalancheSoapStruct \Struct \SmartLink ;
44
5+ use Scn \EvalancheSoapStruct \Struct \StructInterface ;
56
67/**
78 * Represents a smart link configuration element.
89 *
910 * @package Scn\EvalancheSoapStruct\Struct\SmartlinkLinkConfiguration
1011 */
11- interface SmartLinkConfigurationInterface
12+ interface SmartLinkConfigurationInterface extends StructInterface
1213{
1314 /**
1415 * @return int
Original file line number Diff line number Diff line change 22
33namespace Scn \EvalancheSoapStruct \Struct \SmartLink ;
44
5+ use Scn \EvalancheSoapStruct \Struct \StructInterface ;
56
67/**
78 * Represents a smart link pool configuration element.
89 *
910 * @package Scn\EvalancheSoapStruct\Struct\SmartLink
1011 */
11- interface SmartLinkPoolConfigurationInterface
12+ interface SmartLinkPoolConfigurationInterface extends StructInterface
1213{
1314 /**
1415 * @return int
Original file line number Diff line number Diff line change 22
33namespace Scn \EvalancheSoapStruct \Struct \SmartLink ;
44
5+ use Scn \EvalancheSoapStruct \Struct \StructInterface ;
6+
57/**
68 * Represents a smart link scoring configuration element.
79 *
810 * @package Scn\EvalancheSoapStruct\Struct\SmartLink
911 */
10- interface SmartLinkScoringConfigurationInterface
12+ interface SmartLinkScoringConfigurationInterface extends StructInterface
1113{
1214 /**
1315 * @return int
You can’t perform that action at this time.
0 commit comments