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 ef6e862 commit b4facb7Copy full SHA for b4facb7
force-https.php
@@ -3,7 +3,7 @@
3
Plugin Name: Force HTTPS
4
Plugin URI: https://www.littlebizzy.com/plugins/force-https
5
Description: HTTPS enforcement for WordPress
6
-Version: 2.0.0
+Version: 2.0.1
7
Author: LittleBizzy
8
Author URI: https://www.littlebizzy.com
9
License: GPLv3
@@ -20,7 +20,7 @@
20
21
// Disable WordPress.org updates for this plugin
22
add_filter('gu_override_dot_org', function ($overrides) {
23
- $overrides['force-https/force-https.php'] = true;
+ $overrides[] = 'force-https/force-https.php';
24
return $overrides;
25
});
26
0 commit comments