Changeset 3095694
- Timestamp:
- 05/31/2024 01:56:54 PM (22 months ago)
- Location:
- gelato-integration-for-woocommerce
- Files:
-
- 33 added
- 3 edited
-
tags/1.3.0 (added)
-
tags/1.3.0/assets (added)
-
tags/1.3.0/assets/css (added)
-
tags/1.3.0/assets/css/status.css (added)
-
tags/1.3.0/assets/images (added)
-
tags/1.3.0/assets/images/gelato-menu-icon.svg (added)
-
tags/1.3.0/assets/images/woocommerce-banner.png (added)
-
tags/1.3.0/assets/js (added)
-
tags/1.3.0/gelato-integration-for-woocommerce.php (added)
-
tags/1.3.0/i18n (added)
-
tags/1.3.0/i18n/languages (added)
-
tags/1.3.0/i18n/languages/gelato-integration-for-woocommerce.pot (added)
-
tags/1.3.0/includes (added)
-
tags/1.3.0/includes/Connector (added)
-
tags/1.3.0/includes/Connector/GelatoConnector.php (added)
-
tags/1.3.0/includes/GelatoApiClientFactory.php (added)
-
tags/1.3.0/includes/GelatoMain.php (added)
-
tags/1.3.0/includes/GelatoShipping.php (added)
-
tags/1.3.0/includes/GelatoShippingApiClient.php (added)
-
tags/1.3.0/includes/Pages (added)
-
tags/1.3.0/includes/Pages/GelatoMainPage.php (added)
-
tags/1.3.0/includes/Pages/GelatoPage.php (added)
-
tags/1.3.0/includes/Pages/GelatoPageFactory.php (added)
-
tags/1.3.0/includes/Pages/GelatoStatusPage.php (added)
-
tags/1.3.0/includes/StatusChecker (added)
-
tags/1.3.0/includes/StatusChecker/GelatoStatusChecker.php (added)
-
tags/1.3.0/licenses.txt (added)
-
tags/1.3.0/readme.txt (added)
-
tags/1.3.0/templates (added)
-
tags/1.3.0/templates/footer.php (added)
-
tags/1.3.0/templates/header.php (added)
-
tags/1.3.0/templates/main.php (added)
-
tags/1.3.0/templates/status.php (added)
-
trunk/gelato-integration-for-woocommerce.php (modified) (2 diffs)
-
trunk/includes/Pages/GelatoStatusPage.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
gelato-integration-for-woocommerce/trunk/gelato-integration-for-woocommerce.php
r2947672 r3095694 5 5 * Plugin URI: https:// 6 6 * Description: This plugin helps to connect your WooCommerce store with Gelato . 7 * Version: 1. 2.17 * Version: 1.3.0 8 8 * Author: Gelato 9 9 * Author URI: https://gelato.com … … 12 12 */ 13 13 14 define('GELATO_VERSION', '1. 2.1');14 define('GELATO_VERSION', '1.3.0'); 15 15 define('GELATO_MINIMUM_WP_VERSION', '4.0'); 16 16 -
gelato-integration-for-woocommerce/trunk/includes/Pages/GelatoStatusPage.php
r2947672 r3095694 85 85 'Language' => get_locale(), 86 86 'wp_memory_limit' => wc_let_to_num( WP_MEMORY_LIMIT ), 87 'memory_limit' => ini_get('memory_limit'), 87 88 'external_object_cache' => wp_using_ext_object_cache(), 88 89 'wp_debug_mode' => ( defined( 'WP_DEBUG' ) && WP_DEBUG ), -
gelato-integration-for-woocommerce/trunk/readme.txt
r2947672 r3095694 7 7 Contributors: Gelato AS 8 8 Requires at least: 3.8 9 Tested up to: 6. 210 Stable tag: 1. 2.19 Tested up to: 6.5 10 Stable tag: 1.3.0 11 11 Requires PHP: 7.0 12 12 License: GPLv2 or later … … 95 95 = 1.2.1 = 96 96 * Improvements for redirect check and status page 97 98 = 1.3.0 = 99 * Add support for WordPress 6.4 and 6.5
Note: See TracChangeset
for help on using the changeset viewer.