Plugin Directory

Changeset 3244620


Ignore:
Timestamp:
02/21/2025 05:45:20 PM (12 months ago)
Author:
unbouncewordpress
Message:

Releasing version 1.1.3

Location:
unbounce
Files:
14 edited
1 copied

Legend:

Unmodified
Added
Removed
  • unbounce/tags/1.1.3/UBConfig.php

    r3008330 r3244620  
    88    const UB_PLUGIN_NAME           = 'ub-wordpress';
    99    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';
    1212
    1313    // WP Admin Pages
  • unbounce/tags/1.1.3/UBDiagnostics.php

    r3008330 r3244620  
    114114        'PHP Version'             => phpversion(),
    115115        'WordPress Version'       => UBDiagnostics::wordpress_version(),
    116         'Unbounce Plugin Version' => '1.1.2',
     116        'Unbounce Plugin Version' => '1.1.3',
    117117        'Checks'                  => self::pp(UBDiagnostics::checks($domain, $domain_info)),
    118118        'Options'                 => self::pp(UBDiagnostics::ub_options()),
     
    192192            'php'                 => phpversion(),
    193193            'wordpress'           => UBDiagnostics::wordpress_version(),
    194             'plugin_version'      => '1.1.2',
     194            'plugin_version'      => '1.1.3',
    195195            'curl_installed'      => self::is_curl_installed(),
    196196            'xml_installed'       => self::is_xml_installed(),
  • unbounce/tags/1.1.3/UBHTTP.php

    r3008330 r3244620  
    339339        $headers = array(
    340340            'host' => UBConfig::page_server_domain(),
    341             'x-ub-wordpress-plugin-version' => '1.1.2'
     341            'x-ub-wordpress-plugin-version' => '1.1.3'
    342342        );
    343343
  • unbounce/tags/1.1.3/Unbounce-Page.php

    r3008330 r3244620  
    44Plugin URI: http://unbounce.com
    55Description: Unbounce is the most powerful standalone landing page builder available.
    6 Version: 1.1.2
     6Version: 1.1.3
    77Author: Unbounce
    88Author URI: http://unbounce.com
  • unbounce/tags/1.1.3/readme.txt

    r3008330 r3244620  
    33Tags: 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
    44Requires at least: 4.1.5
    5 Tested up to: 6.4
    6 Stable tag: 1.1.2
     5Tested up to: 6.7
     6Stable tag: 1.1.3
    77Requires PHP: 7.2
    88License: GPLv2 or later
     
    104104== Changelog ==
    105105
     106= 1.1.3 =
     107* Tested with WP 6.7
     108
    106109= 1.1.2 =
    107110* Eliminates PHP Warnings
  • unbounce/tags/1.1.3/templates/main_authorized_footer.php

    r3008330 r3244620  
    2222  Click here for troubleshooting and plugin diagnostics
    2323</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  
    55  Click here for troubleshooting and plugin diagnostics
    66</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  
    88    const UB_PLUGIN_NAME           = 'ub-wordpress';
    99    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';
    1212
    1313    // WP Admin Pages
  • unbounce/trunk/UBDiagnostics.php

    r3008330 r3244620  
    114114        'PHP Version'             => phpversion(),
    115115        'WordPress Version'       => UBDiagnostics::wordpress_version(),
    116         'Unbounce Plugin Version' => '1.1.2',
     116        'Unbounce Plugin Version' => '1.1.3',
    117117        'Checks'                  => self::pp(UBDiagnostics::checks($domain, $domain_info)),
    118118        'Options'                 => self::pp(UBDiagnostics::ub_options()),
     
    192192            'php'                 => phpversion(),
    193193            'wordpress'           => UBDiagnostics::wordpress_version(),
    194             'plugin_version'      => '1.1.2',
     194            'plugin_version'      => '1.1.3',
    195195            'curl_installed'      => self::is_curl_installed(),
    196196            'xml_installed'       => self::is_xml_installed(),
  • unbounce/trunk/UBHTTP.php

    r3008330 r3244620  
    339339        $headers = array(
    340340            'host' => UBConfig::page_server_domain(),
    341             'x-ub-wordpress-plugin-version' => '1.1.2'
     341            'x-ub-wordpress-plugin-version' => '1.1.3'
    342342        );
    343343
  • unbounce/trunk/Unbounce-Page.php

    r3008330 r3244620  
    44Plugin URI: http://unbounce.com
    55Description: Unbounce is the most powerful standalone landing page builder available.
    6 Version: 1.1.2
     6Version: 1.1.3
    77Author: Unbounce
    88Author URI: http://unbounce.com
  • unbounce/trunk/readme.txt

    r3008330 r3244620  
    33Tags: 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
    44Requires at least: 4.1.5
    5 Tested up to: 6.4
    6 Stable tag: 1.1.2
     5Tested up to: 6.7
     6Stable tag: 1.1.3
    77Requires PHP: 7.2
    88License: GPLv2 or later
     
    104104== Changelog ==
    105105
     106= 1.1.3 =
     107* Tested with WP 6.7
     108
    106109= 1.1.2 =
    107110* Eliminates PHP Warnings
  • unbounce/trunk/templates/main_authorized_footer.php

    r3008330 r3244620  
    2222  Click here for troubleshooting and plugin diagnostics
    2323</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  
    55  Click here for troubleshooting and plugin diagnostics
    66</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.