Changeset 1918517
- Timestamp:
- 08/01/2018 10:59:54 PM (7 years ago)
- Location:
- unbounce
- Files:
-
- 12 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
unbounce/tags/1.0.36/UBConfig.php
r1848054 r1918517 6 6 const UB_PLUGIN_NAME = 'ub-wordpress'; 7 7 const UB_CACHE_TIMEOUT_ENV_KEY = 'UB_WP_ROUTES_CACHE_EXP'; 8 const UB_USER_AGENT = 'Unbounce WP Plugin 1.0.3 5';9 const UB_VERSION = '1.0.3 5';8 const UB_USER_AGENT = 'Unbounce WP Plugin 1.0.36'; 9 const UB_VERSION = '1.0.36'; 10 10 11 11 // Option keys -
unbounce/tags/1.0.36/UBDiagnostics.php
r1848054 r1918517 101 101 'PHP Version' => phpversion(), 102 102 'WordPress Version' => UBDiagnostics::wordpress_version(), 103 'Unbounce Plugin Version' => '1.0.3 5',103 'Unbounce Plugin Version' => '1.0.36', 104 104 'Checks' => self::pp(UBDiagnostics::checks($domain, $domain_info)), 105 105 'Options' => self::pp(UBDiagnostics::ub_options()), … … 182 182 'php' => phpversion(), 183 183 'wordpress' => UBDiagnostics::wordpress_version(), 184 'plugin_version' => '1.0.3 5',184 'plugin_version' => '1.0.36', 185 185 'curl_installed' => self::is_curl_installed(), 186 186 'xml_installed' => self::is_xml_installed(), -
unbounce/tags/1.0.36/Unbounce-Page.php
r1848054 r1918517 4 4 Plugin URI: http://unbounce.com 5 5 Description: Unbounce is the most powerful standalone landing page builder available. 6 Version: 1.0.3 56 Version: 1.0.36 7 7 Author: Unbounce 8 8 Author URI: http://unbounce.com -
unbounce/tags/1.0.36/readme.txt
r1848054 r1918517 4 4 Requires at least: 4.1.5 5 5 Tested up to: 4.9 6 Stable tag: 1.0.3 56 Stable tag: 1.0.36 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 101 101 == Changelog == 102 102 103 = 1.0.36 = 104 * Improved testing instrumentation 105 103 106 = 1.0.35 = 104 107 * Update plugin requirements -
unbounce/tags/1.0.36/templates/main_authorized_footer.php
r1848054 r1918517 22 22 Click here for troubleshooting and plugin diagnostics 23 23 </a> 24 <p class="ub-version">Unbounce Version 1.0.3 5</p>24 <p class="ub-version">Unbounce Version 1.0.36</p> -
unbounce/tags/1.0.36/templates/main_unauthorized_footer.php
r1848054 r1918517 5 5 Click here for troubleshooting and plugin diagnostics 6 6 </a> 7 <p class="ub-version">Unbounce Version 1.0.3 5</p>7 <p class="ub-version">Unbounce Version 1.0.36</p> -
unbounce/trunk/UBConfig.php
r1848054 r1918517 6 6 const UB_PLUGIN_NAME = 'ub-wordpress'; 7 7 const UB_CACHE_TIMEOUT_ENV_KEY = 'UB_WP_ROUTES_CACHE_EXP'; 8 const UB_USER_AGENT = 'Unbounce WP Plugin 1.0.3 5';9 const UB_VERSION = '1.0.3 5';8 const UB_USER_AGENT = 'Unbounce WP Plugin 1.0.36'; 9 const UB_VERSION = '1.0.36'; 10 10 11 11 // Option keys -
unbounce/trunk/UBDiagnostics.php
r1848054 r1918517 101 101 'PHP Version' => phpversion(), 102 102 'WordPress Version' => UBDiagnostics::wordpress_version(), 103 'Unbounce Plugin Version' => '1.0.3 5',103 'Unbounce Plugin Version' => '1.0.36', 104 104 'Checks' => self::pp(UBDiagnostics::checks($domain, $domain_info)), 105 105 'Options' => self::pp(UBDiagnostics::ub_options()), … … 182 182 'php' => phpversion(), 183 183 'wordpress' => UBDiagnostics::wordpress_version(), 184 'plugin_version' => '1.0.3 5',184 'plugin_version' => '1.0.36', 185 185 'curl_installed' => self::is_curl_installed(), 186 186 'xml_installed' => self::is_xml_installed(), -
unbounce/trunk/Unbounce-Page.php
r1848054 r1918517 4 4 Plugin URI: http://unbounce.com 5 5 Description: Unbounce is the most powerful standalone landing page builder available. 6 Version: 1.0.3 56 Version: 1.0.36 7 7 Author: Unbounce 8 8 Author URI: http://unbounce.com -
unbounce/trunk/readme.txt
r1848054 r1918517 4 4 Requires at least: 4.1.5 5 5 Tested up to: 4.9 6 Stable tag: 1.0.3 56 Stable tag: 1.0.36 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 101 101 == Changelog == 102 102 103 = 1.0.36 = 104 * Improved testing instrumentation 105 103 106 = 1.0.35 = 104 107 * Update plugin requirements -
unbounce/trunk/templates/main_authorized_footer.php
r1848054 r1918517 22 22 Click here for troubleshooting and plugin diagnostics 23 23 </a> 24 <p class="ub-version">Unbounce Version 1.0.3 5</p>24 <p class="ub-version">Unbounce Version 1.0.36</p> -
unbounce/trunk/templates/main_unauthorized_footer.php
r1848054 r1918517 5 5 Click here for troubleshooting and plugin diagnostics 6 6 </a> 7 <p class="ub-version">Unbounce Version 1.0.3 5</p>7 <p class="ub-version">Unbounce Version 1.0.36</p>
Note: See TracChangeset
for help on using the changeset viewer.