Skip to content

Commit

Permalink
Changed changelog to v3.30.0 from v3.27.9.
Browse files Browse the repository at this point in the history
This release includes a big new feature - the Attendance feature for Teach - so it warranted a bigger release version.
Updated docker-tangerine-base-image to v3.8.0. This update adds the cordova-plugin-x-socialsharing plugin, which enables sharing w/ WhatsApp.
  • Loading branch information
chrisekelley committed Oct 9, 2023
1 parent fdda728 commit 38c7b08
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# What's new

## v3.27.9
## v3.30.0

__New Features__
- The 'teach' content-set now supports an optional 'Attendance' feature, enabled by adding `"useAttendanceFeature": true`
Expand All @@ -12,7 +12,8 @@ __New Features__
"units": ["unit 1", "unit 2", "unit 3"],
"cutoffRange": "10"
}
```
```
- Updated docker-tangerine-base-image to v3.8.0, which adds the cordova-plugin-x-socialsharing plugin and enables sharing to WhatsApp.


__Fixes__
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Start with docker-tangerine-base-image, which provides the core Tangerine apps.
FROM tangerine/docker-tangerine-base-image:v3.7.4
FROM tangerine/docker-tangerine-base-image:v3.8.0

RUN git config --global url."https://".insteadOf git://

Expand Down

0 comments on commit 38c7b08

Please sign in to comment.