mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-23 18:29:09 +00:00
Provide a link to the next release
This commit is contained in:
parent
bf0c446dcc
commit
72bf9592c6
2 changed files with 6 additions and 3 deletions
|
|
@ -54,7 +54,7 @@ Scheduled to be released: May 02, 2016
|
|||
|
||||
## 0.0.4
|
||||
|
||||
Scheduled to be released: April 04, 2016
|
||||
<a name="next"></a> Scheduled to be released: April 04, 2016
|
||||
|
||||
- [ ] google: Add Google Drive plugin unit test (@hedgerh)
|
||||
- [ ] google: Add a working Google Drive example (without Modal, via e.g. `target: "div#on-my-page"`) (@hedgerh)
|
||||
|
|
|
|||
|
|
@ -11,8 +11,11 @@
|
|||
<br />
|
||||
We're on a monthly monthly release cycle and our latest version is
|
||||
<a href="https://github.com/transloadit/uppy/blob/master/CHANGELOG.md#<%- theme.uppy_version_anchor %>">v<%- theme.uppy_version %></a>,
|
||||
but the example pages reflect the latest work in our master branch, so here's
|
||||
<a href="https://github.com/transloadit/uppy/compare/v<%- theme.uppy_version %>...master">what changed since v<%- theme.uppy_version %></a>.
|
||||
but the example pages reflect the latest work in our master branch. Here's
|
||||
<a href="https://github.com/transloadit/uppy/compare/v<%- theme.uppy_version %>...master">what changed in master since v<%- theme.uppy_version %></a>
|
||||
in terms of commits, while the CHANGELOG
|
||||
provides a higher level view of this things planned for our
|
||||
<a href="https://github.com/transloadit/uppy/blob/master/CHANGELOG.md#next">next release</a>.
|
||||
</p>
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue