Releases: jacobcassidy/ddev-wp-setup-script
Releases · jacobcassidy/ddev-wp-setup-script
DDEV WP Setup Script v1.6.0
Release Date: 2024-11-29
- Added check that email address is valid before running install script.
- Separated WP download and install processes and included relevant messages.
- Updated custom yellow terminal messages with black.
Notes on previous version 1.5.0 released on 2024-11-28:
- Added
$HIDE_DASHBOARD_WIDGETS
setting to remove default WordPress dashboard widgets and welcome panel. - Updated
README.md
content for clarity.
DDEV WP Setup Script v1.4.1
2024-11-27
- Updated configuration file to have individual controls for WP debugging and env settings.
- Updated log directory creation logic to be dynamic.
Includes:
1.4.0
2024-11-27
- Added
SCRIPT_DEBUG
to setup.
1.3.4
2024-11-25
- Fixed broken AIOMUE plugin unzip path.
- Updated README with note on Query Monitor plugin installation option
- Updated
$WP_SITE_TITLE
with default name and override option.
1.3.3
2024-11-25
- Added installation option for Query Monitor plugin and AIOMUE local path variable.
DDEV WP Setup Script v1.3.2
Release Date: 2024-11-24
- Added boolean install options for default and starter themes.
- Fixed the
$PROJECT_TITLE
value by usingawk
for capitalizing the first letter of each word. - Updated the README to improve ability to quickly scan for the commands.
v1.3.1
Release Date: 2024-11-24
- Added the
$PROJECT_TITLE
variable. - Updated
$WP_SITE_TITLE
value to use the$PROJECT_TITLE
variable.
DDEV WP Setup Script v1.3.0
Release Date: 2024-11-24
- Added the
PROJECT_NAME_SLUG
variable for the ddev project name, which replaces whitespaces with dashes and uppercase letters with lowercase letters in the$PROJECT_NAME
variable. - Updated
$WP_SITE_TITLE
to use$PROJECT_NAME
variable. - Updated
DEFAULT_THEME_SLUG
value totwentytwentyfive
. - Updated
PROJECT_NAME
logic to remove any leading symbols. - Updated cloned git removal message.