Version Description
- Documentation changes
Download this release
Release Info
Developer | unbouncewordpress |
Plugin | Unbounce Landing Pages |
Version | 0.1.16 |
Comparing to | |
See all releases |
Code changes from version 0.1.15 to 0.1.16
- UBConfig.php +2 -2
- Unbounce-Page.php +1 -1
- readme.txt +2 -2
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.16';
|
10 |
+
const UB_VERSION = '0.1.16';
|
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.16
|
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 |
|
@@ -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.16
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
64 |
|
65 |
== Changelog ==
|
66 |
|
67 |
+
= 0.1.16 =
|
68 |
* Documentation changes
|
69 |
|
70 |
= 0.1.1 =
|