Plugin Directory

Changeset 1848054


Ignore:
Timestamp:
03/27/2018 10:44:31 PM (8 years ago)
Author:
unbouncewordpress
Message:

Releasing version 1.0.35

Location:
unbounce
Files:
12 edited
1 copied

Legend:

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

    r1665532 r1848054  
    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.34';
    9     const UB_VERSION               = '1.0.34';
     8    const UB_USER_AGENT            = 'Unbounce WP Plugin 1.0.35';
     9    const UB_VERSION               = '1.0.35';
    1010
    1111  // Option keys
  • unbounce/tags/1.0.35/UBDiagnostics.php

    r1665532 r1848054  
    101101        'PHP Version'             => phpversion(),
    102102        'WordPress Version'       => UBDiagnostics::wordpress_version(),
    103         'Unbounce Plugin Version' => '1.0.34',
     103        'Unbounce Plugin Version' => '1.0.35',
    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.34',
     184            'plugin_version'      => '1.0.35',
    185185            'curl_installed'      => self::is_curl_installed(),
    186186            'xml_installed'       => self::is_xml_installed(),
  • unbounce/tags/1.0.35/Unbounce-Page.php

    r1665532 r1848054  
    44Plugin URI: http://unbounce.com
    55Description: Unbounce is the most powerful standalone landing page builder available.
    6 Version: 1.0.34
     6Version: 1.0.35
    77Author: Unbounce
    88Author URI: http://unbounce.com
  • unbounce/tags/1.0.35/readme.txt

    r1665532 r1848054  
    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: 4.7.3
    6 Stable tag: 1.0.34
     5Tested up to: 4.9
     6Stable tag: 1.0.35
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3939== Installation ==
    4040
     41Our plugin requires the following setup for the WordPress Server:
     42- cURL 7.34.0+
     43- OpenSSL 1.0.1+
     44
     45We recommend at least PHP 5.6.
     46
    41471. Create a Wordpress domain in [Unbounce](http://unbounce.com/ "The Mobile Responsive Landing Page Builder for Marketers")
    42481. Install this plugin through the WordPress store
     
    94100
    95101== Changelog ==
     102
     103= 1.0.35 =
     104* Update plugin requirements
    96105
    97106= 1.0.34 =
  • unbounce/tags/1.0.35/templates/main_authorized_footer.php

    r1665532 r1848054  
    2222  Click here for troubleshooting and plugin diagnostics
    2323</a>
    24 <p class="ub-version">Unbounce Version 1.0.34</p>
     24<p class="ub-version">Unbounce Version 1.0.35</p>
  • unbounce/tags/1.0.35/templates/main_unauthorized_footer.php

    r1665532 r1848054  
    55  Click here for troubleshooting and plugin diagnostics
    66</a>
    7 <p class="ub-version">Unbounce Version 1.0.34</p>
     7<p class="ub-version">Unbounce Version 1.0.35</p>
  • unbounce/trunk/UBConfig.php

    r1665532 r1848054  
    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.34';
    9     const UB_VERSION               = '1.0.34';
     8    const UB_USER_AGENT            = 'Unbounce WP Plugin 1.0.35';
     9    const UB_VERSION               = '1.0.35';
    1010
    1111  // Option keys
  • unbounce/trunk/UBDiagnostics.php

    r1665532 r1848054  
    101101        'PHP Version'             => phpversion(),
    102102        'WordPress Version'       => UBDiagnostics::wordpress_version(),
    103         'Unbounce Plugin Version' => '1.0.34',
     103        'Unbounce Plugin Version' => '1.0.35',
    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.34',
     184            'plugin_version'      => '1.0.35',
    185185            'curl_installed'      => self::is_curl_installed(),
    186186            'xml_installed'       => self::is_xml_installed(),
  • unbounce/trunk/Unbounce-Page.php

    r1665532 r1848054  
    44Plugin URI: http://unbounce.com
    55Description: Unbounce is the most powerful standalone landing page builder available.
    6 Version: 1.0.34
     6Version: 1.0.35
    77Author: Unbounce
    88Author URI: http://unbounce.com
  • unbounce/trunk/readme.txt

    r1665532 r1848054  
    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: 4.7.3
    6 Stable tag: 1.0.34
     5Tested up to: 4.9
     6Stable tag: 1.0.35
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3939== Installation ==
    4040
     41Our plugin requires the following setup for the WordPress Server:
     42- cURL 7.34.0+
     43- OpenSSL 1.0.1+
     44
     45We recommend at least PHP 5.6.
     46
    41471. Create a Wordpress domain in [Unbounce](http://unbounce.com/ "The Mobile Responsive Landing Page Builder for Marketers")
    42481. Install this plugin through the WordPress store
     
    94100
    95101== Changelog ==
     102
     103= 1.0.35 =
     104* Update plugin requirements
    96105
    97106= 1.0.34 =
  • unbounce/trunk/templates/main_authorized_footer.php

    r1665532 r1848054  
    2222  Click here for troubleshooting and plugin diagnostics
    2323</a>
    24 <p class="ub-version">Unbounce Version 1.0.34</p>
     24<p class="ub-version">Unbounce Version 1.0.35</p>
  • unbounce/trunk/templates/main_unauthorized_footer.php

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