diff --git a/Makefile b/Makefile index 188b621..d4a3c9f 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ # Makefile for YATWiki3 # -VERSION:=3.0.3 +VERSION:=3.1.0 SOURCES:=Makefile \ static \ diff --git a/_dist/README.txt b/_dist/README.txt index 5b51074..14d2231 100644 --- a/_dist/README.txt +++ b/_dist/README.txt @@ -14,6 +14,7 @@ As of the 3.0 release, YATWiki is now a standalone server instead of a PHP scrip - IP-based ban system - Article index, random article, download database backup - Source code highlighting (thanks [url=https://github.com/isagalaev/highlight.js]highlight.js[/url]) +- Optional integration with `contented` for file/image uploads Written in Golang, PHP @@ -35,6 +36,9 @@ This package can be installed via go get: `go get code.ivysaur.me/yatwiki` =CHANGELOG= +2017-10-08 3.1.0 +- Feature: Support content upload to a `contented` server + 2017-08-11 3.0.2 - Fix an issue with XSS prevention for web browsers other than Chrome