Plugin Directory

Changeset 3095694


Ignore:
Timestamp:
05/31/2024 01:56:54 PM (22 months ago)
Author:
gelatoapi
Message:

Add support WordPress 6.4 and 6.5

Location:
gelato-integration-for-woocommerce
Files:
33 added
3 edited

Legend:

Unmodified
Added
Removed
  • gelato-integration-for-woocommerce/trunk/gelato-integration-for-woocommerce.php

    r2947672 r3095694  
    55 * Plugin URI: https://
    66 * Description: This plugin helps to connect your WooCommerce store with Gelato .
    7  * Version: 1.2.1
     7 * Version: 1.3.0
    88 * Author: Gelato
    99 * Author URI: https://gelato.com
     
    1212 */
    1313
    14 define('GELATO_VERSION', '1.2.1');
     14define('GELATO_VERSION', '1.3.0');
    1515define('GELATO_MINIMUM_WP_VERSION', '4.0');
    1616
  • gelato-integration-for-woocommerce/trunk/includes/Pages/GelatoStatusPage.php

    r2947672 r3095694  
    8585            'Language'                  => get_locale(),
    8686            'wp_memory_limit'           => wc_let_to_num( WP_MEMORY_LIMIT ),
     87            'memory_limit'              => ini_get('memory_limit'),
    8788            'external_object_cache'     => wp_using_ext_object_cache(),
    8889            'wp_debug_mode'             => ( defined( 'WP_DEBUG' ) && WP_DEBUG ),
  • gelato-integration-for-woocommerce/trunk/readme.txt

    r2947672 r3095694  
    77Contributors: Gelato AS
    88Requires at least: 3.8
    9 Tested up to: 6.2
    10 Stable tag: 1.2.1
     9Tested up to: 6.5
     10Stable tag: 1.3.0
    1111Requires PHP: 7.0
    1212License: GPLv2 or later
     
    9595= 1.2.1 =
    9696* 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.