Changeset 3244620
- Timestamp:
- 02/21/2025 05:45:20 PM (12 months ago)
- Location:
- unbounce
- Files:
-
- 14 edited
- 1 copied
-
tags/1.1.3 (copied) (copied from unbounce/trunk)
-
tags/1.1.3/UBConfig.php (modified) (1 diff)
-
tags/1.1.3/UBDiagnostics.php (modified) (2 diffs)
-
tags/1.1.3/UBHTTP.php (modified) (1 diff)
-
tags/1.1.3/Unbounce-Page.php (modified) (1 diff)
-
tags/1.1.3/readme.txt (modified) (2 diffs)
-
tags/1.1.3/templates/main_authorized_footer.php (modified) (1 diff)
-
tags/1.1.3/templates/main_unauthorized_footer.php (modified) (1 diff)
-
trunk/UBConfig.php (modified) (1 diff)
-
trunk/UBDiagnostics.php (modified) (2 diffs)
-
trunk/UBHTTP.php (modified) (1 diff)
-
trunk/Unbounce-Page.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
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.1.3/UBConfig.php
r3008330 r3244620 8 8 const UB_PLUGIN_NAME = 'ub-wordpress'; 9 9 const UB_CACHE_TIMEOUT_ENV_KEY = 'UB_WP_ROUTES_CACHE_EXP'; 10 const UB_USER_AGENT = 'Unbounce WP Plugin 1.1. 2';11 const UB_VERSION = '1.1. 2';10 const UB_USER_AGENT = 'Unbounce WP Plugin 1.1.3'; 11 const UB_VERSION = '1.1.3'; 12 12 13 13 // WP Admin Pages -
unbounce/tags/1.1.3/UBDiagnostics.php
r3008330 r3244620 114 114 'PHP Version' => phpversion(), 115 115 'WordPress Version' => UBDiagnostics::wordpress_version(), 116 'Unbounce Plugin Version' => '1.1. 2',116 'Unbounce Plugin Version' => '1.1.3', 117 117 'Checks' => self::pp(UBDiagnostics::checks($domain, $domain_info)), 118 118 'Options' => self::pp(UBDiagnostics::ub_options()), … … 192 192 'php' => phpversion(), 193 193 'wordpress' => UBDiagnostics::wordpress_version(), 194 'plugin_version' => '1.1. 2',194 'plugin_version' => '1.1.3', 195 195 'curl_installed' => self::is_curl_installed(), 196 196 'xml_installed' => self::is_xml_installed(), -
unbounce/tags/1.1.3/UBHTTP.php
r3008330 r3244620 339 339 $headers = array( 340 340 'host' => UBConfig::page_server_domain(), 341 'x-ub-wordpress-plugin-version' => '1.1. 2'341 'x-ub-wordpress-plugin-version' => '1.1.3' 342 342 ); 343 343 -
unbounce/tags/1.1.3/Unbounce-Page.php
r3008330 r3244620 4 4 Plugin URI: http://unbounce.com 5 5 Description: Unbounce is the most powerful standalone landing page builder available. 6 Version: 1.1. 26 Version: 1.1.3 7 7 Author: Unbounce 8 8 Author URI: http://unbounce.com -
unbounce/tags/1.1.3/readme.txt
r3008330 r3244620 3 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 4 Requires at least: 4.1.5 5 Tested up to: 6. 46 Stable tag: 1.1. 25 Tested up to: 6.7 6 Stable tag: 1.1.3 7 7 Requires PHP: 7.2 8 8 License: GPLv2 or later … … 104 104 == Changelog == 105 105 106 = 1.1.3 = 107 * Tested with WP 6.7 108 106 109 = 1.1.2 = 107 110 * Eliminates PHP Warnings -
unbounce/tags/1.1.3/templates/main_authorized_footer.php
r3008330 r3244620 22 22 Click here for troubleshooting and plugin diagnostics 23 23 </a> 24 <p class="ub-version">Unbounce Version 1.1. 2</p>24 <p class="ub-version">Unbounce Version 1.1.3</p> -
unbounce/tags/1.1.3/templates/main_unauthorized_footer.php
r3008330 r3244620 5 5 Click here for troubleshooting and plugin diagnostics 6 6 </a> 7 <p class="ub-version">Unbounce Version 1.1. 2</p>7 <p class="ub-version">Unbounce Version 1.1.3</p> -
unbounce/trunk/UBConfig.php
r3008330 r3244620 8 8 const UB_PLUGIN_NAME = 'ub-wordpress'; 9 9 const UB_CACHE_TIMEOUT_ENV_KEY = 'UB_WP_ROUTES_CACHE_EXP'; 10 const UB_USER_AGENT = 'Unbounce WP Plugin 1.1. 2';11 const UB_VERSION = '1.1. 2';10 const UB_USER_AGENT = 'Unbounce WP Plugin 1.1.3'; 11 const UB_VERSION = '1.1.3'; 12 12 13 13 // WP Admin Pages -
unbounce/trunk/UBDiagnostics.php
r3008330 r3244620 114 114 'PHP Version' => phpversion(), 115 115 'WordPress Version' => UBDiagnostics::wordpress_version(), 116 'Unbounce Plugin Version' => '1.1. 2',116 'Unbounce Plugin Version' => '1.1.3', 117 117 'Checks' => self::pp(UBDiagnostics::checks($domain, $domain_info)), 118 118 'Options' => self::pp(UBDiagnostics::ub_options()), … … 192 192 'php' => phpversion(), 193 193 'wordpress' => UBDiagnostics::wordpress_version(), 194 'plugin_version' => '1.1. 2',194 'plugin_version' => '1.1.3', 195 195 'curl_installed' => self::is_curl_installed(), 196 196 'xml_installed' => self::is_xml_installed(), -
unbounce/trunk/UBHTTP.php
r3008330 r3244620 339 339 $headers = array( 340 340 'host' => UBConfig::page_server_domain(), 341 'x-ub-wordpress-plugin-version' => '1.1. 2'341 'x-ub-wordpress-plugin-version' => '1.1.3' 342 342 ); 343 343 -
unbounce/trunk/Unbounce-Page.php
r3008330 r3244620 4 4 Plugin URI: http://unbounce.com 5 5 Description: Unbounce is the most powerful standalone landing page builder available. 6 Version: 1.1. 26 Version: 1.1.3 7 7 Author: Unbounce 8 8 Author URI: http://unbounce.com -
unbounce/trunk/readme.txt
r3008330 r3244620 3 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 4 Requires at least: 4.1.5 5 Tested up to: 6. 46 Stable tag: 1.1. 25 Tested up to: 6.7 6 Stable tag: 1.1.3 7 7 Requires PHP: 7.2 8 8 License: GPLv2 or later … … 104 104 == Changelog == 105 105 106 = 1.1.3 = 107 * Tested with WP 6.7 108 106 109 = 1.1.2 = 107 110 * Eliminates PHP Warnings -
unbounce/trunk/templates/main_authorized_footer.php
r3008330 r3244620 22 22 Click here for troubleshooting and plugin diagnostics 23 23 </a> 24 <p class="ub-version">Unbounce Version 1.1. 2</p>24 <p class="ub-version">Unbounce Version 1.1.3</p> -
unbounce/trunk/templates/main_unauthorized_footer.php
r3008330 r3244620 5 5 Click here for troubleshooting and plugin diagnostics 6 6 </a> 7 <p class="ub-version">Unbounce Version 1.1. 2</p>7 <p class="ub-version">Unbounce Version 1.1.3</p>
Note: See TracChangeset
for help on using the changeset viewer.