PluginProbe
BlockSpare – Gutenberg Blocks for News, Magazine, Blog & Business Websites / 1.3.5
BlockSpare – Gutenberg Blocks for News, Magazine, Blog & Business Websites v1.3.5
4.1.0 trunk 1.0.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.1.0 1.1.1 1.1.2 1.2.0 1.2.1 1.2.2 1.2.3 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 2.1.2 2.5.0 2.5.3 2.6.1 All 38 releases
← All changes | freemius/config.php +4 -1 1.2.31.3.5 View file →
@@ -1,4 +1,4 @@
1 1 <?php
2 2 /**
3 3 * @package Freemius
4 4 * @copyright Copyright (c) 2015, Freemius, Inc.
@@ -384,5 +384,8 @@
384 384 #endregion
385 385
386 386 if ( ! defined( 'WP_FS__DEMO_MODE' ) ) {
387 387 define( 'WP_FS__DEMO_MODE', false );
388 - }
388 + }
389 + if ( ! defined( 'FS_SDK__SSLVERIFY' ) ) {
390 + define( 'FS_SDK__SSLVERIFY', false );
391 + }