This repository has been archived by the owner on May 6, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 189
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
RC/2.14.0, update whats_new json and images
- Loading branch information
1 parent
5b78cf5
commit 83fb334
Showing
5 changed files
with
233 additions
and
187 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,92 +1,115 @@ | ||
[ | ||
{ | ||
"version": "2.13", | ||
"messages": [ | ||
{ | ||
"platforms": [ | ||
"ios", | ||
"android" | ||
], | ||
"image": "screen_1", | ||
"title": "Improved Navigation", | ||
"message": "Quickly access your courses or discover new courses using the new application navigation." | ||
}, | ||
{ | ||
"platforms": [ | ||
"ios", | ||
"android" | ||
], | ||
"image": "screen_2", | ||
"title": "Bulk Video Download", | ||
"message": "Easily download all videos within a course using the new toggle control." | ||
} | ||
] | ||
}, | ||
{ | ||
"version": "2.12", | ||
"messages": [ | ||
{ | ||
"platforms": [ | ||
"ios", | ||
"android" | ||
], | ||
"image": "screen_1", | ||
"title": "Improved Course Navigation", | ||
"message": "Quickly jump to course videos, discussions, and important dates in your course using new in-course navigation." | ||
} | ||
] | ||
}, | ||
{ | ||
"version": "2.11", | ||
"messages": [ | ||
{ | ||
"platforms": [ | ||
"ios", | ||
"android" | ||
], | ||
"image": "screen_1", | ||
"title": "Updated Navigation", | ||
"message": "A simplified main menu makes it easier to access and discover courses." | ||
}, | ||
{ | ||
"platforms": [ | ||
"ios", | ||
"android" | ||
], | ||
"image": "screen_2", | ||
"title": "Assignment Due Dates", | ||
"message": "You can now see due dates for assignments in the course outline." | ||
} | ||
] | ||
}, | ||
{ | ||
"version": "2.10", | ||
"messages": [ | ||
{ | ||
"platforms": [ | ||
"ios", | ||
"android" | ||
], | ||
"image": "screen_1", | ||
"title": "Videos", | ||
"message": "The \"Videos\" tab in each course's menu replaces \"My Videos\" in the main menu. Now you can view all the videos in a course in one place!" | ||
}, | ||
{ | ||
"platforms": [ | ||
"android" | ||
], | ||
"image": "screen_2", | ||
"title": "Delete Videos", | ||
"message": "In the list of downloaded course videos, use a long press to select videos that you want to delete." | ||
}, | ||
{ | ||
"platforms": [ | ||
"ios" | ||
], | ||
"image": "screen_2", | ||
"title": "Delete Videos", | ||
"message": "Swipe left to delete downloaded videos." | ||
} | ||
] | ||
} | ||
] | ||
[ | ||
{ | ||
"version": "2.14", | ||
"messages": [ | ||
{ | ||
"platforms": [ | ||
"ios", | ||
"android" | ||
], | ||
"image": "screen_1", | ||
"title": "Bulk Download Subsection Videos", | ||
"message": "Easily download all videos within a subsection using the new toggle controls." | ||
}, | ||
{ | ||
"platforms": [ | ||
"ios", | ||
"android" | ||
], | ||
"image": "screen_2", | ||
"title": "Improved Video Streaming Quality", | ||
"message": "Video streaming quality will now adapt based on your network. Improve video quality even further by connecting to a WiFi network!" | ||
} | ||
] | ||
}, | ||
{ | ||
"version": "2.13", | ||
"messages": [ | ||
{ | ||
"platforms": [ | ||
"ios", | ||
"android" | ||
], | ||
"image": "screen_1", | ||
"title": "Improved Navigation", | ||
"message": "Quickly access your courses or discover new courses using the new application navigation." | ||
}, | ||
{ | ||
"platforms": [ | ||
"ios", | ||
"android" | ||
], | ||
"image": "screen_2", | ||
"title": "Bulk Video Download", | ||
"message": "Easily download all videos within a course using the new toggle control." | ||
} | ||
] | ||
}, | ||
{ | ||
"version": "2.12", | ||
"messages": [ | ||
{ | ||
"platforms": [ | ||
"ios", | ||
"android" | ||
], | ||
"image": "screen_1", | ||
"title": "Improved Course Navigation", | ||
"message": "Quickly jump to course videos, discussions, and important dates in your course using new in-course navigation." | ||
} | ||
] | ||
}, | ||
{ | ||
"version": "2.11", | ||
"messages": [ | ||
{ | ||
"platforms": [ | ||
"ios", | ||
"android" | ||
], | ||
"image": "screen_1", | ||
"title": "Updated Navigation", | ||
"message": "A simplified main menu makes it easier to access and discover courses." | ||
}, | ||
{ | ||
"platforms": [ | ||
"ios", | ||
"android" | ||
], | ||
"image": "screen_2", | ||
"title": "Assignment Due Dates", | ||
"message": "You can now see due dates for assignments in the course outline." | ||
} | ||
] | ||
}, | ||
{ | ||
"version": "2.10", | ||
"messages": [ | ||
{ | ||
"platforms": [ | ||
"ios", | ||
"android" | ||
], | ||
"image": "screen_1", | ||
"title": "Videos", | ||
"message": "The \"Videos\" tab in each course's menu replaces \"My Videos\" in the main menu. Now you can view all the videos in a course in one place!" | ||
}, | ||
{ | ||
"platforms": [ | ||
"android" | ||
], | ||
"image": "screen_2", | ||
"title": "Delete Videos", | ||
"message": "In the list of downloaded course videos, use a long press to select videos that you want to delete." | ||
}, | ||
{ | ||
"platforms": [ | ||
"ios" | ||
], | ||
"image": "screen_2", | ||
"title": "Delete Videos", | ||
"message": "Swipe left to delete downloaded videos." | ||
} | ||
] | ||
} | ||
] |
Oops, something went wrong.