WordPress Force HTTPS - Version 0.1.4

Version Description

  • Compatible to 4.9.8
Download this release

Release Info

Developer phikai
Plugin Icon wp plugin WordPress Force HTTPS
Version 0.1.4
Comparing to
See all releases

Code changes from version 0.1.3 to 0.1.4

Files changed (2) hide show
  1. readme.txt +6 -3
  2. wordpress-force-https.php +1 -1
readme.txt CHANGED
@@ -2,8 +2,8 @@
2
  Contributors: phikai
3
  Tags: ssl, https, http, secure
4
  Requires at least: 3.5
5
- Tested up to: 4.7.0
6
- Stable tag: 0.1.3
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -36,6 +36,9 @@ None yet!
36
 
37
  == Changelog ==
38
 
 
 
 
39
  = 0.1.3 =
40
  * Compatible to 4.7.0
41
 
@@ -44,4 +47,4 @@ None yet!
44
  * Compatible to 4.0.0
45
 
46
  = 0.1.1 =
47
- * Initial Release
2
  Contributors: phikai
3
  Tags: ssl, https, http, secure
4
  Requires at least: 3.5
5
+ Tested up to: 4.9.8
6
+ Stable tag: 0.1.4
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
36
 
37
  == Changelog ==
38
 
39
+ = 0.1.4 =
40
+ * Compatible to 4.9.8
41
+
42
  = 0.1.3 =
43
  * Compatible to 4.7.0
44
 
47
  * Compatible to 4.0.0
48
 
49
  = 0.1.1 =
50
+ * Initial Release
wordpress-force-https.php CHANGED
@@ -6,7 +6,7 @@ Plugin URI: https://github.com/phikai/wordpress-force-https
6
  Description: Forces all of the things to HTTPS
7
  Author: A. Kai Armstrong
8
  Author URI: http://www.kaiarmstrong.com
9
- Version: 0.1.3
10
  */
11
 
12
  function toz_force_https () {
6
  Description: Forces all of the things to HTTPS
7
  Author: A. Kai Armstrong
8
  Author URI: http://www.kaiarmstrong.com
9
+ Version: 0.1.4
10
  */
11
 
12
  function toz_force_https () {