*** Slack for WooCommerce Changelog *** 2024-03-26 - version 1.4.1 * Tweak - Change plugin name to Slack for WooCommerce * Tweak - Update brand to Kestrel 2024-02-15 - version 1.4.0 * Feature - Added compatibility with the Cart and Checkout blocks. * Tweak - Include the plugin version in the enqueued scripts. * Tweak - Sanitized input vars and escaped output content. * Tweak - Updated the plugin URLs to the new woo.com domain. * Tweak - Updated the plugin author. * Tweak - Tested compatibility up to WC 8.6. * Tweak - Tested compatibility up to WP 6.4. * Dev - Changed the plugin namespace to `KoiLab\WC_Slack`. * Dev - Drop deprecated plugin code up to version 1.3. * Dev - Dropped deprecated class `WC_Slack_Init`. * Dev - Updated the minimum requirements to WC 4.0, WP 5.0, and PHP 7.0. 2023-01-09 - version 1.3.0 * Tweak - Improved performance on plugin initialization. * Tweak - Added links to the plugin settings, the documentation page, and to get support, in the plugin list. * Tweak - Declare compatibility with WooCommerce High-Performance Order Storage (HPOS). * Tweak - Updated plugin author. * Tweak - Tested compatibility up to WC 7.3. * Fix - New customer notifications were not triggered on creating customers from the backend. * Dev - Implement the singleton pattern in the main plugin class. * Dev - Deprecated class `WC_Slack_Init`. * Dev - Updated the minimum requirements to WC 3.5, WP 4.7, and PHP 5.6. 2022-12-01 - version 1.2.11 * Tweak - Tested compatibility with WC 7.1. * Tweak - Tested compatibility with WP 6.1. * Fix - Fixed missing Order items info in the 'New order' notification when the option 'Extended notification' is enabled. 2022-10-05 - version 1.2.10 * Tweak - Removed empty option from the channel selector fields. * Tweak - Excluded archived channels from the list. * Tweak - Increased the number of channels to fetch from Slack to 1000. * Tweak - Tested compatibility up to WC 7.0. * Tweak - Tested compatibility up to WP 6.0. * Fix - Fixed missing channels in the selector fields. * Fix - Fixed warning for calling the deprecated method `WC_Abstract_Legacy_Order::get_product_from_item()`. 2022-03-25 - version 1.2.9 * Fix - Improve mechanics for fetching and updating the list of available channels (props Brian Henry). * Fix - Removed requests to deprecated `groups.list` endpoint (props Brian Henry). 2021-04-06 - version 1.2.8 * Fix - Deprecated jQuery methods. * Tweak - WP 5.7 compatibility. 2021-03-15 - version 1.2.7 * Fix - Ensure we authenticate correctly when making Slack API calls (props @BrianHenryIE). * Tweak - WC 5.1.0 compatibility. * Tweak - WP 5.7.0 compatibility. 2020-10-07 - version 1.2.6 * Add - Order ID to filters. * Fix - Return value from `wp_remote_post` treated as an array causing fatal error. * Tweak - WC 4.4 compatibility. 2020-08-19 - version 1.2.5 * Tweak - WordPress 5.5 compatibility. 2020-06-10 - version 1.2.4 * Fix - Remove absint from order to consider floating values. * Tweak - WC 4.2 compatibility. 2020-04-30 - version 1.2.3 * Tweak - WC 4.1 compatibility. 2020-04-21 - version 1.2.2 * Tweak - Remove legacy code. * Tweak - Add warning to Debug checkbox regarding personal data. 2020-03-04 - version 1.2.1 * Fix - Documentation links. * Fix - Prevent sending additional test messages when saving settings. * Tweak - WC 4.0 compatibility. 2020-02-19 - version 1.2.0 * Add - Support for Slack OAuth authentication. 2020-01-14 - version 1.1.16 * Fix - PHP notices on activation. * Fix - Extended order information is not shown. * Tweak - WC tested up to 3.9. 2019-11-04 - version 1.1.15 * Tweak - WC tested up to 3.8. 2019-08-28 - version 1.1.14 * Fix - New Order is only triggered for orders through the frontend. * Fix - Instead of the `channels` endpoint, use `conversations` which contains all Slack channels. 2019-08-06 - version 1.1.13 * Tweak - WC tested up to 3.7. 2019-05-08 - version 1.1.12 * Fix - Extended order information is not shown. 2019-04-16 - version 1.1.11 * Tweak - WC tested up to 3.6. 2019-01-07 - version 1.1.10 * Fix - Use enhanced select to fix short multiselect box. 2018-09-26 - version 1.1.9 * Update - WC tested up to 3.5. 2018-08-14 - version 1.1.8 * Fix - PHP warning when no channels are present. 2018-08-13 - version 1.1.7 * Fix - Url for creating an API token. 2018-05-22 - version 1.1.6 * Update - WC tested up to 3.4. * Update - Privacy policy notification. 2017-12-13 - version 1.1.5 * Fix - WC 3.3 compatibility. 2017-06-02 - version 1.1.4 * Fix - ensure the product name is sent on new order notifications. * Fix - check for network activation when checking if WooCommerce is active. 2017-04-03 - version 1.1.3 * Updates for WooCommerce 3.0 compatibility. 2016-01-20 - version 1.1.2 * Ensures 'new order' notification only gets sent once. * Fix issue with username encoding. * Adds compatibility for sequential order numbers. 2015-07-29 - version 1.1.1 * Added support to WooCommerce 2.4. * Fixed and improved the plugin logger. 2015-03-12 - version 1.1.0 * Private Groups Support. * Option for 'sender name'. * Multiple channels/groups for notifications. * Add .pot / .mo files for localization. 2015-01-20 - version 1.0.0 * First Release.