WooCommerce Slack Changelog

The latest version is WooCommerce Slack 1.7.1, Released on October 1, 2025

Changelog for WooCommerce Slack


  *** Slack for WooCommerce Changelog ***

2025-10-01 - version 1.7.1
* Tweak - Also add support for Yith Subscriptions renewal orders other than WooCommerce Subscriptions

2025-06-09 - version 1.7.0
* Feature - Add notifications for order status updates
* Tweak - Improve caching of available channels to reduce API calls
* Misc - Indicate that the default channel will be used if no channel is selected in individual notifications

2025-04-23 - version 1.6.0
* Feature - Add compatibility with WooCommerce Subscriptions renewal orders
* Tweak - Use `:memo:` in emoji setting examples
* Fix - Refund prefix filter hook `wcslack_new_order_prefix` was incorrectly applied instead of `wcslack_refund_prefix`
* Fix - Ensure minified admin scripts are properly bundled with the plugin

2025-02-04 - version 1.5.2
* Tweak - Add order status to the new order extended notification
* Tweak - Add {order_status} merge tag to the new order notification message
* Fix - The new order notification should not trigger for draft orders when using Cart and Checkout blocks

2024-11-20 - version 1.5.1
* Fix - Ensure notifications for free orders are sent even for orders that are discounted 100% by third party code

2024-07-23 - version 1.5.0
* Feature - Add notifications for order refunds
* Tweak - The {order_number} merge tag will be replaced with the order number, while the {order_id} will be replaced with the order ID
* Fix - Ensure that currency symbols are displayed in the right position in the notification messages
* Fix - Trigger new order notification when an order is placed in Point of Sale for WooCommerce extension
* Fix - Ensure order links in notifications return the correct admin URL when HPOS is in use in the installation

2024-06-06 - version 1.4.2
* Tweak - Improve the appearance of unfurled new posts published to Slack
* Misc - Ensure the plugin does not activate if WooCommerce is not active
* Misc - Improve compatibility with PHP 8.2+
* Misc - Require PHP 7.4+

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 WooCommerce 8.6
* Tweak - Tested compatibility up to WordPress 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 WooCommerce 4.0, WordPress 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 WooCommerce 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 WooCommerce 3.5, WordPress 4.7, and PHP 5.6

2022-12-01 - version 1.2.11
* Tweak - Tested compatibility with WooCommerce 7.1
* Tweak - Tested compatibility with WordPress 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 WooCommerce 7.0
* Tweak - Tested compatibility up to WordPress 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 - WordPress 5.7 compatibility

2021-03-15 - version 1.2.7
* Fix - Ensure we authenticate correctly when making Slack API calls (props @BrianHenryIE)
* Tweak - WooCommerce 5.1.0 compatibility
* Tweak - WordPress 5.7.0 compatibility

2020-10-07 - version 1.2.6
* Feature - Order ID to filters
* Fix - Return value from `wp_remote_post` treated as an array causing fatal error
* Misc - WooCommerce 4.4 compatibility

2020-08-19 - version 1.2.5
* Misc - WordPress 5.5 compatibility

2020-06-10 - version 1.2.4
* Fix - Remove absint from order to consider floating values
* Misc - WooCommerce 4.2 compatibility

2020-04-30 - version 1.2.3
* Misc - WooCommerce 4.1 compatibility

2020-04-21 - version 1.2.2
* Tweak - Add warning to Debug checkbox regarding personal data
* Misc - Remove legacy code

2020-03-04 - version 1.2.1
* Fix - Documentation links
* Fix - Prevent sending additional test messages when saving settings
* Misc - WooCommerce 4.0 compatibility

2020-02-19 - version 1.2.0
* Feature - Support for Slack OAuth authentication

2020-01-14 - version 1.1.16
* Fix - PHP notices on activation
* Fix - Extended order information is not shown
* Misc - WooCommerce tested up to 3.9

2019-11-04 - version 1.1.15
* Misc - WooCommerce 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
* Misc - WooCommerce 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
* Misc - WooCommerce 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
* Misc - WooCommerce 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
* Tweak - Privacy policy notification
* Misc - WooCommerce tested up to 3.4

2017-12-13 - version 1.1.5
* Misc - WooCommerce 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
* Misc - Updates for WooCommerce 3.0 compatibility

2016-01-20 - version 1.1.2
* Fix - Ensures 'new order' notification only gets sent once
* Fix - Fixes issue with username encoding
* Dev - Adds compatibility for sequential order numbers

2015-07-29 - version 1.1.1
* Misc - Added support to WooCommerce 2.4
* Misc - Fixed and improved the plugin logger

2015-03-12 - version 1.1.0
* Feature - Private Groups Support
* Tweak - Option for 'sender name'
* Tweak - Multiple channels/groups for notifications
* Localization - Add files for localization

2015-01-20 - version 1.0.0
* First Release
  



Get WooCommerce Slack Version 1.7.1 with 12 months of updates for just $15!




Already a WPspring Club Member?
WooCommerce Slack Version 1.7.1 Released on October 01, 2025, is available from your account downloads page. Sign up at wpspri.ng/club
1 Star2 Stars3 Stars4 Stars5 Stars (1 votes, average: 5.00 out of 5)
Loading...

Leave a Comment

@WPspringcom Facebook
Item added to cart.
0 items - $0