Skip to content

Releases: jacobcassidy/ddev-wp-setup-script

DDEV WP Setup Script v1.6.0

29 Nov 08:30
Compare
Choose a tag to compare

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

27 Nov 06:10
Compare
Choose a tag to compare

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

24 Nov 10:23
Compare
Choose a tag to compare

Release Date: 2024-11-24

  • Added boolean install options for default and starter themes.
  • Fixed the $PROJECT_TITLE value by using awk for capitalizing the first letter of each word.
  • Updated the README to improve ability to quickly scan for the commands.

v1.3.1

24 Nov 09:26
Compare
Choose a tag to compare

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

24 Nov 08:51
Compare
Choose a tag to compare

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 to twentytwentyfive.
  • Updated PROJECT_NAME logic to remove any leading symbols.
  • Updated cloned git removal message.