Changeset 1356119
- Timestamp:
- 02/22/2016 10:39:59 PM (10 years ago)
- Location:
- unbounce
- Files:
-
- 12 edited
- 1 copied
-
tags/1.0.18 (copied) (copied from unbounce/trunk)
-
tags/1.0.18/UBConfig.php (modified) (1 diff)
-
tags/1.0.18/UBDiagnostics.php (modified) (1 diff)
-
tags/1.0.18/Unbounce-Page.php (modified) (2 diffs)
-
tags/1.0.18/readme.txt (modified) (1 diff)
-
tags/1.0.18/templates/main_authorized_footer.php (modified) (1 diff)
-
tags/1.0.18/templates/main_unauthorized_footer.php (modified) (1 diff)
-
trunk/UBConfig.php (modified) (1 diff)
-
trunk/UBDiagnostics.php (modified) (1 diff)
-
trunk/Unbounce-Page.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/templates/main_authorized_footer.php (modified) (1 diff)
-
trunk/templates/main_unauthorized_footer.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
unbounce/tags/1.0.18/UBConfig.php
r1353802 r1356119 5 5 const UB_PLUGIN_NAME = 'ub-wordpress'; 6 6 const UB_CACHE_TIMEOUT_ENV_KEY = 'UB_WP_ROUTES_CACHE_EXP'; 7 const UB_USER_AGENT = 'Unbounce WP Plugin 1.0.1 7';8 const UB_VERSION = '1.0.1 7';7 const UB_USER_AGENT = 'Unbounce WP Plugin 1.0.18'; 8 const UB_VERSION = '1.0.18'; 9 9 10 10 # Option keys -
unbounce/tags/1.0.18/UBDiagnostics.php
r1353802 r1356119 29 29 'PHP Version' => phpversion(), 30 30 'WordPress Version' => UBDiagnostics::wordpress_version(), 31 'Unbounce Plugin Version' => "1.0.1 7",31 'Unbounce Plugin Version' => "1.0.18", 32 32 'Permalink Structure' => get_option('permalink_structure', ''), 33 33 'Domain' => $domain, -
unbounce/tags/1.0.18/Unbounce-Page.php
r1353802 r1356119 4 4 Plugin URI: http://unbounce.com 5 5 Description: Unbounce is the most powerful standalone landing page builder available. 6 Version: 1.0.1 76 Version: 1.0.18 7 7 Author: Unbounce 8 8 Author URI: http://unbounce.com … … 131 131 132 132 $cookies_to_forward = UBUtil::array_select_by_key($_COOKIE, 133 array('ubvs', 'ubpv', 'ubvt' ));133 array('ubvs', 'ubpv', 'ubvt', 'hubspotutk')); 134 134 135 135 $cookie_string = UBHTTP::cookie_string_from_array($cookies_to_forward); -
unbounce/tags/1.0.18/readme.txt
r1353802 r1356119 4 4 Requires at least: 4.1.5 5 5 Tested up to: 4.4 6 Stable tag: 1.0.1 76 Stable tag: 1.0.18 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
unbounce/tags/1.0.18/templates/main_authorized_footer.php
r1353802 r1356119 18 18 </a> 19 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.1 7</p>20 <p class="ub-version">Unbounce Version 1.0.18</p> -
unbounce/tags/1.0.18/templates/main_unauthorized_footer.php
r1353802 r1356119 5 5 Click here for troubleshooting and plugin diagnostics 6 6 </a> 7 <p class="ub-version">Unbounce Version 1.0.1 7</p>7 <p class="ub-version">Unbounce Version 1.0.18</p> -
unbounce/trunk/UBConfig.php
r1353802 r1356119 5 5 const UB_PLUGIN_NAME = 'ub-wordpress'; 6 6 const UB_CACHE_TIMEOUT_ENV_KEY = 'UB_WP_ROUTES_CACHE_EXP'; 7 const UB_USER_AGENT = 'Unbounce WP Plugin 1.0.1 7';8 const UB_VERSION = '1.0.1 7';7 const UB_USER_AGENT = 'Unbounce WP Plugin 1.0.18'; 8 const UB_VERSION = '1.0.18'; 9 9 10 10 # Option keys -
unbounce/trunk/UBDiagnostics.php
r1353802 r1356119 29 29 'PHP Version' => phpversion(), 30 30 'WordPress Version' => UBDiagnostics::wordpress_version(), 31 'Unbounce Plugin Version' => "1.0.1 7",31 'Unbounce Plugin Version' => "1.0.18", 32 32 'Permalink Structure' => get_option('permalink_structure', ''), 33 33 'Domain' => $domain, -
unbounce/trunk/Unbounce-Page.php
r1353802 r1356119 4 4 Plugin URI: http://unbounce.com 5 5 Description: Unbounce is the most powerful standalone landing page builder available. 6 Version: 1.0.1 76 Version: 1.0.18 7 7 Author: Unbounce 8 8 Author URI: http://unbounce.com … … 131 131 132 132 $cookies_to_forward = UBUtil::array_select_by_key($_COOKIE, 133 array('ubvs', 'ubpv', 'ubvt' ));133 array('ubvs', 'ubpv', 'ubvt', 'hubspotutk')); 134 134 135 135 $cookie_string = UBHTTP::cookie_string_from_array($cookies_to_forward); -
unbounce/trunk/readme.txt
r1353802 r1356119 4 4 Requires at least: 4.1.5 5 5 Tested up to: 4.4 6 Stable tag: 1.0.1 76 Stable tag: 1.0.18 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
unbounce/trunk/templates/main_authorized_footer.php
r1353802 r1356119 18 18 </a> 19 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.1 7</p>20 <p class="ub-version">Unbounce Version 1.0.18</p> -
unbounce/trunk/templates/main_unauthorized_footer.php
r1353802 r1356119 5 5 Click here for troubleshooting and plugin diagnostics 6 6 </a> 7 <p class="ub-version">Unbounce Version 1.0.1 7</p>7 <p class="ub-version">Unbounce Version 1.0.18</p>
Note: See TracChangeset
for help on using the changeset viewer.