Plugin Directory

Changeset 1309293


Ignore:
Timestamp:
12/15/2015 06:05:36 PM (10 years ago)
Author:
inveo
Message:

1.4.15

Location:
wp-integration/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wp-integration/trunk/WebAppsDetector.php

    r1259711 r1309293  
    1010  * @date: 2015-03-28
    1111  * @compatibility: PHP 5 >= 5.0.0
    12   * @version: 1.1.8
     12  * @version: 1.1.9
    1313  */
    1414class WebAppsDetector
     
    3636                            'name' => 'PrestaShop',
    3737                            'abbr' => 'PS',
    38                             'latest' => '1.4.14',
     38                            'latest' => '1.4.15',
    3939                            'path' => 'modules/psthemeprovider',
    4040                            'files' => array('config/settings.inc.php', 'config/defines.inc.php')
  • wp-integration/trunk/readme.txt

    r1259718 r1309293  
    33Tags: ecommerce, e-commerce, commerce, wordpress ecommerce, prestashop, integration, connector, store, sales, sell, shop, shopping, cart, checkout,
    44Requires at least: 2.7
    5 Tested up to: 4.3
    6 Stable tag: 1.4.14
     5Tested up to: 4.4
     6Stable tag: 1.4.15
    77License: LGPLv2.1
    88License URI: http://www.gnu.org/licenses/lgpl-2.1.html
  • wp-integration/trunk/wp-integration.php

    r1259711 r1309293  
    1111 * Plugin URI: http://www.inveostore.com
    1212 * Description: Integrates Wordpress with any application with just one simple click.
    13  * Version: 1.4.14
     13 * Version: 1.4.15
    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.14');
     30define('THEMEPROVIDER_CONN_VERSION', '1.4.15');
    3131define('THEMEPROVIDER_CONN_REQVERSION', '1.3.00');
    3232define('THEMEPROVIDER_CONN_APP', 'WordPress');
Note: See TracChangeset for help on using the changeset viewer.