CHANGELOG 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  1. [0.2.0]
  2. - initial version
  3. [0.2.1]
  4. - Fix session path
  5. [0.3.0]
  6. - improved apache configuration
  7. [0.4.0]
  8. - set targetBoxVersion
  9. [0.5.0]
  10. - Update to version 4.4.1
  11. [0.5.1]
  12. - Fix bug where some plugins don't work
  13. [0.5.2]
  14. - Make permalink configuration work
  15. [0.5.3]
  16. - Update to version 4.4.2
  17. [0.5.4]
  18. - Change the sender email name
  19. [0.5.5]
  20. - Fix username login
  21. [0.6.0]
  22. - Update to Wordpress 4.5
  23. - Allow login via email
  24. [0.6.1]
  25. - Fix generation of emails when resetting admin credentials
  26. [0.6.2]
  27. - Enable SMTP auth
  28. - Update to WordPress 4.5.2
  29. [0.6.3]
  30. - WordPress 4.5.3
  31. [0.6.4]
  32. - Update base image
  33. - WordPress 4.6
  34. [0.6.5]
  35. - Support file and theme uploads up to 100MB
  36. [0.6.6]
  37. * WordPress 4.6.1
  38. [0.6.7]
  39. * Set a default permalink style for new blogs
  40. * Fix crash when admin user is deleted
  41. [0.6.8]
  42. * Enable zip extension
  43. * Increase file upload limit to 500MB
  44. [0.6.9]
  45. * Add optional SSO
  46. [0.6.10]
  47. * Set max_input_vars to 1800
  48. [0.6.11]
  49. * Detect table_prefix
  50. * Use wp-cli 1.0.0
  51. * Update to Wordpress 4.6.2
  52. [0.7.0]
  53. * Update to Wordpress 4.7.2
  54. [0.7.1]
  55. * Fix description
  56. [0.7.2]
  57. * Use latest base image 0.10.0
  58. * Update screenshots
  59. [0.7.3]
  60. * Update Wordpress to 4.7.3
  61. [0.7.4]
  62. * Fix post install
  63. * Move health check url to /wp-login.php
  64. [0.7.5]
  65. * Fix issue where plugin and theme updates were disabled
  66. [0.7.6]
  67. * Update Wordpress to 4.7.4
  68. [0.7.7]
  69. * Update authLdap to 1.5.1
  70. * Update wordpress to 4.7.5
  71. [0.8.0]
  72. * Do not override user group if explicitly set inside wordpress
  73. [0.9.0]
  74. * Update wordpress to 4.8
  75. [0.9.1]
  76. * Disable wp-cron and use the system scheduler to run cron jobs
  77. [1.0.0]
  78. * Update wordpress to 4.8.1
  79. * Adjust PHP memory allocation based on app memory
  80. [1.0.1]
  81. * Do not enforce a php memory limit, limits are already set per app
  82. * Update wordpress to 4.8.2
  83. [1.0.2]
  84. * Really remove PHP memory limit
  85. * Run wp-cron only every 5 minutes
  86. [1.0.3]
  87. * Make PHP memory limit match the container memory limit (for woocommerce)
  88. [1.0.4]
  89. * Add PHP imap module
  90. [1.1.0]
  91. * Do not install LDAP plugin when installed without SSO
  92. [1.1.1]
  93. * Add zip command for wp-cli
  94. [1.1.2]
  95. * Ensure cron tasks run with the correct user
  96. [1.1.3]
  97. * Bring down max idle processes to 3 to conserve memory when app is not in use
  98. [1.1.4]
  99. * Update Wordpress to 4.8.3
  100. * Fixes a [SQL injection issue](https://wordpress.org/news/2017/10/wordpress-4-8-3-security-release/)
  101. [1.1.5]
  102. * Update Wordpress to 4.8.4
  103. [1.2.0]
  104. * Update Wordpress to 4.9
  105. [1.3.0]
  106. * Update Wordpress to 4.9.1
  107. [1.4.0]
  108. * Enable expires, headers and cache apache modules. These are used by various caching plugins
  109. [1.4.1]
  110. * Use MAIL_FROM instead of MAIL_SMTP_USERNAME
  111. [1.4.2]
  112. * Update siteurl and home in the database
  113. * Update admin_email on domain change
  114. [1.4.3]
  115. * Update Wordpress to 4.9.2
  116. * [Wordpress announcement](https://wordpress.org/news/2018/01/wordpress-4-9-2-security-and-maintenance-release/)
  117. * Fixes a XSS vulnerability was discovered in the Flash fallback files in MediaElement
  118. * JavaScript errors that prevented saving posts in Firefox have been fixed.
  119. * The previous taxonomy-agnostic behavior of get_category_link() and category_description() was restored.
  120. * Switching themes will now attempt to restore previous widget assignments, even when there are no sidebars to map.