Version Description
Download this release
Release Info
Developer | clickfunnels.com |
Plugin | ClickFunnels |
Version | 2.0.7 |
Comparing to | |
See all releases |
Code changes from version 2.0.6 to 2.0.7
- CF_API.php +2 -0
- clickfunnels.php +1 -1
- footer.php +1 -1
- readme.txt +5 -1
CF_API.php
CHANGED
@@ -101,6 +101,7 @@ $newHTML = '<!DOCTYPE html>
|
|
101 |
<style type="text/css">#IntercomDefaultWidget{display:none;}#Intercom{display:none;}</style>
|
102 |
<link href="https://assets3.clickfunnels.com/assets/lander.css" media="screen" rel="stylesheet"/>
|
103 |
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
|
|
|
104 |
<script data-cfasync="false" type="text/javascript" src="https://static.clickfunnels.com/clickfunnels/landers/tmp/'.$pagekey.'.js"></script>
|
105 |
<script data-cfasync="false" type="text/javascript">
|
106 |
// Clean up duplicate meta data
|
@@ -178,6 +179,7 @@ $iframeVersion = '<!DOCTYPE html>
|
|
178 |
}
|
179 |
</style>
|
180 |
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
|
|
|
181 |
<script>
|
182 |
$("body").ready(function () {
|
183 |
$(".socialheader_desc").attr("content", $("meta[name=description]").attr("content"));
|
101 |
<style type="text/css">#IntercomDefaultWidget{display:none;}#Intercom{display:none;}</style>
|
102 |
<link href="https://assets3.clickfunnels.com/assets/lander.css" media="screen" rel="stylesheet"/>
|
103 |
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
|
104 |
+
<script src="https://cdnjs.cloudflare.com/ajax/libs/velocity/1.2.3/velocity.min.js"></script>
|
105 |
<script data-cfasync="false" type="text/javascript" src="https://static.clickfunnels.com/clickfunnels/landers/tmp/'.$pagekey.'.js"></script>
|
106 |
<script data-cfasync="false" type="text/javascript">
|
107 |
// Clean up duplicate meta data
|
179 |
}
|
180 |
</style>
|
181 |
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
|
182 |
+
<script src="https://cdnjs.cloudflare.com/ajax/libs/velocity/1.2.3/velocity.min.js"></script>
|
183 |
<script>
|
184 |
$("body").ready(function () {
|
185 |
$(".socialheader_desc").attr("content", $("meta[name=description]").attr("content"));
|
clickfunnels.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: ClickFunnels
|
4 |
* Plugin URI: https://www.clickfunnels.com
|
5 |
* Description: Connect to your ClickFunnels account with simple authorization key and show any ClickFunnels page as your homepage or as 404 error pages or simply choose any of your pages and make clean URLs to your ClickFunnels pages. Don't have an account? <a target="_blank" href="https://www.clickfunnels.com">Sign up for your 2 week <em>free</em> trial now.</a>
|
6 |
-
* Version: 2.0.
|
7 |
* Author: Etison, LLC
|
8 |
* Author URI: https://www.clickfunnels.com
|
9 |
*/
|
3 |
* Plugin Name: ClickFunnels
|
4 |
* Plugin URI: https://www.clickfunnels.com
|
5 |
* Description: Connect to your ClickFunnels account with simple authorization key and show any ClickFunnels page as your homepage or as 404 error pages or simply choose any of your pages and make clean URLs to your ClickFunnels pages. Don't have an account? <a target="_blank" href="https://www.clickfunnels.com">Sign up for your 2 week <em>free</em> trial now.</a>
|
6 |
+
* Version: 2.0.7
|
7 |
* Author: Etison, LLC
|
8 |
* Author URI: https://www.clickfunnels.com
|
9 |
*/
|
footer.php
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
<div class="copyrightInfo">
|
2 |
-
<p><strong style="float: right;font-weight: 600;font-size: 11px;text-align: right;">Running Version 2.0.
|
3 |
</div>
|
4 |
<style>
|
5 |
.copyrightInfo {
|
1 |
<div class="copyrightInfo">
|
2 |
+
<p><strong style="float: right;font-weight: 600;font-size: 11px;text-align: right;">Running Version 2.0.7</strong> Copyright 2015+ © Eitson, LLC</p>
|
3 |
</div>
|
4 |
<style>
|
5 |
.copyrightInfo {
|
readme.txt
CHANGED
@@ -6,7 +6,7 @@ Author URI: https://profiles.wordpress.org/clickfunnelscom
|
|
6 |
Tags: landing pages, clickfunnels, funnels, sales funnel, optin, internet marketing
|
7 |
Requires at least: 3.0
|
8 |
Tested up to: 4.4.1
|
9 |
-
Stable tag: 2.0.
|
10 |
|
11 |
Connect your ClickFunnels pages to your WordPress blog. Create custom pages, set as homepage or 404 page with easy setup.
|
12 |
|
@@ -100,6 +100,10 @@ By re-selecting the page it will ping the server which should refresh your page.
|
|
100 |
|
101 |
Stay current with the latest version of the plugin:
|
102 |
|
|
|
|
|
|
|
|
|
103 |
= Version 2.0.6 =
|
104 |
|
105 |
* Warnings, Offset fixes
|
6 |
Tags: landing pages, clickfunnels, funnels, sales funnel, optin, internet marketing
|
7 |
Requires at least: 3.0
|
8 |
Tested up to: 4.4.1
|
9 |
+
Stable tag: 2.0.7
|
10 |
|
11 |
Connect your ClickFunnels pages to your WordPress blog. Create custom pages, set as homepage or 404 page with easy setup.
|
12 |
|
100 |
|
101 |
Stay current with the latest version of the plugin:
|
102 |
|
103 |
+
= Version 2.0.7 =
|
104 |
+
|
105 |
+
* Add velocity lib to fix popups
|
106 |
+
|
107 |
= Version 2.0.6 =
|
108 |
|
109 |
* Warnings, Offset fixes
|