From 72bf9592c61bbdf32e45447832a07e1d2fded4e9 Mon Sep 17 00:00:00 2001 From: Kevin van Zonneveld Date: Thu, 7 Apr 2016 16:16:46 +0200 Subject: [PATCH] Provide a link to the next release --- CHANGELOG.md | 2 +- website/themes/uppy/layout/example.ejs | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8089e1d53..03d40c1d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -54,7 +54,7 @@ Scheduled to be released: May 02, 2016 ## 0.0.4 -Scheduled to be released: April 04, 2016 + 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) diff --git a/website/themes/uppy/layout/example.ejs b/website/themes/uppy/layout/example.ejs index dd907be02..ee4ee1376 100644 --- a/website/themes/uppy/layout/example.ejs +++ b/website/themes/uppy/layout/example.ejs @@ -11,8 +11,11 @@
We're on a monthly monthly release cycle and our latest version is v<%- theme.uppy_version %>, - but the example pages reflect the latest work in our master branch, so here's - what changed since v<%- theme.uppy_version %>. + but the example pages reflect the latest work in our master branch. Here's + what changed in master since v<%- theme.uppy_version %> + in terms of commits, while the CHANGELOG + provides a higher level view of this things planned for our + next release.