Changeset 3201003
- Timestamp:
- 12/02/2024 02:51:00 PM (16 months ago)
- Location:
- gelato-integration-for-woocommerce/trunk
- Files:
-
- 3 edited
-
gelato-integration-for-woocommerce.php (modified) (2 diffs)
-
includes/StatusChecker/GelatoStatusChecker.php (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
gelato-integration-for-woocommerce/trunk/gelato-integration-for-woocommerce.php
r3095694 r3201003 5 5 * Plugin URI: https:// 6 6 * Description: This plugin helps to connect your WooCommerce store with Gelato . 7 * Version: 1.3. 07 * Version: 1.3.1 8 8 * Author: Gelato 9 9 * Author URI: https://gelato.com … … 12 12 */ 13 13 14 define('GELATO_VERSION', '1.3. 0');14 define('GELATO_VERSION', '1.3.1'); 15 15 define('GELATO_MINIMUM_WP_VERSION', '4.0'); 16 16 -
gelato-integration-for-woocommerce/trunk/includes/StatusChecker/GelatoStatusChecker.php
r2947672 r3201003 254 254 } 255 255 256 $ok = ($memoryLimit >= 128 * 1024 * 1024) ;256 $ok = ($memoryLimit >= 128 * 1024 * 1024) || ini_get('memory_limit') == -1; 257 257 258 258 if ($ok) { -
gelato-integration-for-woocommerce/trunk/readme.txt
r3095694 r3201003 7 7 Contributors: Gelato AS 8 8 Requires at least: 3.8 9 Tested up to: 6. 510 Stable tag: 1.3. 09 Tested up to: 6.6.2 10 Stable tag: 1.3.1 11 11 Requires PHP: 7.0 12 12 License: GPLv2 or later … … 59 59 60 60 1. Requires WooCommerce plugin 5.0.0 and up. 61 2. Requires WooCommerce Legacy REST API plugin installed and activated. 61 62 62 63 … … 98 99 = 1.3.0 = 99 100 * Add support for WordPress 6.4 and 6.5 101 102 = 1.3.1 = 103 * Improvements for php memory limit check
Note: See TracChangeset
for help on using the changeset viewer.