Changeset 1309293
- Timestamp:
- 12/15/2015 06:05:36 PM (10 years ago)
- Location:
- wp-integration/trunk
- Files:
-
- 3 edited
-
WebAppsDetector.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
-
wp-integration.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-integration/trunk/WebAppsDetector.php
r1259711 r1309293 10 10 * @date: 2015-03-28 11 11 * @compatibility: PHP 5 >= 5.0.0 12 * @version: 1.1. 812 * @version: 1.1.9 13 13 */ 14 14 class WebAppsDetector … … 36 36 'name' => 'PrestaShop', 37 37 'abbr' => 'PS', 38 'latest' => '1.4.1 4',38 'latest' => '1.4.15', 39 39 'path' => 'modules/psthemeprovider', 40 40 'files' => array('config/settings.inc.php', 'config/defines.inc.php') -
wp-integration/trunk/readme.txt
r1259718 r1309293 3 3 Tags: ecommerce, e-commerce, commerce, wordpress ecommerce, prestashop, integration, connector, store, sales, sell, shop, shopping, cart, checkout, 4 4 Requires at least: 2.7 5 Tested up to: 4. 36 Stable tag: 1.4.1 45 Tested up to: 4.4 6 Stable tag: 1.4.15 7 7 License: LGPLv2.1 8 8 License URI: http://www.gnu.org/licenses/lgpl-2.1.html -
wp-integration/trunk/wp-integration.php
r1259711 r1309293 11 11 * Plugin URI: http://www.inveostore.com 12 12 * Description: Integrates Wordpress with any application with just one simple click. 13 * Version: 1.4.1 413 * Version: 1.4.15 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 4');30 define('THEMEPROVIDER_CONN_VERSION', '1.4.15'); 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.