Version Description
Download this release
Release Info
Developer | clickfunnels.com |
Plugin | ClickFunnels |
Version | 1.0.3 |
Comparing to | |
See all releases |
Code changes from version 1.0.2 to 1.0.3
- clickfunnels.php +1 -1
- footer.php +1 -1
- readme.txt +12 -3
clickfunnels.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: ClickFunnels
|
4 |
* Plugin URI: http://clickfunnels.com
|
5 |
* Description: Connect your ClickFunnel pages to your blog. Create new pages, connect to homepage or 404 pages.
|
6 |
-
* Version: 1.0.
|
7 |
* Author: Etison, LLC
|
8 |
* Author URI: http://clickfunnels.com
|
9 |
*/
|
3 |
* Plugin Name: ClickFunnels
|
4 |
* Plugin URI: http://clickfunnels.com
|
5 |
* Description: Connect your ClickFunnel pages to your blog. Create new pages, connect to homepage or 404 pages.
|
6 |
+
* Version: 1.0.3
|
7 |
* Author: Etison, LLC
|
8 |
* Author URI: http://clickfunnels.com
|
9 |
*/
|
footer.php
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
<div class="copyrightInfo">
|
2 |
-
<p><strong style="float: right;margin-right: 20px;font-weight: 200">v1.0.
|
3 |
</div>
|
4 |
<style>
|
5 |
.copyrightInfo {
|
1 |
<div class="copyrightInfo">
|
2 |
+
<p><strong style="float: right;margin-right: 20px;font-weight: 200">v1.0.3</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.1
|
9 |
-
Stable tag: 1.0.
|
10 |
|
11 |
Connect your ClickFunnels pages to your Wordpress blog. Create custom pages, set as homepage or 404 page with easy setup.
|
12 |
|
@@ -82,13 +82,22 @@ To set a page to show as the home page just select any of your ClickFunnels page
|
|
82 |
|
83 |
**Yes.** A clickfunnels account is required to use this plugin. If you are not already a member you can sign up for your account and transform the way you run your online business.
|
84 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
85 |
== Changelog ==
|
86 |
|
87 |
Stay current with the latest version of the plugin:
|
88 |
|
89 |
-
=
|
90 |
|
91 |
-
*
|
|
|
92 |
|
93 |
= Version: 1.0.2 =
|
94 |
|
6 |
Tags: landing pages, clickfunnels, funnels, sales funnel, optin, internet marketing
|
7 |
Requires at least: 3.0
|
8 |
Tested up to: 4.1
|
9 |
+
Stable tag: 1.0.3
|
10 |
|
11 |
Connect your ClickFunnels pages to your Wordpress blog. Create custom pages, set as homepage or 404 page with easy setup.
|
12 |
|
82 |
|
83 |
**Yes.** A clickfunnels account is required to use this plugin. If you are not already a member you can sign up for your account and transform the way you run your online business.
|
84 |
|
85 |
+
= Special Characters Displaying Incorrectly? =
|
86 |
+
|
87 |
+
The error for displaying special characters incorrectly has been fixed for all newly created pages.
|
88 |
+
|
89 |
+
For older pages you will need to open the page in the editor and hit save. Or you can re-select your page in the WordPress plugin. Screenshot here: http://cl.ly/0n2H0v220e1U
|
90 |
+
|
91 |
+
By re-selecting the page it will ping the server which should refresh your page.
|
92 |
+
|
93 |
== Changelog ==
|
94 |
|
95 |
Stay current with the latest version of the plugin:
|
96 |
|
97 |
+
= Version: 1.0.3 =
|
98 |
|
99 |
+
* Fix Blank Homepage (caused by template_include)
|
100 |
+
* Special Character Fix (see FAQ)
|
101 |
|
102 |
= Version: 1.0.2 =
|
103 |
|