Changeset 3042615
- Timestamp:
- 02/28/2024 01:51:09 PM (2 years ago)
- Location:
- doppler-for-woocommerce
- Files:
-
- 4 edited
-
tags/1.2.1/README.txt (modified) (1 diff)
-
tags/1.2.1/admin/class-doppler-for-woocommerce-admin.php (modified) (2 diffs)
-
trunk/README.txt (modified) (1 diff)
-
trunk/admin/class-doppler-for-woocommerce-admin.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
doppler-for-woocommerce/tags/1.2.1/README.txt
r3008943 r3042615 4 4 Tags: email marketing woocommerce 5 5 Requires at least: 4.9 6 Tested up to: 6. 26 Tested up to: 6.4 7 7 Stable tag: 1.2.1 8 8 License: GPLv2 or later -
doppler-for-woocommerce/tags/1.2.1/admin/class-doppler-for-woocommerce-admin.php
r3008943 r3042615 1209 1209 'wc/v3', 'abandoned-carts', array( 1210 1210 'methods' => 'GET', 1211 'callback' => array($this, 'get_abandoned_carts') 1211 'callback' => array($this, 'get_abandoned_carts'), 1212 'permission_callback' => '__return_true' 1212 1213 ) 1213 1214 ); … … 1216 1217 'wc/v3', 'viewed-products', array( 1217 1218 'methods' => 'GET', 1218 'callback' => array($this, 'get_viewed_products') 1219 'callback' => array($this, 'get_viewed_products'), 1220 'permission_callback' => '__return_true' 1219 1221 ) 1220 1222 ); -
doppler-for-woocommerce/trunk/README.txt
r3008943 r3042615 4 4 Tags: email marketing woocommerce 5 5 Requires at least: 4.9 6 Tested up to: 6. 26 Tested up to: 6.4 7 7 Stable tag: 1.2.1 8 8 License: GPLv2 or later -
doppler-for-woocommerce/trunk/admin/class-doppler-for-woocommerce-admin.php
r3008943 r3042615 1209 1209 'wc/v3', 'abandoned-carts', array( 1210 1210 'methods' => 'GET', 1211 'callback' => array($this, 'get_abandoned_carts') 1211 'callback' => array($this, 'get_abandoned_carts'), 1212 'permission_callback' => '__return_true' 1212 1213 ) 1213 1214 ); … … 1216 1217 'wc/v3', 'viewed-products', array( 1217 1218 'methods' => 'GET', 1218 'callback' => array($this, 'get_viewed_products') 1219 'callback' => array($this, 'get_viewed_products'), 1220 'permission_callback' => '__return_true' 1219 1221 ) 1220 1222 );
Note: See TracChangeset
for help on using the changeset viewer.