WordPress Force HTTPS - Version 0.1.3

Version Description

  • Compatible to 4.7.0
Download this release

Release Info

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

Code changes from version 0.1.2 to 0.1.3

Files changed (2) hide show
  1. readme.txt +5 -2
  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.0.0
6
- Stable tag: 0.1.2
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.2 =
40
  * Adding exit();
41
  * Compatible to 4.0.0
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
 
37
  == Changelog ==
38
 
39
+ = 0.1.3 =
40
+ * Compatible to 4.7.0
41
+
42
  = 0.1.2 =
43
  * Adding exit();
44
  * Compatible to 4.0.0
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.2
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.3
10
  */
11
 
12
  function toz_force_https () {