Skip to content
This repository has been archived by the owner on Feb 7, 2022. It is now read-only.

2.0.0

Compare
Choose a tag to compare
@alexsanford alexsanford released this 26 Apr 16:46
· 92 commits to master since this release
cc141c8
  • New: Add dependency check for minimum Sensei (1.11.0) and PHP (5.6) versions - #31
  • New: Add sensei_course_participants_profile_url filter to customize participant profile URL in the widget - #36
  • New: Add sensei_course_participants_exclude_completed_participants filter for determining whether or not to include learners who have already completed the course in the learner count and widget - #27
  • New: Add Russian translation (@AiratHalitov) - #28
  • Tweak: Only include learners who are taking the course in the learner count and widget - #27
  • Tweak: Replace the <h3> tag with a <span> tag for the participant's name in the widget - #35
  • Tweak: Check dependencies and perform the majority of plugin loading tasks after other plugins have loaded - #33
  • Tweak: Update JavaScript filename - #39
  • Tweak: Escape data and absolute paths - #23
  • Tweak: Small changes to meet coding standards - #26
  • Tweak: Update plugin header - #21, #30
  • Tweak: Use Woo header for plugin updates - #32
  • Fix: Fix PHP warnings in the widget - #34