Version Description
Download this release
Release Info
Developer | unbouncewordpress |
Plugin | Unbounce Landing Pages |
Version | 1.0.11 |
Comparing to | |
See all releases |
Code changes from version 1.0.10 to 1.0.11
- UBConfig.php +3 -3
- UBDiagnostics.php +1 -1
- Unbounce-Page.php +3 -3
- readme.txt +21 -10
- templates/main_authorized_footer.php +1 -1
- templates/main_unauthorized_footer.php +1 -1
UBConfig.php
CHANGED
@@ -4,8 +4,8 @@ class UBConfig {
|
|
4 |
|
5 |
const UB_PLUGIN_NAME = 'ub-wordpress';
|
6 |
const UB_CACHE_TIMEOUT_ENV_KEY = 'UB_WP_ROUTES_CACHE_EXP';
|
7 |
-
const UB_USER_AGENT = 'Unbounce WP Plugin 1.0.
|
8 |
-
const UB_VERSION = '1.0.
|
9 |
|
10 |
# Option keys
|
11 |
const UB_ROUTES_CACHE_KEY = 'ub-route-cache';
|
@@ -172,7 +172,7 @@ class UBConfig {
|
|
172 |
curl_setopt_array($curl, $curl_options);
|
173 |
$data = curl_exec($curl);
|
174 |
$http_code = curl_getinfo($curl, CURLINFO_HTTP_CODE);
|
175 |
-
$header_size = curl_getinfo($curl,
|
176 |
$curl_error = null;
|
177 |
$etag = null;
|
178 |
$max_age = null;
|
4 |
|
5 |
const UB_PLUGIN_NAME = 'ub-wordpress';
|
6 |
const UB_CACHE_TIMEOUT_ENV_KEY = 'UB_WP_ROUTES_CACHE_EXP';
|
7 |
+
const UB_USER_AGENT = 'Unbounce WP Plugin 1.0.11';
|
8 |
+
const UB_VERSION = '1.0.11';
|
9 |
|
10 |
# Option keys
|
11 |
const UB_ROUTES_CACHE_KEY = 'ub-route-cache';
|
172 |
curl_setopt_array($curl, $curl_options);
|
173 |
$data = curl_exec($curl);
|
174 |
$http_code = curl_getinfo($curl, CURLINFO_HTTP_CODE);
|
175 |
+
$header_size = strlen($data) - curl_getinfo($curl, CURLINFO_SIZE_DOWNLOAD);
|
176 |
$curl_error = null;
|
177 |
$etag = null;
|
178 |
$max_age = null;
|
UBDiagnostics.php
CHANGED
@@ -28,7 +28,7 @@ class UBDiagnostics {
|
|
28 |
return array(
|
29 |
'PHP Version' => phpversion(),
|
30 |
'WordPress Version' => UBDiagnostics::wordpress_version(),
|
31 |
-
'Unbounce Plugin Version' => "1.0.
|
32 |
'Permalink Structure' => get_option('permalink_structure', ''),
|
33 |
'Domain' => $domain,
|
34 |
'Domain Authorized' => print_r(UBConfig::is_authorized_domain($domain), true),
|
28 |
return array(
|
29 |
'PHP Version' => phpversion(),
|
30 |
'WordPress Version' => UBDiagnostics::wordpress_version(),
|
31 |
+
'Unbounce Plugin Version' => "1.0.11",
|
32 |
'Permalink Structure' => get_option('permalink_structure', ''),
|
33 |
'Domain' => $domain,
|
34 |
'Domain Authorized' => print_r(UBConfig::is_authorized_domain($domain), true),
|
Unbounce-Page.php
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
-
Plugin Name: Unbounce
|
4 |
Plugin URI: http://unbounce.com
|
5 |
-
Description:
|
6 |
-
Version: 1.0.
|
7 |
Author: Unbounce
|
8 |
Author URI: http://unbounce.com
|
9 |
License: GPLv2
|
1 |
<?php
|
2 |
/*
|
3 |
+
Plugin Name: Unbounce Landing Pages
|
4 |
Plugin URI: http://unbounce.com
|
5 |
+
Description: Unbounce is the most powerful standalone landing page builder available.
|
6 |
+
Version: 1.0.11
|
7 |
Author: Unbounce
|
8 |
Author URI: http://unbounce.com
|
9 |
License: GPLv2
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: unbouncewordpress
|
|
3 |
Tags: Unbounce, AB testing, A/B testing, split testing, CRO, conversion optimization, wordpress landing page, wp landing pages, splash pages, landing pages, squeeze pages, lead gen, lead generation, email list, responsive landing pages, templates, inbound marketing, ppc, analytics
|
4 |
Requires at least: 4.1.5
|
5 |
Tested up to: 4.3
|
6 |
-
Stable tag: 1.0.
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
@@ -11,23 +11,29 @@ Unbounce is the most powerful standalone landing page builder available.
|
|
11 |
|
12 |
== Description ==
|
13 |
|
14 |
-
With Unbounce, marketers can create fully customized landing pages
|
15 |
-
|
16 |
|
17 |
-
|
18 |
-
your website’s fonts, colors and images. Unbounce allows you to customize your
|
19 |
-
landing pages to match your brand perfectly. With the Unbounce WordPress Landing
|
20 |
-
Page Plugin, you can launch your landing page on your own domain without ever
|
21 |
-
talking to I.T. Try it for a month for free!
|
22 |
|
23 |
-
|
|
|
|
|
|
|
24 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
- A team of Customer Success coaches that are easy to reach when you need help
|
26 |
- 80+ free templates (plus more on ThemeForest)
|
27 |
- Complete customizability of the desktop and mobile layouts
|
28 |
- Built in A/B testing features
|
29 |
-
- Easy Google Analytics tagging & event tracking
|
30 |
- Integrations with the tools marketers use - MailChimp, SalesForce, Hubspot & more
|
|
|
31 |
- Plus much more
|
32 |
|
33 |
== Installation ==
|
@@ -76,6 +82,11 @@ to help track down the issue.
|
|
76 |
|
77 |
== Screenshots ==
|
78 |
|
|
|
|
|
|
|
|
|
|
|
79 |
== Changelog ==
|
80 |
|
81 |
= 1.0.0 =
|
3 |
Tags: Unbounce, AB testing, A/B testing, split testing, CRO, conversion optimization, wordpress landing page, wp landing pages, splash pages, landing pages, squeeze pages, lead gen, lead generation, email list, responsive landing pages, templates, inbound marketing, ppc, analytics
|
4 |
Requires at least: 4.1.5
|
5 |
Tested up to: 4.3
|
6 |
+
Stable tag: 1.0.11
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
11 |
|
12 |
== Description ==
|
13 |
|
14 |
+
With Unbounce’s landing page plugin for WordPress, marketers can create fully customized landing pages for
|
15 |
+
their campaigns and publish them to their existing WordPress sites.
|
16 |
|
17 |
+
To publish landing pages on your WordPress website:
|
|
|
|
|
|
|
|
|
18 |
|
19 |
+
1. Build your landing page in Unbounce, the world’s most powerful landing page builder
|
20 |
+
1. Publish your page to WordPress using this very plugin
|
21 |
+
1. Manage all your WordPress landing pages through the plugin’s interface
|
22 |
+
1. Edit and update all your landing pages from Unbounce’s page builder. They’ll automatically get updated on your WordPress site
|
23 |
|
24 |
+
Unbounce allows you to customize your landing pages to match your brand perfectly. The WYSIWYG builder allows
|
25 |
+
for quick and easy page editing. With the Unbounce WordPress Landing Page Plugin, you can launch your landing
|
26 |
+
page on your own domain without ever talking to I.T. Try it for a month for free!
|
27 |
+
|
28 |
+
More than 10,000 digital marketers use Unbounce. Some of the features they love the most include:
|
29 |
+
|
30 |
+
- Publish pages to your WordPress domain
|
31 |
- A team of Customer Success coaches that are easy to reach when you need help
|
32 |
- 80+ free templates (plus more on ThemeForest)
|
33 |
- Complete customizability of the desktop and mobile layouts
|
34 |
- Built in A/B testing features
|
|
|
35 |
- Integrations with the tools marketers use - MailChimp, SalesForce, Hubspot & more
|
36 |
+
- Easy Google Analytics tagging & event tracking
|
37 |
- Plus much more
|
38 |
|
39 |
== Installation ==
|
82 |
|
83 |
== Screenshots ==
|
84 |
|
85 |
+
1. Build your landing page in Unbounce, the world’s most powerful landing page builder.
|
86 |
+
2. Publish your page to WordPress using this very plugin.
|
87 |
+
3. View all of your WordPress landing pages in the plugin’s interface and easily manage them in Unbounce.
|
88 |
+
4. Edit and update all your landing pages from Unbounce’s page builder. They’ll automatically get updated on your WordPress site.
|
89 |
+
|
90 |
== Changelog ==
|
91 |
|
92 |
= 1.0.0 =
|
templates/main_authorized_footer.php
CHANGED
@@ -17,4 +17,4 @@ $refresh_button = get_submit_button('refreshing the Published Pages list', 'seco
|
|
17 |
Check out our knowledge base.
|
18 |
</a>
|
19 |
<br/><a class="ub-diagnostics-link" href="<?php echo $diagnostics_url ?>">Click here for troubleshooting and plugin diagnostics</a>
|
20 |
-
<p class="ub-version">Unbounce Version 1.0.
|
17 |
Check out our knowledge base.
|
18 |
</a>
|
19 |
<br/><a class="ub-diagnostics-link" href="<?php echo $diagnostics_url ?>">Click here for troubleshooting and plugin diagnostics</a>
|
20 |
+
<p class="ub-version">Unbounce Version 1.0.11</p>
|
templates/main_unauthorized_footer.php
CHANGED
@@ -4,4 +4,4 @@
|
|
4 |
<a class="ub-diagnostics-link" href="<?php echo admin_url('admin.php?page=unbounce-pages-diagnostics'); ?>">
|
5 |
Click here for troubleshooting and plugin diagnostics
|
6 |
</a>
|
7 |
-
<p class="ub-version">Unbounce Version 1.0.
|
4 |
<a class="ub-diagnostics-link" href="<?php echo admin_url('admin.php?page=unbounce-pages-diagnostics'); ?>">
|
5 |
Click here for troubleshooting and plugin diagnostics
|
6 |
</a>
|
7 |
+
<p class="ub-version">Unbounce Version 1.0.11</p>
|