CloudFlare Flexible SSL - Version 1.2.2

Version Description

UPDATED: Supported WordPress Version to v4.5

Download this release

Release Info

Developer paultgoodchild
Plugin Icon 128x128 CloudFlare Flexible SSL
Version 1.2.2
Comparing to
See all releases

Code changes from version 1.2.1 to 1.2.2

Files changed (2) hide show
  1. plugin.php +20 -1
  2. readme.txt +9 -5
plugin.php CHANGED
@@ -3,12 +3,31 @@
3
  * Plugin Name: CloudFlare Flexible SSL
4
  * Plugin URI: http://icwp.io/2f
5
  * Description: Fix For CloudFlare Flexible SSL Redirect Loop For WordPress
6
- * Version: 1.2.1
7
  * Text Domain: cloudflare-flexible-ssl
8
  * Author: iControlWP
9
  * Author URI: http://icwp.io/2e
10
  */
11
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  class ICWP_Cloudflare_Flexible_SSL {
13
 
14
  public function __construct() {}
3
  * Plugin Name: CloudFlare Flexible SSL
4
  * Plugin URI: http://icwp.io/2f
5
  * Description: Fix For CloudFlare Flexible SSL Redirect Loop For WordPress
6
+ * Version: 1.2.2
7
  * Text Domain: cloudflare-flexible-ssl
8
  * Author: iControlWP
9
  * Author URI: http://icwp.io/2e
10
  */
11
 
12
+ /**
13
+ * Copyright (c) 2016 iControlWP <support@icontrolwp.com>
14
+ * All rights reserved.
15
+ *
16
+ * "CloudFlare Flexible SSL" plugin is distributed under the GNU General Public License, Version 2,
17
+ * June 1991. Copyright (C) 1989, 1991 Free Software Foundation, Inc., 51 Franklin
18
+ * St, Fifth Floor, Boston, MA 02110, USA
19
+ *
20
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
21
+ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
22
+ * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
23
+ * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
24
+ * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
25
+ * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
26
+ * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
27
+ * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
28
+ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
29
+ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
30
+ */
31
  class ICWP_Cloudflare_Flexible_SSL {
32
 
33
  public function __construct() {}
readme.txt CHANGED
@@ -5,18 +5,18 @@ License: GPLv3
5
  License URI: http://www.gnu.org/licenses/gpl.html
6
  Tags: CloudFlare, SSL, Flexible SSL, Universal SSL, redirect loop, HTTPS, HTTP_X_FORWARDED_PROTO
7
  Requires at least: 3.2.0
8
- Tested up to: 4.3
9
- Stable tag: 1.2.1
10
 
11
  Fix For CloudFlare Flexible SSL Redirect Loop For WordPress.
12
 
13
  == Description ==
14
 
15
- Using CloudFlare's Flexible SSL on WordPress isn't as simple as just turning it on.
16
 
17
- This plugin forms an **integral part** to enabling Flexible SSL on WordPress and will prevent infinite redirect loops when loading WordPress sites under CloudFlare's Flexible SSL system.
18
 
19
- [Click here to learn more](http://www.icontrolwp.com/2014/10/enabling-cloudflares-universal-flexible-ssl-wordpress-without-infinite-redirect-loops/).
20
 
21
  == Frequently Asked Questions ==
22
 
@@ -46,6 +46,10 @@ For full installation instructions, please review the following article: [Instal
46
 
47
  == Changelog ==
48
 
 
 
 
 
49
  = 1.2.1 =
50
 
51
  FIXED: Checking to ensure certain data types
5
  License URI: http://www.gnu.org/licenses/gpl.html
6
  Tags: CloudFlare, SSL, Flexible SSL, Universal SSL, redirect loop, HTTPS, HTTP_X_FORWARDED_PROTO
7
  Requires at least: 3.2.0
8
+ Tested up to: 4.8
9
+ Stable tag: 1.2.2
10
 
11
  Fix For CloudFlare Flexible SSL Redirect Loop For WordPress.
12
 
13
  == Description ==
14
 
15
+ [Click For Full Implementation Guide](http://icwp.io/6z).
16
 
17
+ Using CloudFlare's Flexible SSL on WordPress isn't as simple as just turning it on.
18
 
19
+ This plugin forms an **integral part** to enabling Flexible SSL on WordPress and prevents infinite redirect loops when loading WordPress sites under CloudFlare's Flexible SSL system.
20
 
21
  == Frequently Asked Questions ==
22
 
46
 
47
  == Changelog ==
48
 
49
+ = 1.2.2 =
50
+
51
+ UPDATED: Supported WordPress Version to v4.5
52
+
53
  = 1.2.1 =
54
 
55
  FIXED: Checking to ensure certain data types