CHANGELOG 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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
  42. [1.3.0]
  43. * Update PHP 7.0.30-0ubuntu0.16.04.1
  44. * Update phpMyAdmin to 4.8.1
  45. [1.4.0]
  46. * Set values of SERVER_PORT to 443 for compat with many existing PHP apps
  47. * Set values of HTTPS to On for compat with many existing PHP apps