You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,15 @@
1
1
# Changelog for `ddev-wp-setup-script`
2
2
3
+
## 1.3.0
4
+
5
+
_2024-11-24_
6
+
7
+
- Added `PROJECT_NAME_SLUG` variable for ddev project name that replace whitespace with dashes and uppercase letters with lowercase letters in the `$PROJECT_NAME` variable.
8
+
- Updated `$WP_SITE_TITLE` to use `$PROJECT_NAME` variable.
9
+
- Updated `DEFAULT_THEME_SLUG` value to `twentytwentyfive`.
10
+
- Updated `PROJECT_NAME` logic to remove any leading symbols.
0 commit comments