All notable changes to this project will be documented in this file. Sections include Added, Changed, Fixed, and Removed.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Updated to twentytwentyfour in composer example
- troychaplin/wp-starter from composer example
- Install script asks for custom wp table_prefix
- WP Salt generation in install script
- Moved wp table_prefix from wp-constants.php to site-config.php install file
- Fixed constant that prevented uploads from going into the site install area
- Updated docs
- Updated install script
- Updated docs
- Updated docs
- Added gitattributes
- Updating files for mutli domain usage
- Updated composer file
- Updated install script
- Added bedrock autoloader
- Updated wp-constants
- Updated readme
- Updated install doc
- Removed domain from env vars
- Updated incorrect symlink to drop-in files in install script
- Updated incorrect symlink to htaccess file in install script
- Added shell script for easy top level and second level site installations
- Added query monitor plugin to composer example file
- Bumped required version of PHP to 7.2
- Changed WordPress version to use the latest version
- Updated composer example file to be in proper alpha order
- Added additional composer commands to readme
- Updated code to meet PSR2 standards
- Updating info in package.json
- Updated env vars in readme
- Updated composer commands in readme
- Removed WordPress specific code from .htaccess-standard
- Removed info in readme that recommended to not use this app in prod, this is now prod ready
- Merged release branch 1.0.0 into master