Releases: woocommerce/sensei-content-drip
Releases · woocommerce/sensei-content-drip
2.1.1
2.1.0
2.0.2
2.0.1
2.0.0
- New: Add dependency check for minimum Sensei (1.11.0) and PHP (5.6) versions - #146, #151, #156, #163
- New: Extract drip email to a template file - #155
- New: Add support for WP 4.8 multisite capabilities - #127
- New: Update Russian translation (@AiratHalitov) - #141
- Tweak: Use date format from WordPress settings for the displayed drip date - #150
- Tweak: Schedule emails to be sent at 00:30 in the server's timezone - #149
- Tweak: Check dependencies and perform the majority of plugin loading tasks after other plugins have loaded - #160
- Tweak: Update plugin header - #143
- Tweak: Use Woo header for plugin updates - #147
- Fix: Enable translating "Give Access" and "Remove Access" button text - #157
- Fix: Replace call to deprecated
create_function
function - #161 - Fix: PHP notice when drip emails are sent - #153
- Fix: PHP notice when test emails are sent - #132
- Fix: HTML escaping non-string values - #148
2.0.0 Beta 2
2.0.0 Beta 1
- New: Add dependency check for minimum Sensei (1.11.0) and PHP (5.6) versions - #146, #151, #156, #163
- New: Extract drip email to a template file - #155
- New: Add support for WP 4.8 multisite capabilities - #127
- New: Update Russian translation (@AiratHalitov) - #141
- Tweak: Use date format from WordPress settings for the displayed drip date - #150
- Tweak: Schedule emails to be sent at 00:30 in the server's timezone - #149
- Tweak: Update plugin header - #143
- Tweak: Use Woo header for plugin updates - #147
- Fix: Enable translating "Give Access" and "Remove Access" button text - #157
- Fix: PHP notice when drip emails are sent - #153
- Fix: PHP notice when test emails are sent - #132
- Fix: HTML escaping non-string values - #148
1.0.9
- Fix access issue for undripped content
- Add Russian translations
1.0.8
- Fix JavaScript error on lesson admin
1.0.7
- Users can disable Email notifications in Settings.
- Admin: only accept YYYY-MM-DD drip dates, mitigates certain issues
with time formats in non-English languages - Users can send test emails to themselves from the lesson edit admin screen
- Check for translations before defaulting to settings strings for drip messages
- Various fixes and security improvements