Skip to content

Commit

Permalink
release v0.9alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
cypherbits committed Oct 9, 2020
1 parent 6e1e17a commit dc082ec
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
v0.9alpha (2020-10-09):
- Do not alow XML body requests.
- Config cache so we do not query DDBB multiple times on each request.
- Use bindValue instead of bindParam.
- Saved file extension length is now 10 instead of 5. So we store better files like *.torrent or *.properties

v0.8alpha (2020-06-28):
- nullupload.com example migrated to scaleway for more performance.
- migrated from tinymce to ckeditor.
Expand Down
2 changes: 1 addition & 1 deletion templates/template.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "v0.8alpha" %}
{% set version = "v0.9alpha" %}
<!DOCTYPE html>
<html lang="en">
<head>
Expand Down

0 comments on commit dc082ec

Please sign in to comment.