Skip to content

Commit 18f496b

Browse files
authored
[php82] [php-error] Add missing property from serialized object for the support_skype requirement. (#817)
1 parent a91a95b commit 18f496b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

includes/entities/class-fs-plugin-plan.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,12 @@ class FS_Plugin_Plan extends FS_Entity {
7575
* @var string Support phone.
7676
*/
7777
public $support_phone;
78+
/**
79+
* @var string Support skype username.
80+
*
81+
* @deprecated 2.12.1
82+
*/
83+
public $support_skype = '';
7884
/**
7985
* @var bool Is personal success manager supported with the plan.
8086
*/

start.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*
1616
* @var string
1717
*/
18-
$this_sdk_version = '2.12.1.3';
18+
$this_sdk_version = '2.12.1.4';
1919

2020
#region SDK Selection Logic --------------------------------------------------------------------
2121

0 commit comments

Comments
 (0)