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.
* Changes for Release 2.11.2 and Updating required resources for release
- Loading branch information
1 parent
a227e61
commit 547ada4
Showing
7 changed files
with
91 additions
and
40 deletions.
There are no files selected for viewing
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
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,32 +1,55 @@ | ||
[ | ||
{ | ||
"version": "2.10", | ||
"messages": [ | ||
{ | ||
"platforms": [ | ||
"ios" | ||
[ | ||
{ | ||
"version": "2.11", | ||
"messages": [ | ||
{ | ||
"platforms": [ | ||
"ios", | ||
"android" | ||
], | ||
"image": "screen_1", | ||
"title": "All Courses Available on Mobile", | ||
"message": "We've heard you! All courses on platform_name will now be available on mobile." | ||
}, | ||
{ | ||
"platforms": [ | ||
"image": "screen_1", | ||
"title": "Updated Navigation", | ||
"message": "A simplified main menu makes it easier to access and discover courses." | ||
}, | ||
{ | ||
"platforms": [ | ||
"ios", | ||
"android" | ||
], | ||
"image": "screen_1", | ||
"title": "Videos Being Downloaded", | ||
"message": "Notification bar will now show the videos being downloaded." | ||
}, | ||
{ | ||
"platforms": [ | ||
"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_2", | ||
"title": "Landscape Support", | ||
"message": "Video player improvements for landscape mode." | ||
} | ||
] | ||
} | ||
] | ||
"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." | ||
} | ||
] | ||
} | ||
] |
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