HTTP / HTTPS Remover: SSL Mixed Content Fix - Version 1.5.1

Version Description

Download this release

Release Info

Developer condacore
Plugin Icon 128x128 HTTP / HTTPS Remover: SSL Mixed Content Fix
Version 1.5.1
Comparing to
See all releases

Code changes from version 1.5 to 1.5.1

Files changed (3) hide show
  1. http-https-remover.php +2 -2
  2. index.php +1 -1
  3. readme.txt +3 -1
http-https-remover.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: HTTP / HTTPS Remover
4
  * Plugin URI: https://de.wordpress.org/plugins/http-https-remover/
5
  * Description: This Plugin cleans all the URLs in the source code while it removes the http:// and https:// and replaces it with //
6
- * Version: 1.5
7
  * Author: CONDACORE
8
  * Author URI: https://condacore.com/
9
  * License: GPLv3
@@ -73,7 +73,7 @@ class HTTP_HTTPS_REMOVER
73
  $buffer = str_replace('content="//'.$_SERVER['HTTP_HOST'], 'content="https://'.$_SERVER['HTTP_HOST'], $buffer);
74
  $buffer = str_replace('"url" : "//', '"url" : "https://', $buffer);
75
  $buffer = preg_replace(array('|https://(.*?).googleapis.com|','|https://(.*?).googleapis.com|'), '//$1.googleapis.com', $buffer);
76
- $buffer = preg_replace(array('|https://(.*?).google.com|','|https://(.*?).google.com|'), '//$1.googleapis.com', $buffer);
77
  $buffer = preg_replace("|http://(.+).gravatar.com|", "'https://$1.gravatar.com", $buffer);
78
  $buffer = preg_replace(array("|'http://(.*?).w.org|","|'https://(.*?).w.org|"), "'//$1.w.org", $buffer);
79
 
3
  * Plugin Name: HTTP / HTTPS Remover
4
  * Plugin URI: https://de.wordpress.org/plugins/http-https-remover/
5
  * Description: This Plugin cleans all the URLs in the source code while it removes the http:// and https:// and replaces it with //
6
+ * Version: 1.5.1
7
  * Author: CONDACORE
8
  * Author URI: https://condacore.com/
9
  * License: GPLv3
73
  $buffer = str_replace('content="//'.$_SERVER['HTTP_HOST'], 'content="https://'.$_SERVER['HTTP_HOST'], $buffer);
74
  $buffer = str_replace('"url" : "//', '"url" : "https://', $buffer);
75
  $buffer = preg_replace(array('|https://(.*?).googleapis.com|','|https://(.*?).googleapis.com|'), '//$1.googleapis.com', $buffer);
76
+ $buffer = preg_replace(array('|https://(.*?).google.com|','|https://(.*?).google.com|'), '//$1.google.com', $buffer);
77
  $buffer = preg_replace("|http://(.+).gravatar.com|", "'https://$1.gravatar.com", $buffer);
78
  $buffer = preg_replace(array("|'http://(.*?).w.org|","|'https://(.*?).w.org|"), "'//$1.w.org", $buffer);
79
 
index.php CHANGED
@@ -10,5 +10,5 @@
10
  #
11
  # Plugin: HTTP / HTTPS Remover
12
  # Created by: Marius Bolik
13
- # Copyright: 2016 © CONDACORE
14
  # Web: https://condacore.com
10
  #
11
  # Plugin: HTTP / HTTPS Remover
12
  # Created by: Marius Bolik
13
+ # Copyright: 2017 © CONDACORE
14
  # Web: https://condacore.com
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.me/MariusBolik
4
  Tags: http, https, mixed content
5
  Requires at least: 1.2.0
6
  Tested up to: 4.7.4
7
- Stable tag: 1.5
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -72,6 +72,8 @@ Please purge/clear cache for the changes to take effect!
72
 
73
  == Changelog ==
74
  = 1.5 (04/25/17) =
 
 
75
  * Now it removes http and https from source code again
76
  * Fixed broken links in social sharing plugins
77
  = 1.4 (03/02/17) =
4
  Tags: http, https, mixed content
5
  Requires at least: 1.2.0
6
  Tested up to: 4.7.4
7
+ Stable tag: 1.5.1
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
72
 
73
  == Changelog ==
74
  = 1.5 (04/25/17) =
75
+ * Fixed a reCAPTCHA issue
76
+ = 1.5 (04/25/17) =
77
  * Now it removes http and https from source code again
78
  * Fixed broken links in social sharing plugins
79
  = 1.4 (03/02/17) =