Plugin Directory

Changeset 1982936


Ignore:
Timestamp:
11/29/2018 11:54:54 PM (6 years ago)
Author:
unbouncewordpress
Message:

Releasing version 1.0.38

Location:
unbounce
Files:
12 edited
1 copied

Legend:

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

    r1977039 r1982936  
    66    const UB_PLUGIN_NAME           = 'ub-wordpress';
    77    const UB_CACHE_TIMEOUT_ENV_KEY = 'UB_WP_ROUTES_CACHE_EXP';
    8     const UB_USER_AGENT            = 'Unbounce WP Plugin 1.0.37';
    9     const UB_VERSION               = '1.0.37';
     8    const UB_USER_AGENT            = 'Unbounce WP Plugin 1.0.38';
     9    const UB_VERSION               = '1.0.38';
    1010
    1111  // Option keys
  • unbounce/tags/1.0.38/UBDiagnostics.php

    r1977039 r1982936  
    101101        'PHP Version'             => phpversion(),
    102102        'WordPress Version'       => UBDiagnostics::wordpress_version(),
    103         'Unbounce Plugin Version' => '1.0.37',
     103        'Unbounce Plugin Version' => '1.0.38',
    104104        'Checks'                  => self::pp(UBDiagnostics::checks($domain, $domain_info)),
    105105        'Options'                 => self::pp(UBDiagnostics::ub_options()),
     
    182182            'php'                 => phpversion(),
    183183            'wordpress'           => UBDiagnostics::wordpress_version(),
    184             'plugin_version'      => '1.0.37',
     184            'plugin_version'      => '1.0.38',
    185185            'curl_installed'      => self::is_curl_installed(),
    186186            'xml_installed'       => self::is_xml_installed(),
  • unbounce/tags/1.0.38/Unbounce-Page.php

    r1977039 r1982936  
    44Plugin URI: http://unbounce.com
    55Description: Unbounce is the most powerful standalone landing page builder available.
    6 Version: 1.0.37
     6Version: 1.0.38
    77Author: Unbounce
    88Author URI: http://unbounce.com
  • unbounce/tags/1.0.38/readme.txt

    r1977039 r1982936  
    44Requires at least: 4.1.5
    55Tested up to: 5.0
    6 Stable tag: 1.0.37
     6Stable tag: 1.0.38
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    101101== Changelog ==
    102102
     103= 1.0.38 =
     104* Adds an option (ub-use-curl) to opt-out of using cURL as a proxying client, the alternative being wp_remore_request
     105
    103106= 1.0.37 =
    104107* Better documentation and troubleshooting
  • unbounce/tags/1.0.38/templates/main_authorized_footer.php

    r1977039 r1982936  
    2222  Click here for troubleshooting and plugin diagnostics
    2323</a>
    24 <p class="ub-version">Unbounce Version 1.0.37</p>
     24<p class="ub-version">Unbounce Version 1.0.38</p>
  • unbounce/tags/1.0.38/templates/main_unauthorized_footer.php

    r1977039 r1982936  
    55  Click here for troubleshooting and plugin diagnostics
    66</a>
    7 <p class="ub-version">Unbounce Version 1.0.37</p>
     7<p class="ub-version">Unbounce Version 1.0.38</p>
  • unbounce/trunk/UBConfig.php

    r1977039 r1982936  
    66    const UB_PLUGIN_NAME           = 'ub-wordpress';
    77    const UB_CACHE_TIMEOUT_ENV_KEY = 'UB_WP_ROUTES_CACHE_EXP';
    8     const UB_USER_AGENT            = 'Unbounce WP Plugin 1.0.37';
    9     const UB_VERSION               = '1.0.37';
     8    const UB_USER_AGENT            = 'Unbounce WP Plugin 1.0.38';
     9    const UB_VERSION               = '1.0.38';
    1010
    1111  // Option keys
  • unbounce/trunk/UBDiagnostics.php

    r1977039 r1982936  
    101101        'PHP Version'             => phpversion(),
    102102        'WordPress Version'       => UBDiagnostics::wordpress_version(),
    103         'Unbounce Plugin Version' => '1.0.37',
     103        'Unbounce Plugin Version' => '1.0.38',
    104104        'Checks'                  => self::pp(UBDiagnostics::checks($domain, $domain_info)),
    105105        'Options'                 => self::pp(UBDiagnostics::ub_options()),
     
    182182            'php'                 => phpversion(),
    183183            'wordpress'           => UBDiagnostics::wordpress_version(),
    184             'plugin_version'      => '1.0.37',
     184            'plugin_version'      => '1.0.38',
    185185            'curl_installed'      => self::is_curl_installed(),
    186186            'xml_installed'       => self::is_xml_installed(),
  • unbounce/trunk/Unbounce-Page.php

    r1977039 r1982936  
    44Plugin URI: http://unbounce.com
    55Description: Unbounce is the most powerful standalone landing page builder available.
    6 Version: 1.0.37
     6Version: 1.0.38
    77Author: Unbounce
    88Author URI: http://unbounce.com
  • unbounce/trunk/readme.txt

    r1977039 r1982936  
    44Requires at least: 4.1.5
    55Tested up to: 5.0
    6 Stable tag: 1.0.37
     6Stable tag: 1.0.38
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    101101== Changelog ==
    102102
     103= 1.0.38 =
     104* Adds an option (ub-use-curl) to opt-out of using cURL as a proxying client, the alternative being wp_remore_request
     105
    103106= 1.0.37 =
    104107* Better documentation and troubleshooting
  • unbounce/trunk/templates/main_authorized_footer.php

    r1977039 r1982936  
    2222  Click here for troubleshooting and plugin diagnostics
    2323</a>
    24 <p class="ub-version">Unbounce Version 1.0.37</p>
     24<p class="ub-version">Unbounce Version 1.0.38</p>
  • unbounce/trunk/templates/main_unauthorized_footer.php

    r1977039 r1982936  
    55  Click here for troubleshooting and plugin diagnostics
    66</a>
    7 <p class="ub-version">Unbounce Version 1.0.37</p>
     7<p class="ub-version">Unbounce Version 1.0.38</p>
Note: See TracChangeset for help on using the changeset viewer.