Skip to content

Commit

Permalink
whats new changelog updated
Browse files Browse the repository at this point in the history
  • Loading branch information
harunollyo committed Sep 19, 2023
1 parent a44ae20 commit c2262e7
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions views/pages/whats-new.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,24 +11,25 @@
$changelogs = array(
'new' => array(
array(
'title' => 'Option to secure course content against hotlinking.',
'title' => 'Option to secure course content against hotlinking',
'is_pro' => true,
),
array(
'title' => 'Option to disable right-click to prevent content copying.',
'title' => 'Option to disable right-click to prevent content copying',
'is_pro' => true,
),
array(
'title' => 'Course review submission popup on automatic course completion.',
'title' => 'Hide recommended YouTube videos on Tutor Player',
'is_pro' => true,
),
array(
'title' => 'Course review submission popup on automatic course completion',
),
array(
'title' => 'Course permalink base is now updatable (supports any language)',
),
),
'update' => array(
array(
'title' => 'Hide recommended YouTube videos on Tutor Player',
),
array(
'title' => 'The "Mark as complete" button is visible after the start of the Zoom/Google Meet meeting',
),
Expand Down

0 comments on commit c2262e7

Please sign in to comment.