Unbounce Landing Pages - Version 1.0.1

Version Description

Download this release

Release Info

Developer unbouncewordpress
Plugin Icon Unbounce Landing Pages
Version 1.0.1
Comparing to
See all releases

Code changes from version 1.0.0 to 1.0.1

Files changed (3) hide show
  1. UBConfig.php +2 -2
  2. Unbounce-Page.php +2 -2
  3. readme.txt +6 -5
UBConfig.php CHANGED
@@ -12,8 +12,8 @@ class UBConfig {
12
  const UB_AUTHORIZED_DOMAINS_KEY = 'ub-authorized-domains';
13
  const UB_HAS_AUTHORIZED_KEY = 'ub-has-authorized';
14
  const UB_CACHE_TIMEOUT_ENV_KEY = 'UB_WP_ROUTES_CACHE_EXP';
15
- const UB_USER_AGENT = 'Unbounce WP Plugin 1.0.0';
16
- const UB_VERSION = '1.0.0';
17
 
18
  public static function default_page_server_domain() {
19
  $domain = getenv('UB_PAGE_SERVER_DOMAIN');
12
  const UB_AUTHORIZED_DOMAINS_KEY = 'ub-authorized-domains';
13
  const UB_HAS_AUTHORIZED_KEY = 'ub-has-authorized';
14
  const UB_CACHE_TIMEOUT_ENV_KEY = 'UB_WP_ROUTES_CACHE_EXP';
15
+ const UB_USER_AGENT = 'Unbounce WP Plugin 1.0.1';
16
+ const UB_VERSION = '1.0.1';
17
 
18
  public static function default_page_server_domain() {
19
  $domain = getenv('UB_PAGE_SERVER_DOMAIN');
Unbounce-Page.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Unbounce
4
  Plugin URI: http://unbounce.com
5
  Description: Publish Unbounce Landing Pages to your Wordpress Domain.
6
- Version: 1.0.0
7
  Author: Unbounce
8
  Author URI: http://unbounce.com
9
  License: GPLv2
@@ -230,7 +230,7 @@ function render_unbounce_pages($domain_info, $domain) {
230
  echo '. If they are still not appearing, double check that your Unbounce pages are using a Wordpress domain.</p>';
231
  echo '</form>';
232
  echo '<a href="http://documentation.unbounce.com/hc/en-us/articles/205069824-Integrating-with-WordPress" target="_blank">Check out our knowledge base.</a>';
233
- echo '<p class="ub-version">Unbounce Version 1.0.0</p>';
234
  });
235
  } else {
236
  if (UBConfig::has_authorized()) {
3
  Plugin Name: Unbounce
4
  Plugin URI: http://unbounce.com
5
  Description: Publish Unbounce Landing Pages to your Wordpress Domain.
6
+ Version: 1.0.1
7
  Author: Unbounce
8
  Author URI: http://unbounce.com
9
  License: GPLv2
230
  echo '. If they are still not appearing, double check that your Unbounce pages are using a Wordpress domain.</p>';
231
  echo '</form>';
232
  echo '<a href="http://documentation.unbounce.com/hc/en-us/articles/205069824-Integrating-with-WordPress" target="_blank">Check out our knowledge base.</a>';
233
+ echo '<p class="ub-version">Unbounce Version 1.0.1</p>';
234
  });
235
  } else {
236
  if (UBConfig::has_authorized()) {
readme.txt CHANGED
@@ -3,16 +3,17 @@ 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.0
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
10
- Unbounce is the most powerful standalone landing page builder
11
- available. With Unbounce, marketers can create fully customized landing pages
12
- for their campaigns and publish them to their existing WordPress sites.
13
 
14
  == Description ==
15
 
 
 
 
16
  Choose from one of Unbounce’s 80+ landing page templates, add copy, then apply
17
  your website’s fonts, colors and images. Unbounce allows you to customize your
18
  landing pages to match your brand perfectly. With the Unbounce WordPress Landing
@@ -77,7 +78,7 @@ to help track down the issue.
77
 
78
  == Changelog ==
79
 
80
- = 1.0.0
81
  * Bug fixes for authorization and caching issues.
82
  * No longer in beta!
83
 
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.1
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
10
+ 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
+ for their campaigns and publish them to their existing WordPress sites.
16
+
17
  Choose from one of Unbounce’s 80+ landing page templates, add copy, then apply
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
78
 
79
  == Changelog ==
80
 
81
+ = 1.0.0 =
82
  * Bug fixes for authorization and caching issues.
83
  * No longer in beta!
84