[0.2.0] - initial version [0.2.1] - Fix session path [0.3.0] - improved apache configuration [0.4.0] - set targetBoxVersion [0.5.0] - Update to version 4.4.1 [0.5.1] - Fix bug where some plugins don't work [0.5.2] - Make permalink configuration work [0.5.3] - Update to version 4.4.2 [0.5.4] - Change the sender email name [0.5.5] - Fix username login [0.6.0] - Update to Wordpress 4.5 - Allow login via email [0.6.1] - Fix generation of emails when resetting admin credentials [0.6.2] - Enable SMTP auth - Update to WordPress 4.5.2 [0.6.3] - WordPress 4.5.3 [0.6.4] - Update base image - WordPress 4.6 [0.6.5] - Support file and theme uploads up to 100MB [0.6.6] * WordPress 4.6.1 [0.6.7] * Set a default permalink style for new blogs * Fix crash when admin user is deleted [0.6.8] * Enable zip extension * Increase file upload limit to 500MB [0.6.9] * Add optional SSO [0.6.10] * Set max_input_vars to 1800 [0.6.11] * Detect table_prefix * Use wp-cli 1.0.0 * Update to Wordpress 4.6.2 [0.7.0] * Update to Wordpress 4.7.2 [0.7.1] * Fix description [0.7.2] * Use latest base image 0.10.0 * Update screenshots [0.7.3] * Update Wordpress to 4.7.3 [0.7.4] * Fix post install * Move health check url to /wp-login.php [0.7.5] * Fix issue where plugin and theme updates were disabled [0.7.6] * Update Wordpress to 4.7.4 [0.7.7] * Update authLdap to 1.5.1 * Update wordpress to 4.7.5 [0.8.0] * Do not override user group if explicitly set inside wordpress [0.9.0] * Update wordpress to 4.8 [0.9.1] * Disable wp-cron and use the system scheduler to run cron jobs [1.0.0] * Update wordpress to 4.8.1 * Adjust PHP memory allocation based on app memory [1.0.1] * Do not enforce a php memory limit, limits are already set per app * Update wordpress to 4.8.2 [1.0.2] * Really remove PHP memory limit * Run wp-cron only every 5 minutes [1.0.3] * Make PHP memory limit match the container memory limit (for woocommerce) [1.0.4] * Add PHP imap module [1.1.0] * Do not install LDAP plugin when installed without SSO [1.1.1] * Add zip command for wp-cli [1.1.2] * Ensure cron tasks run with the correct user [1.1.3] * Bring down max idle processes to 3 to conserve memory when app is not in use [1.1.4] * Update Wordpress to 4.8.3 * Fixes a [SQL injection issue](https://wordpress.org/news/2017/10/wordpress-4-8-3-security-release/) [1.1.5] * Update Wordpress to 4.8.4 [1.2.0] * Update Wordpress to 4.9 [1.3.0] * Update Wordpress to 4.9.1 [1.4.0] * Enable expires, headers and cache apache modules. These are used by various caching plugins [1.4.1] * Use MAIL_FROM instead of MAIL_SMTP_USERNAME [1.4.2] * Update siteurl and home in the database * Update admin_email on domain change [1.4.3] * Update Wordpress to 4.9.2 * [Wordpress announcement](https://wordpress.org/news/2018/01/wordpress-4-9-2-security-and-maintenance-release/) * Fixes a XSS vulnerability was discovered in the Flash fallback files in MediaElement * JavaScript errors that prevented saving posts in Firefox have been fixed. * The previous taxonomy-agnostic behavior of get_category_link() and category_description() was restored. * Switching themes will now attempt to restore previous widget assignments, even when there are no sidebars to map. [1.4.4] * Update Wordpress to 4.9.2 * [Wordpress announcement](https://wordpress.org/news/2018/01/wordpress-4-9-2-security-and-maintenance-release/) * Fixes a XSS vulnerability was discovered in the Flash fallback files in MediaElement * JavaScript errors that prevented saving posts in Firefox have been fixed. * The previous taxonomy-agnostic behavior of get_category_link() and category_description() was restored. * Switching themes will now attempt to restore previous widget assignments, even when there are no sidebars to map. * Update screenshots