Skip to content

Commit 712dab7

Browse files
authored
Update force-https.php
1 parent 29abd4d commit 712dab7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

force-https.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Plugin Name: Force HTTPS
44
Plugin URI: https://www.littlebizzy.com/plugins/force-https
55
Description: Redirects all HTTP requests to the HTTPS version and fixes insecure links and resources without altering the database (also works with CloudFlare).
6-
Version: 1.4.2
6+
Version: 1.4.3
77
Author: LittleBizzy
88
Author URI: https://www.littlebizzy.com
99
License: GPLv3
@@ -20,7 +20,7 @@
2020
// Plugin constants
2121
const FILE = __FILE__;
2222
const PREFIX = 'fhttps';
23-
const VERSION = '1.4.2';
23+
const VERSION = '1.4.3';
2424
const REPO = 'littlebizzy/force-https';
2525

2626
// Boot

0 commit comments

Comments
 (0)