Skip to content

Releases: woocommerce/sensei-content-drip

2.1.1

19 Oct 12:45
ced0365
Compare
Choose a tag to compare
  • Fix: Can't remove the lesson access from user if already has one - #227
  • Fix: Lessons that are in a module are not available in Manual Content Drip meta box - #217

2.1.0

03 Dec 13:40
@jom jom
dce5df9
Compare
Choose a tag to compare

2020.12.03 - version 2.1.0

  • New: Adds partial French translations - #213
  • Tweak: Use WordPress' timezone when dripping lessons - #214
  • Fix: Minor display issue in WordPress admin on the lesson editor - #201

2.0.2

26 Mar 20:38
cb1b9f2
Compare
Choose a tag to compare
  • Tweak: Switch to new methods to check enrolment when possible - #193, #192
  • Fix: Bug causing admin users to be unable to view courses - #187

2.0.1

04 Dec 12:46
2956148
Compare
Choose a tag to compare
  • Tweak: Update verbiage in drip email - #170
  • Fix: Lesson order in drip email - #172
  • Fix: Hide comments when lesson has not dripped - #173

2.0.0

25 Mar 12:55
eef65c3
Compare
Choose a tag to compare
  • 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

18 Mar 14:11
d52167d
Compare
Choose a tag to compare
2.0.0 Beta 2 Pre-release
Pre-release
  • Tweak: Check dependencies and perform the majority of plugin loading tasks after other plugins have loaded - #160
  • Fix: Replace call to deprecated create_function function - #161

2.0.0 Beta 1

13 Mar 17:51
3c7d8a3
Compare
Choose a tag to compare
2.0.0 Beta 1 Pre-release
Pre-release
  • 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

10 May 13:10
d54d2ab
Compare
Choose a tag to compare
  • Fix access issue for undripped content
  • Add Russian translations

1.0.8

15 Feb 11:11
@pgk pgk
Compare
Choose a tag to compare
  • Fix JavaScript error on lesson admin

1.0.7

08 Feb 11:47
@pgk pgk
Compare
Choose a tag to compare
  • 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