Plugin Directory

Changeset 1346959


Ignore:
Timestamp:
02/09/2016 07:17:02 PM (10 years ago)
Author:
inveo
Message:

1.4.16

Location:
wp-integration/tags/1.4.16
Files:
4 copied

Legend:

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

    r1309293 r1346959  
    1010  * @date: 2015-03-28
    1111  * @compatibility: PHP 5 >= 5.0.0
    12   * @version: 1.1.9
     12  * @version: 1.1.10
    1313  */
    1414class WebAppsDetector
     
    3636                            'name' => 'PrestaShop',
    3737                            'abbr' => 'PS',
    38                             'latest' => '1.4.15',
     38                            'latest' => '1.4.16',
    3939                            'path' => 'modules/psthemeprovider',
    4040                            'files' => array('config/settings.inc.php', 'config/defines.inc.php')
     
    115115    private static function _makeFsPath($file, $path = '')
    116116    {
    117         return dirname(self::$_connectorPath).(!empty($path) ? DIRECTORY_SEPARATOR.$path : '' ).DIRECTORY_SEPARATOR.$file;
     117        return dirname(self::$_connectorPath).(!empty($path) ? DIRECTORY_SEPARATOR.$path : '').DIRECTORY_SEPARATOR.$file;
    118118    }
    119119
  • wp-integration/tags/1.4.16/readme.txt

    r1309297 r1346959  
    44Requires at least: 2.7
    55Tested up to: 4.4
    6 Stable tag: 1.4.15
     6Stable tag: 1.4.16
    77License: LGPLv2.1
    88License URI: http://www.gnu.org/licenses/lgpl-2.1.html
     
    5151
    5252== Changelog ==
     53
     54= 1.4.16 =
     55* WebAppsDetector class was updated
     56* Theme Provider module was updated to 1.4.16
    5357
    5458= 1.4.15 =
  • wp-integration/tags/1.4.16/wp-integration.php

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