PluginProbe
Extendify / 3.2.1
Extendify v3.2.1
3.2.1 3.2.0 3.1.6 3.1.5 3.1.4 3.1.3 3.1.2 3.1.1 3.1.0 3.0.6 3.0.5 3.0.4 trunk 0.1.0 0.10.0 0.10.1 0.10.2 0.11.0 0.11.1 0.2.0 0.3.0 0.3.1 0.4.0 0.5.0 0.6.0 All 127 releases
← All changes | app/PartnerData.php +2 -0 3.2.03.2.1 View file →
@@ -98,8 +98,9 @@
98 98 'useAutoUpdate' => false,
99 99 'showLaunchUpdate' => false,
100 100 'activeTests' => [],
101 101 'showExtendifyCode' => false,
102 + 'useComingSoon' => false,
102 103 'extendifyCodeData' => [
103 104 'link' => '',
104 105 'title' => '',
105 106 'message' => '',
@@ -189,8 +190,9 @@
189 190 self::$config['useAutoUpdate'] = ($data['useAutoUpdate'] ?? self::$config['useAutoUpdate']);
190 191 self::$config['showLaunchUpdate'] = ($data['showLaunchUpdate'] ?? self::$config['showLaunchUpdate']);
191 192 self::$config['activeTests'] = ($data['activeTests'] ?? self::$config['activeTests']);
192 193 self::$config['showExtendifyCode'] = ($data['showExtendifyCode'] ?? self::$config['showExtendifyCode']);
194 + self::$config['useComingSoon'] = ($data['useComingSoon'] ?? self::$config['useComingSoon']);
193 195 self::$config['extendifyCodeData'] = ($data['extendifyCodeData'] ?? self::$config['extendifyCodeData']);
194 196 self::$config['customDesign'] = ($data['customDesign'] ?? self::$config['customDesign']);
195 197 self::$config['strings'] = ($data['strings'] ?? self::$config['strings']);
196 198