Releases: jacobcassidy/ddev-local-wordpress-script
Releases · jacobcassidy/ddev-local-wordpress-script
DDEV WP Setup Script v1.6.2
1.6.2
2025-04-02
- Fixed typos.
- Removed all development configuration files. (These files are now part of a separate repo located at
https://github.com/jacobcassidy/wp-dev-config-files) - Renamed
config.shtosettings.sh - Replaced
array()with short syntax[] - Restructured file organization to simplify setup.
- Updated AIO unlimited extension version.
- Updated README.md content for file restructure.
- Updated the default value for the local AIOMUE plugin to
falsesince it's a paid plugin that needs a local file source.
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_WIDGETSsetting to remove default WordPress dashboard widgets and welcome panel. - Updated
README.mdcontent 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_DEBUGto 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_TITLEwith 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_TITLEvalue by usingawkfor 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_TITLEvariable. - Updated
$WP_SITE_TITLEvalue to use the$PROJECT_TITLEvariable.
DDEV WP Setup Script v1.3.0
Release Date: 2024-11-24
- Added the
PROJECT_NAME_SLUGvariable for the ddev project name, which replaces whitespaces with dashes and uppercase letters with lowercase letters in the$PROJECT_NAMEvariable. - Updated
$WP_SITE_TITLEto use$PROJECT_NAMEvariable. - Updated
DEFAULT_THEME_SLUGvalue totwentytwentyfive. - Updated
PROJECT_NAMElogic to remove any leading symbols. - Updated cloned git removal message.