CHANGELOG 849 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. [0.1.0]
  2. - initial version
  3. [0.1.1]
  4. - Update title and tagline
  5. [0.2.0]
  6. - Block executing php on /webdav
  7. - Update to new base image
  8. [0.3.0]
  9. - Replace webdav with sftp
  10. - Make php.ini configurable
  11. - Preinstall all common php modules
  12. - Update to base image 0.10.0
  13. [0.3.1]
  14. * Fix index.php display
  15. [0.4.0]
  16. * Remove simple auth
  17. [0.5.0]
  18. * Add phpMyAdmin
  19. [0.6.0]
  20. * Add cron support
  21. [0.6.1]
  22. * Increase default file upload limit to 64m
  23. [0.6.2]
  24. * Cleanup PHP sessions
  25. * Update PHP to 7.0.18
  26. [1.0.0]
  27. * Update PHP to 7.0.22
  28. * Fix issue where cron will endlessly try to send emails
  29. [1.1.0]
  30. * Remove unused oauth addon
  31. * Add documentationUrl
  32. [1.1.1]
  33. * Remove unused oauth addon
  34. * Add documentationUrl
  35. [1.1.2]
  36. * Fix addon urls
  37. [1.2.0]
  38. * Update PHP 7.0.28-0ubuntu0.16.04.1
  39. * Fix bug where env vars were not set in cron jobs
  40. [1.2.1]
  41. * Enable mod_headers