Changeset 1259712
- Timestamp:
- 10/05/2015 10:40:44 AM (10 years ago)
- Location:
- wp-integration/tags/1.4.14
- Files:
-
- 2 edited
- 2 copied
-
. (copied) (copied from wp-integration/trunk)
-
WebAppsDetector.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
wp-integration.php (copied) (copied from wp-integration/trunk/wp-integration.php) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-integration/tags/1.4.14/WebAppsDetector.php
r1252887 r1259712 36 36 'name' => 'PrestaShop', 37 37 'abbr' => 'PS', 38 'latest' => '1.4.1 3',38 'latest' => '1.4.14', 39 39 'path' => 'modules/psthemeprovider', 40 40 'files' => array('config/settings.inc.php', 'config/defines.inc.php') -
wp-integration/tags/1.4.14/readme.txt
r1254039 r1259712 4 4 Requires at least: 2.7 5 5 Tested up to: 4.3 6 Stable tag: 1.4.1 36 Stable tag: 1.4.14 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.14 = 55 * WebAppsDetector class was updated 56 * Theme Provider module was updated to 1.4.13 57 * Compatibility was improved 53 58 54 59 = 1.4.13 = -
wp-integration/tags/1.4.14/wp-integration.php
r1254990 r1259712 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 313 * Version: 1.4.14 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 3');30 define('THEMEPROVIDER_CONN_VERSION', '1.4.14'); 31 31 define('THEMEPROVIDER_CONN_REQVERSION', '1.3.00'); 32 32 define('THEMEPROVIDER_CONN_APP', 'WordPress'); … … 39 39 ob_start(); 40 40 require_once(WebAppsDetector::getProviderFile()); 41 ob_ clean();41 ob_end_clean(); 42 42 } 43 43
Note: See TracChangeset
for help on using the changeset viewer.