We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a91a95b commit 18f496bCopy full SHA for 18f496b
includes/entities/class-fs-plugin-plan.php
@@ -75,6 +75,12 @@ class FS_Plugin_Plan extends FS_Entity {
75
* @var string Support phone.
76
*/
77
public $support_phone;
78
+ /**
79
+ * @var string Support skype username.
80
+ *
81
+ * @deprecated 2.12.1
82
+ */
83
+ public $support_skype = '';
84
/**
85
* @var bool Is personal success manager supported with the plan.
86
start.php
@@ -15,7 +15,7 @@
15
*
16
* @var string
17
18
- $this_sdk_version = '2.12.1.3';
+ $this_sdk_version = '2.12.1.4';
19
20
#region SDK Selection Logic --------------------------------------------------------------------
21
0 commit comments