Version Description
- Documentation changes
Download this release
Release Info
Developer | unbouncewordpress |
Plugin | Unbounce Landing Pages |
Version | 0.1.9 |
Comparing to | |
See all releases |
Code changes from version 0.1.8 to 0.1.9
- UBConfig.php +2 -2
- Unbounce-Page.php +1 -1
- readme.txt +4 -4
UBConfig.php
CHANGED
@@ -6,8 +6,8 @@ class UBConfig {
|
|
6 |
const UB_ROUTES_CACHE_KEY = 'ub-route-cache';
|
7 |
const UB_REMOTE_DEBUG_KEY = 'ub-remote-debug';
|
8 |
const UB_CACHE_TIMEOUT_ENV_KEY = 'UB_WP_ROUTES_CACHE_EXP';
|
9 |
-
const UB_USER_AGENT = 'Unbounce WP Plugin 0.1.
|
10 |
-
const UB_VERSION = '0.1.
|
11 |
|
12 |
public static function get_page_server_domain() {
|
13 |
$domain = getenv('UB_PAGE_SERVER_DOMAIN');
|
6 |
const UB_ROUTES_CACHE_KEY = 'ub-route-cache';
|
7 |
const UB_REMOTE_DEBUG_KEY = 'ub-remote-debug';
|
8 |
const UB_CACHE_TIMEOUT_ENV_KEY = 'UB_WP_ROUTES_CACHE_EXP';
|
9 |
+
const UB_USER_AGENT = 'Unbounce WP Plugin 0.1.9';
|
10 |
+
const UB_VERSION = '0.1.9';
|
11 |
|
12 |
public static function get_page_server_domain() {
|
13 |
$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: 0.1.
|
7 |
Author: Unbounce
|
8 |
Author URI: http://unbounce.com
|
9 |
License: GPLv2
|
3 |
Plugin Name: Unbounce
|
4 |
Plugin URI: http://unbounce.com
|
5 |
Description: Publish Unbounce Landing Pages to your Wordpress Domain.
|
6 |
+
Version: 0.1.9
|
7 |
Author: Unbounce
|
8 |
Author URI: http://unbounce.com
|
9 |
License: GPLv2
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: unbouncewordpress
|
|
3 |
Tags: unbounce
|
4 |
Requires at least: 4.1.5
|
5 |
Tested up to: 4.2.2
|
6 |
-
Stable tag: 0.1.
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
@@ -14,7 +14,7 @@ Publish your Unbounce pages to WordPress!
|
|
14 |
Publish your [Unbounce](http://unbounce.com/ "The Mobile Responsive Landing Page Builder for Marketers") pages to WordPress!
|
15 |
|
16 |
This Unbounce Plug-In is in Beta Testing, if you are interested trying it out
|
17 |
-
please contact our support team at
|
18 |
|
19 |
== Installation ==
|
20 |
|
@@ -32,7 +32,7 @@ OR
|
|
32 |
|
33 |
= How do I join the beta test for this plugin? =
|
34 |
|
35 |
-
If you are interested trying out the plugin, please contact our support team at
|
36 |
|
37 |
= Do I need an Unbounce account? =
|
38 |
|
@@ -64,7 +64,7 @@ to help track down the issue.
|
|
64 |
|
65 |
== Changelog ==
|
66 |
|
67 |
-
= 0.1.
|
68 |
* Documentation changes
|
69 |
|
70 |
= 0.1.1 =
|
3 |
Tags: unbounce
|
4 |
Requires at least: 4.1.5
|
5 |
Tested up to: 4.2.2
|
6 |
+
Stable tag: 0.1.9
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
14 |
Publish your [Unbounce](http://unbounce.com/ "The Mobile Responsive Landing Page Builder for Marketers") pages to WordPress!
|
15 |
|
16 |
This Unbounce Plug-In is in Beta Testing, if you are interested trying it out
|
17 |
+
please contact our support team at wpbeta@unbounce.com
|
18 |
|
19 |
== Installation ==
|
20 |
|
32 |
|
33 |
= How do I join the beta test for this plugin? =
|
34 |
|
35 |
+
If you are interested trying out the plugin, please contact our support team at wpbeta@unbounce.com.
|
36 |
|
37 |
= Do I need an Unbounce account? =
|
38 |
|
64 |
|
65 |
== Changelog ==
|
66 |
|
67 |
+
= 0.1.9 =
|
68 |
* Documentation changes
|
69 |
|
70 |
= 0.1.1 =
|