Plugin Directory

Changeset 1259712


Ignore:
Timestamp:
10/05/2015 10:40:44 AM (10 years ago)
Author:
inveo
Message:

1.4.14

Location:
wp-integration/tags/1.4.14
Files:
2 edited
2 copied

Legend:

Unmodified
Added
Removed
  • wp-integration/tags/1.4.14/WebAppsDetector.php

    r1252887 r1259712  
    3636                            'name' => 'PrestaShop',
    3737                            'abbr' => 'PS',
    38                             'latest' => '1.4.13',
     38                            'latest' => '1.4.14',
    3939                            'path' => 'modules/psthemeprovider',
    4040                            'files' => array('config/settings.inc.php', 'config/defines.inc.php')
  • wp-integration/tags/1.4.14/readme.txt

    r1254039 r1259712  
    44Requires at least: 2.7
    55Tested up to: 4.3
    6 Stable tag: 1.4.13
     6Stable tag: 1.4.14
    77License: LGPLv2.1
    88License URI: http://www.gnu.org/licenses/lgpl-2.1.html
     
    5151
    5252== Changelog ==
     53
     54= 1.4.14 =
     55* WebAppsDetector class was updated
     56* Theme Provider module was updated to 1.4.13
     57* Compatibility was improved
    5358
    5459= 1.4.13 =
  • wp-integration/tags/1.4.14/wp-integration.php

    r1254990 r1259712  
    1111 * Plugin URI: http://www.inveostore.com
    1212 * Description: Integrates Wordpress with any application with just one simple click.
    13  * Version: 1.4.13
     13 * Version: 1.4.14
    1414 * Author: Inveo s.r.o.
    1515 * Author URI: http://www.inveostore.com
     
    2828
    2929define('THEMEPROVIDER_CONN_LOADED', true);
    30 define('THEMEPROVIDER_CONN_VERSION', '1.4.13');
     30define('THEMEPROVIDER_CONN_VERSION', '1.4.14');
    3131define('THEMEPROVIDER_CONN_REQVERSION', '1.3.00');
    3232define('THEMEPROVIDER_CONN_APP', 'WordPress');
     
    3939    ob_start();
    4040    require_once(WebAppsDetector::getProviderFile());
    41     ob_clean();
     41    ob_end_clean();
    4242}
    4343
Note: See TracChangeset for help on using the changeset viewer.