CHANGELOG 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293
  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.
  121. [1.4.4]
  122. * Update Wordpress to 4.9.2
  123. * [Wordpress announcement](https://wordpress.org/news/2018/01/wordpress-4-9-2-security-and-maintenance-release/)
  124. * Fixes a XSS vulnerability was discovered in the Flash fallback files in MediaElement
  125. * JavaScript errors that prevented saving posts in Firefox have been fixed.
  126. * The previous taxonomy-agnostic behavior of get_category_link() and category_description() was restored.
  127. * Switching themes will now attempt to restore previous widget assignments, even when there are no sidebars to map.
  128. * Update screenshots
  129. [1.5.0]
  130. * Enable php and .htaccess for plugins directory
  131. [1.5.1]
  132. * Fix table prefix detection
  133. [1.5.2]
  134. * Enable directory listing in plugins directory
  135. [1.5.3]
  136. * Update Wordpress to 4.9.4
  137. [1.5.4]
  138. * Configure php.ini of CLI as well for cron jobs
  139. [1.6.0]
  140. * Dynamically scale request concurrency based on memory limit
  141. [1.6.1]
  142. * Update Wordpress to 4.9.5
  143. * [Release blog](https://wordpress.org/news/2018/04/wordpress-4-9-5-security-and-maintenance-release/)
  144. * The previous styles on caption shortcodes have been restored.
  145. * Cropping on touch screen devices is now supported.
  146. * A variety of strings such as error messages have been updated for better clarity.
  147. * The position of an attachment placeholder during uploads has been fixed.
  148. * Custom nonce functionality in the REST API JavaScript client has been made consistent throughout the code base.
  149. [1.6.2]
  150. * Preserve the Mail From address across updates
  151. [1.6.3]
  152. * Set SERVER_PORT to 443 for compatibility with plugins
  153. [1.6.4]
  154. * Update Wordpress to 4.9.6
  155. * Remove superfluous files like readme.html
  156. [1.6.5]
  157. * Update Wordpress to 4.9.7
  158. [1.6.6]
  159. * Update Wordpress to 4.9.8
  160. [1.7.0]
  161. * Use latest base image
  162. [2.0.0]
  163. * Update Wordpress to [5.0 Bebo](https://wordpress.org/news/2018/12/bebo/)
  164. * New block-based editor
  165. * Twenty Nineteen, a new default theme
  166. [2.0.1]
  167. * Update WP CLI to 2.0.1
  168. [2.0.2]
  169. * Update Wordpress to 5.0.1
  170. [2.0.3]
  171. * Update Wordpress to 5.0.2
  172. [2.0.4]
  173. * Update Wordpress to 5.0.3
  174. * 15 block editor related bug fixes and improvements have been added to bundled themes. Make sure to update these for an improved block editing experience.
  175. * 2 block editor related internationalization (I18N) bugs have been fixed
  176. * Users with JavaScript disabled now see a notice when attempting to use the block editor.
  177. * A few PHP errors in the Customizer have been fixed.
  178. * Some issues uploading common file types, like CSVs, have been fixed.
  179. [2.0.5]
  180. * Enable opcache by default
  181. [2.1.0]
  182. * Update Wordpress to [5.1 "Betty"](https://wordpress.org/news/2019/02/betty/)
  183. * Site Health
  184. * Solid performance improvements within the editor
  185. * Multisite Metadata
  186. * Cron API
  187. [2.2.0]
  188. * Update WP CLI to 2.1.0
  189. * Update LDAP plugin to 2.1.0
  190. [2.2.1]
  191. * Update Wordpress to [5.1.1](https://wordpress.org/news/2019/03/wordpress-5-1-1-security-and-maintenance-release/)
  192. [2.3.0]
  193. * Skip plugins when using WP CLI
  194. * Update authLdap to 2.1.2
  195. * Enable FTP support for upcoming Cloudron 4.0.0 release
  196. [2.4.0]
  197. * Update WordPress to [5.2 "Jaco"](https://wordpress.org/news/2019/05/jaco/)
  198. * Site Health Check
  199. * Accessibility Updates
  200. * New Dashboard Icons
  201. * Plugin Compatibility Checks
  202. [2.5.0]
  203. * Update WordPress to 5.2.1
  204. * This removes FTP support from managed WP app. FTP support will only be in the Unmanaged WP app. This is because this feature conflicts with LDAP support. Potentially, a non-admin user with FTP access can modify code to get admin LDAP credentials.
  205. [2.5.1]
  206. * Change healthcheck URL to `/wp-includes/version.php`
  207. [2.6.0]
  208. * Fix up admin creation logic
  209. * Make logs stand out more
  210. [2.6.1]
  211. * Update manifest to v2
  212. [2.6.2]
  213. * Update WordPress to 5.2.2