Plugin Directory

Changeset 3042615


Ignore:
Timestamp:
02/28/2024 01:51:09 PM (2 years ago)
Author:
fromdoppler
Message:

Update "Tested up to" version 6.4

Location:
doppler-for-woocommerce
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • doppler-for-woocommerce/tags/1.2.1/README.txt

    r3008943 r3042615  
    44Tags: email marketing woocommerce
    55Requires at least: 4.9
    6 Tested up to: 6.2
     6Tested up to: 6.4
    77Stable tag: 1.2.1
    88License: GPLv2 or later
  • doppler-for-woocommerce/tags/1.2.1/admin/class-doppler-for-woocommerce-admin.php

    r3008943 r3042615  
    12091209            'wc/v3', 'abandoned-carts', array(
    12101210            'methods' => 'GET',
    1211             'callback' => array($this, 'get_abandoned_carts')
     1211            'callback' => array($this, 'get_abandoned_carts'),
     1212            'permission_callback' => '__return_true'
    12121213            )
    12131214        );
     
    12161217            'wc/v3', 'viewed-products', array(
    12171218            'methods' => 'GET',
    1218             'callback' => array($this, 'get_viewed_products')
     1219            'callback' => array($this, 'get_viewed_products'),
     1220            'permission_callback' => '__return_true'
    12191221            )
    12201222        );
  • doppler-for-woocommerce/trunk/README.txt

    r3008943 r3042615  
    44Tags: email marketing woocommerce
    55Requires at least: 4.9
    6 Tested up to: 6.2
     6Tested up to: 6.4
    77Stable tag: 1.2.1
    88License: GPLv2 or later
  • doppler-for-woocommerce/trunk/admin/class-doppler-for-woocommerce-admin.php

    r3008943 r3042615  
    12091209            'wc/v3', 'abandoned-carts', array(
    12101210            'methods' => 'GET',
    1211             'callback' => array($this, 'get_abandoned_carts')
     1211            'callback' => array($this, 'get_abandoned_carts'),
     1212            'permission_callback' => '__return_true'
    12121213            )
    12131214        );
     
    12161217            'wc/v3', 'viewed-products', array(
    12171218            'methods' => 'GET',
    1218             'callback' => array($this, 'get_viewed_products')
     1219            'callback' => array($this, 'get_viewed_products'),
     1220            'permission_callback' => '__return_true'
    12191221            )
    12201222        );
Note: See TracChangeset for help on using the changeset viewer.