Changeset 3333138
- Timestamp:
- 07/23/2025 06:59:24 PM (8 months ago)
- Location:
- everlytic
- Files:
-
- 8 edited
- 1 copied
-
tags/1.8.4 (copied) (copied from everlytic/trunk)
-
tags/1.8.4/README.txt (modified) (1 diff)
-
tags/1.8.4/index.php (modified) (2 diffs)
-
tags/1.8.4/src/EvProductPing.php (modified) (2 diffs)
-
tags/1.8.4/src/EverlyticWoocommerce.php (modified) (1 diff)
-
trunk/README.txt (modified) (1 diff)
-
trunk/index.php (modified) (2 diffs)
-
trunk/src/EvProductPing.php (modified) (2 diffs)
-
trunk/src/EverlyticWoocommerce.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
everlytic/tags/1.8.4/README.txt
r3271130 r3333138 3 3 Tags: ecommerce,email,workflows,evelytic 4 4 Requires at least: 4.9 5 Tested up to: 6. 06 Stable tag: 1.8. 35 Tested up to: 6.8.1 6 Stable tag: 1.8.4 7 7 Requires PHP: 7.0 8 8 WC requires at least: 3.5 -
everlytic/tags/1.8.4/index.php
r3271130 r3333138 5 5 * Plugin URI: http://everlytic.com/ 6 6 * Description: Everlytic integration for WooCommerce. 7 * Version: 1.8. 37 * Version: 1.8.4 8 8 * Author: Everlytic 9 9 * Text Domain: everlytic-woocommerce-extension … … 12 12 * 13 13 * Requires at least: 4.9 14 * Tested up to: 6. 014 * Tested up to: 6.8.1 15 15 * WC requires at least: 3.5 16 *17 16 */ 18 17 -
everlytic/tags/1.8.4/src/EvProductPing.php
r2394223 r3333138 6 6 { 7 7 $url = get_option('ev_install_url') . '/servlet/e-commerce/ping'; 8 8 9 $response = wp_remote_post($url, [ 9 10 'method' => 'POST', … … 16 17 ); 17 18 18 return is_wp_error( $response) === false;19 return is_wp_error($response) === false; 19 20 } 20 21 } -
everlytic/tags/1.8.4/src/EverlyticWoocommerce.php
r2861208 r3333138 302 302 } 303 303 } 304 304 $featureArray['store_name'] = get_option('blogname'); 305 305 return new WP_REST_Response($featureArray, 200); 306 306 } -
everlytic/trunk/README.txt
r3271130 r3333138 3 3 Tags: ecommerce,email,workflows,evelytic 4 4 Requires at least: 4.9 5 Tested up to: 6. 06 Stable tag: 1.8. 35 Tested up to: 6.8.1 6 Stable tag: 1.8.4 7 7 Requires PHP: 7.0 8 8 WC requires at least: 3.5 -
everlytic/trunk/index.php
r3271130 r3333138 5 5 * Plugin URI: http://everlytic.com/ 6 6 * Description: Everlytic integration for WooCommerce. 7 * Version: 1.8. 37 * Version: 1.8.4 8 8 * Author: Everlytic 9 9 * Text Domain: everlytic-woocommerce-extension … … 12 12 * 13 13 * Requires at least: 4.9 14 * Tested up to: 6. 014 * Tested up to: 6.8.1 15 15 * WC requires at least: 3.5 16 *17 16 */ 18 17 -
everlytic/trunk/src/EvProductPing.php
r2394223 r3333138 6 6 { 7 7 $url = get_option('ev_install_url') . '/servlet/e-commerce/ping'; 8 8 9 $response = wp_remote_post($url, [ 9 10 'method' => 'POST', … … 16 17 ); 17 18 18 return is_wp_error( $response) === false;19 return is_wp_error($response) === false; 19 20 } 20 21 } -
everlytic/trunk/src/EverlyticWoocommerce.php
r2861208 r3333138 302 302 } 303 303 } 304 304 $featureArray['store_name'] = get_option('blogname'); 305 305 return new WP_REST_Response($featureArray, 200); 306 306 }
Note: See TracChangeset
for help on using the changeset viewer.