PluginProbe
Tiered Pricing Table for WooCommerce / 2.2.3
Tiered Pricing Table for WooCommerce v2.2.3
8.0.2 7.1.7 7.1.5 7.1.4 7.1.1 6.5.0 6.4.0 6.1.0 trunk 1.0 1.1 2.0 2.0.1 2.0.2 2.1 2.1.1 2.1.2 2.2.0 2.2.1 2.2.2 2.2.3 2.3.0 2.3.1 2.3.2 2.3.3 All 91 releases
← All changes | freemius/includes/class-fs-storage.php +2 -0 2.0.1 → 2.2.3 View file →
@@ -336,8 +336,9 @@
336 336 private static function load_network_options_map() {
337 337 self::$_NETWORK_OPTIONS_MAP = array(
338 338 // Network level options.
339 339 'affiliate_application_data' => 0,
340 + 'beta_data' => 0,
340 341 'connectivity_test' => 0,
341 342 'handle_gdpr_admin_notice' => 0,
342 343 'has_trial_plan' => 0,
343 344 'install_sync_timestamp' => 0,
@@ -342,8 +343,9 @@
342 343 'has_trial_plan' => 0,
343 344 'install_sync_timestamp' => 0,
344 345 'install_sync_cron' => 0,
345 346 'is_anonymous_ms' => 0,
347 + 'is_network_activated' => 0,
346 348 'is_on' => 0,
347 349 'is_plugin_new_install' => 0,
348 350 'network_install_blog_id' => 0,
349 351 'pending_sites_info' => 0,