Bläddra i källkod

Update 2018-02-0.24.md

Kevin van Zonneveld 7 år sedan
förälder
incheckning
b0a14e2fb7
1 ändrade filer med 6 tillägg och 6 borttagningar
  1. 6 6
      website/src/_posts/2018-02-0.24.md

+ 6 - 6
website/src/_posts/2018-02-0.24.md

@@ -94,12 +94,6 @@ But, Uppy is also free as in freedom. And so if you can't help our cause, set `p
 
 <img src="/images/blog/0.24/powered-by-1.png">
 
-## Docs
-
-- Uppy Server docs now point to a detailed write-up on how to run Uppy Server on Kubernetes (#706 / @kiloreux)
-- An Uppy Server custom provider example has been added, so now it’s easier create your own custom providers.
-- Added more useful events, i18n strings, fixed typos, and other polish.
-
 ## Server News
 
 On the Server side we tackled a number of security issues:
@@ -116,6 +110,12 @@ Other non-security improvements are:
 - We implemented a more standard logger for Uppy Server
 - Added an example project to run Uppy Server on Serverless, [see](https://github.com/transloadit/uppy-server/tree/master/examples/serverless).
 
+## Docs
+
+- Uppy Server docs now point to a detailed write-up on how to run Uppy Server on Kubernetes (#706 / @kiloreux)
+- An Uppy Server custom provider example has been added, so now it’s easier create your own custom providers.
+- Added more useful events, i18n strings, fixed typos, and other polish.
+
 ## Other Fixes & Improvements
 
 - ⚠️ **breaking** `addFile()`, `onBeforeFileAdded()` and `onBeforeUpload()` are now synchronous and have to return nothing or file objects to proceed, or false to abort; please check out the update docs for details: [onBeforeFileAdded()](https://uppy.io/docs/uppy/#onBeforeFileAdded) and [onBeforeUpload()](https://uppy.io/docs/uppy/#onBeforeUpload).