Plugin Directory

Changeset 1356119


Ignore:
Timestamp:
02/22/2016 10:39:59 PM (10 years ago)
Author:
unbouncewordpress
Message:

Releasing version 1.0.18

Location:
unbounce
Files:
12 edited
1 copied

Legend:

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

    r1353802 r1356119  
    55  const UB_PLUGIN_NAME           = 'ub-wordpress';
    66  const UB_CACHE_TIMEOUT_ENV_KEY = 'UB_WP_ROUTES_CACHE_EXP';
    7   const UB_USER_AGENT            = 'Unbounce WP Plugin 1.0.17';
    8   const UB_VERSION               = '1.0.17';
     7  const UB_USER_AGENT            = 'Unbounce WP Plugin 1.0.18';
     8  const UB_VERSION               = '1.0.18';
    99
    1010  # Option keys
  • unbounce/tags/1.0.18/UBDiagnostics.php

    r1353802 r1356119  
    2929      'PHP Version'             => phpversion(),
    3030      'WordPress Version'       => UBDiagnostics::wordpress_version(),
    31       'Unbounce Plugin Version' => "1.0.17",
     31      'Unbounce Plugin Version' => "1.0.18",
    3232      'Permalink Structure'     => get_option('permalink_structure', ''),
    3333      'Domain'                  => $domain,
  • unbounce/tags/1.0.18/Unbounce-Page.php

    r1353802 r1356119  
    44Plugin URI: http://unbounce.com
    55Description: Unbounce is the most powerful standalone landing page builder available.
    6 Version: 1.0.17
     6Version: 1.0.18
    77Author: Unbounce
    88Author URI: http://unbounce.com
     
    131131
    132132    $cookies_to_forward = UBUtil::array_select_by_key($_COOKIE,
    133                                                       array('ubvs', 'ubpv', 'ubvt'));
     133                                                      array('ubvs', 'ubpv', 'ubvt', 'hubspotutk'));
    134134
    135135    $cookie_string = UBHTTP::cookie_string_from_array($cookies_to_forward);
  • unbounce/tags/1.0.18/readme.txt

    r1353802 r1356119  
    44Requires at least: 4.1.5
    55Tested up to: 4.4
    6 Stable tag: 1.0.17
     6Stable tag: 1.0.18
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • unbounce/tags/1.0.18/templates/main_authorized_footer.php

    r1353802 r1356119  
    1818</a>
    1919<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.17</p>
     20<p class="ub-version">Unbounce Version 1.0.18</p>
  • unbounce/tags/1.0.18/templates/main_unauthorized_footer.php

    r1353802 r1356119  
    55  Click here for troubleshooting and plugin diagnostics
    66</a>
    7 <p class="ub-version">Unbounce Version 1.0.17</p>
     7<p class="ub-version">Unbounce Version 1.0.18</p>
  • unbounce/trunk/UBConfig.php

    r1353802 r1356119  
    55  const UB_PLUGIN_NAME           = 'ub-wordpress';
    66  const UB_CACHE_TIMEOUT_ENV_KEY = 'UB_WP_ROUTES_CACHE_EXP';
    7   const UB_USER_AGENT            = 'Unbounce WP Plugin 1.0.17';
    8   const UB_VERSION               = '1.0.17';
     7  const UB_USER_AGENT            = 'Unbounce WP Plugin 1.0.18';
     8  const UB_VERSION               = '1.0.18';
    99
    1010  # Option keys
  • unbounce/trunk/UBDiagnostics.php

    r1353802 r1356119  
    2929      'PHP Version'             => phpversion(),
    3030      'WordPress Version'       => UBDiagnostics::wordpress_version(),
    31       'Unbounce Plugin Version' => "1.0.17",
     31      'Unbounce Plugin Version' => "1.0.18",
    3232      'Permalink Structure'     => get_option('permalink_structure', ''),
    3333      'Domain'                  => $domain,
  • unbounce/trunk/Unbounce-Page.php

    r1353802 r1356119  
    44Plugin URI: http://unbounce.com
    55Description: Unbounce is the most powerful standalone landing page builder available.
    6 Version: 1.0.17
     6Version: 1.0.18
    77Author: Unbounce
    88Author URI: http://unbounce.com
     
    131131
    132132    $cookies_to_forward = UBUtil::array_select_by_key($_COOKIE,
    133                                                       array('ubvs', 'ubpv', 'ubvt'));
     133                                                      array('ubvs', 'ubpv', 'ubvt', 'hubspotutk'));
    134134
    135135    $cookie_string = UBHTTP::cookie_string_from_array($cookies_to_forward);
  • unbounce/trunk/readme.txt

    r1353802 r1356119  
    44Requires at least: 4.1.5
    55Tested up to: 4.4
    6 Stable tag: 1.0.17
     6Stable tag: 1.0.18
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • unbounce/trunk/templates/main_authorized_footer.php

    r1353802 r1356119  
    1818</a>
    1919<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.17</p>
     20<p class="ub-version">Unbounce Version 1.0.18</p>
  • unbounce/trunk/templates/main_unauthorized_footer.php

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