Changeset 3266071
- Timestamp:
- 04/03/2025 07:44:37 AM (11 months ago)
- Location:
- smaily-for-woocommerce
- Files:
-
- 8 edited
- 1 copied
-
tags/1.12.2 (copied) (copied from smaily-for-woocommerce/trunk)
-
tags/1.12.2/inc/Base/Cron.php (modified) (1 diff)
-
tags/1.12.2/readme.txt (modified) (2 diffs)
-
tags/1.12.2/smaily-for-woocommerce.php (modified) (2 diffs)
-
tags/1.12.2/vendor/composer/installed.php (modified) (2 diffs)
-
trunk/inc/Base/Cron.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/smaily-for-woocommerce.php (modified) (2 diffs)
-
trunk/vendor/composer/installed.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
smaily-for-woocommerce/tags/1.12.2/inc/Base/Cron.php
r3198193 r3266071 239 239 // Query for Smaily autoresponder. 240 240 $query = [ 241 'autoresponder' => $results['result']['cart_autoresponder_id'], // autoresponder ID. 242 'addresses' => [ $addresses ], 241 'autoresponder' => $results['result']['cart_autoresponder_id'], // autoresponder ID. 242 'addresses' => [ $addresses ], 243 'force_opt_in' => false, 244 'is_abandoned_cart' => true, 243 245 ]; 244 246 // Send data to Smaily. -
smaily-for-woocommerce/tags/1.12.2/readme.txt
r3255181 r3266071 5 5 Requires at least: 4.5 6 6 Tested up to: 6.7 7 WC tested up to: 9. 3.18 Stable tag: 1.12. 17 WC tested up to: 9.7 8 Stable tag: 1.12.2 9 9 License: GPLv3 10 10 … … 152 152 == Changelog == 153 153 154 = 1.12.2 = 155 156 - Adds `"is_abandoned_cart" = "true"` field to abandoned cart automation payload 157 - Does not opt-in customers who received abandoned cart email 158 - WooCommerce 9.7 compatibility 159 154 160 = 1.12.1 = 155 161 -
smaily-for-woocommerce/tags/1.12.2/smaily-for-woocommerce.php
r3255181 r3266071 14 14 * Plugin URI: https://github.com/sendsmaily/smaily-woocommerce-plugin 15 15 * Description: Smaily email marketing and automation extension plugin for WooCommerce. Set up easy sync for your contacts, add opt-in subscription form, import products directly to your email template and send abandoned cart reminder emails. 16 * Version: 1.12. 116 * Version: 1.12.2 17 17 * License: GPL3 18 18 * Author: Smaily … … 49 49 define( 'SMAILY_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); 50 50 define( 'SMAILY_PLUGIN_NAME', plugin_basename( __FILE__ ) ); 51 define( 'SMAILY_PLUGIN_VERSION', '1.12. 1' );51 define( 'SMAILY_PLUGIN_VERSION', '1.12.2' ); 52 52 53 53 // Required to use functions is_plugin_active and deactivate_plugins. -
smaily-for-woocommerce/tags/1.12.2/vendor/composer/installed.php
r3255181 r3266071 2 2 'root' => array( 3 3 'name' => 'smaily/smaily_for_woocommerce', 4 'pretty_version' => '1.12. 1',5 'version' => '1.12. 1.0',6 'reference' => ' daec98fd5dfbff339eee28571485c2000eae1695',4 'pretty_version' => '1.12.2', 5 'version' => '1.12.2.0', 6 'reference' => '46d68d2e752c6b81d077e5d387c0d2fa3210c964', 7 7 'type' => 'plugin', 8 8 'install_path' => __DIR__ . '/../../', … … 12 12 'versions' => array( 13 13 'smaily/smaily_for_woocommerce' => array( 14 'pretty_version' => '1.12. 1',15 'version' => '1.12. 1.0',16 'reference' => ' daec98fd5dfbff339eee28571485c2000eae1695',14 'pretty_version' => '1.12.2', 15 'version' => '1.12.2.0', 16 'reference' => '46d68d2e752c6b81d077e5d387c0d2fa3210c964', 17 17 'type' => 'plugin', 18 18 'install_path' => __DIR__ . '/../../', -
smaily-for-woocommerce/trunk/inc/Base/Cron.php
r3198193 r3266071 239 239 // Query for Smaily autoresponder. 240 240 $query = [ 241 'autoresponder' => $results['result']['cart_autoresponder_id'], // autoresponder ID. 242 'addresses' => [ $addresses ], 241 'autoresponder' => $results['result']['cart_autoresponder_id'], // autoresponder ID. 242 'addresses' => [ $addresses ], 243 'force_opt_in' => false, 244 'is_abandoned_cart' => true, 243 245 ]; 244 246 // Send data to Smaily. -
smaily-for-woocommerce/trunk/readme.txt
r3255181 r3266071 5 5 Requires at least: 4.5 6 6 Tested up to: 6.7 7 WC tested up to: 9. 3.18 Stable tag: 1.12. 17 WC tested up to: 9.7 8 Stable tag: 1.12.2 9 9 License: GPLv3 10 10 … … 152 152 == Changelog == 153 153 154 = 1.12.2 = 155 156 - Adds `"is_abandoned_cart" = "true"` field to abandoned cart automation payload 157 - Does not opt-in customers who received abandoned cart email 158 - WooCommerce 9.7 compatibility 159 154 160 = 1.12.1 = 155 161 -
smaily-for-woocommerce/trunk/smaily-for-woocommerce.php
r3255181 r3266071 14 14 * Plugin URI: https://github.com/sendsmaily/smaily-woocommerce-plugin 15 15 * Description: Smaily email marketing and automation extension plugin for WooCommerce. Set up easy sync for your contacts, add opt-in subscription form, import products directly to your email template and send abandoned cart reminder emails. 16 * Version: 1.12. 116 * Version: 1.12.2 17 17 * License: GPL3 18 18 * Author: Smaily … … 49 49 define( 'SMAILY_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); 50 50 define( 'SMAILY_PLUGIN_NAME', plugin_basename( __FILE__ ) ); 51 define( 'SMAILY_PLUGIN_VERSION', '1.12. 1' );51 define( 'SMAILY_PLUGIN_VERSION', '1.12.2' ); 52 52 53 53 // Required to use functions is_plugin_active and deactivate_plugins. -
smaily-for-woocommerce/trunk/vendor/composer/installed.php
r3255181 r3266071 2 2 'root' => array( 3 3 'name' => 'smaily/smaily_for_woocommerce', 4 'pretty_version' => '1.12. 1',5 'version' => '1.12. 1.0',6 'reference' => ' daec98fd5dfbff339eee28571485c2000eae1695',4 'pretty_version' => '1.12.2', 5 'version' => '1.12.2.0', 6 'reference' => '46d68d2e752c6b81d077e5d387c0d2fa3210c964', 7 7 'type' => 'plugin', 8 8 'install_path' => __DIR__ . '/../../', … … 12 12 'versions' => array( 13 13 'smaily/smaily_for_woocommerce' => array( 14 'pretty_version' => '1.12. 1',15 'version' => '1.12. 1.0',16 'reference' => ' daec98fd5dfbff339eee28571485c2000eae1695',14 'pretty_version' => '1.12.2', 15 'version' => '1.12.2.0', 16 'reference' => '46d68d2e752c6b81d077e5d387c0d2fa3210c964', 17 17 'type' => 'plugin', 18 18 'install_path' => __DIR__ . '/../../',
Note: See TracChangeset
for help on using the changeset viewer.