Unbounce Landing Pages - Version 0.1.15

Version Description

  • Documentation changes
Download this release

Release Info

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

Code changes from version 0.1.14 to 0.1.15

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.14';
10
- const UB_VERSION = '0.1.14';
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.15';
10
+ const UB_VERSION = '0.1.15';
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.14
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.15
7
  Author: Unbounce
8
  Author URI: http://unbounce.com
9
  License: GPLv2
assets/banner-1544x500.png DELETED
Binary file
assets/banner-772x250.png DELETED
Binary file
assets/icon-128-128.png DELETED
Binary file
assets/icon-256x256.png DELETED
Binary file
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.14
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.14 =
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.15
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.15 =
68
  * Documentation changes
69
 
70
  = 0.1.1 =