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 e81b46a commit ab6d876Copy full SHA for ab6d876
includes/class-freemius.php
@@ -1357,8 +1357,7 @@ function _plugins_loaded() {
1357
}
1358
1359
function _run_garbage_collector() {
1360
- // @todo - Remove this check once the garbage collector is ready to be out of beta.
1361
- if ( true !== fs_get_optional_constant( 'WP_FS__ENABLE_GARBAGE_COLLECTOR', false ) ) {
+ if ( true !== fs_get_optional_constant( 'WP_FS__ENABLE_GARBAGE_COLLECTOR', true ) ) {
1362
return;
1363
1364
start.php
@@ -15,7 +15,7 @@
15
*
16
* @var string
17
*/
18
- $this_sdk_version = '2.6.1';
+ $this_sdk_version = '2.6.1.1';
19
20
#region SDK Selection Logic --------------------------------------------------------------------
21
0 commit comments