Changeset 1346959
- Timestamp:
- 02/09/2016 07:17:02 PM (10 years ago)
- Location:
- wp-integration/tags/1.4.16
- Files:
-
- 4 copied
-
. (copied) (copied from wp-integration/trunk)
-
WebAppsDetector.php (copied) (copied from wp-integration/trunk/WebAppsDetector.php) (3 diffs)
-
readme.txt (copied) (copied from wp-integration/trunk/readme.txt) (2 diffs)
-
wp-integration.php (copied) (copied from wp-integration/trunk/wp-integration.php) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-integration/tags/1.4.16/WebAppsDetector.php
r1309293 r1346959 10 10 * @date: 2015-03-28 11 11 * @compatibility: PHP 5 >= 5.0.0 12 * @version: 1.1. 912 * @version: 1.1.10 13 13 */ 14 14 class WebAppsDetector … … 36 36 'name' => 'PrestaShop', 37 37 'abbr' => 'PS', 38 'latest' => '1.4.1 5',38 'latest' => '1.4.16', 39 39 'path' => 'modules/psthemeprovider', 40 40 'files' => array('config/settings.inc.php', 'config/defines.inc.php') … … 115 115 private static function _makeFsPath($file, $path = '') 116 116 { 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; 118 118 } 119 119 -
wp-integration/tags/1.4.16/readme.txt
r1309297 r1346959 4 4 Requires at least: 2.7 5 5 Tested up to: 4.4 6 Stable tag: 1.4.1 56 Stable tag: 1.4.16 7 7 License: LGPLv2.1 8 8 License URI: http://www.gnu.org/licenses/lgpl-2.1.html … … 51 51 52 52 == Changelog == 53 54 = 1.4.16 = 55 * WebAppsDetector class was updated 56 * Theme Provider module was updated to 1.4.16 53 57 54 58 = 1.4.15 = -
wp-integration/tags/1.4.16/wp-integration.php
r1309293 r1346959 10 10 * Plugin Name: WP Integration 11 11 * Plugin URI: http://www.inveostore.com 12 * Description: Integrates Wordpress withany application with just one simple click.13 * Version: 1.4.1 512 * Description: Integrates Wordpress to any application with just one simple click. 13 * Version: 1.4.16 14 14 * Author: Inveo s.r.o. 15 15 * Author URI: http://www.inveostore.com … … 28 28 29 29 define('THEMEPROVIDER_CONN_LOADED', true); 30 define('THEMEPROVIDER_CONN_VERSION', '1.4.1 5');30 define('THEMEPROVIDER_CONN_VERSION', '1.4.16'); 31 31 define('THEMEPROVIDER_CONN_REQVERSION', '1.3.00'); 32 32 define('THEMEPROVIDER_CONN_APP', 'WordPress');
Note: See TracChangeset
for help on using the changeset viewer.