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
+14-1Lines changed: 14 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,21 @@
1
1
# Changelog for `ddev-wp-setup-script`
2
2
3
+
## 1.6.2
4
+
5
+
_2025-04-02_
6
+
7
+
- Fixed typos.
8
+
- Removed all development configuration files. (These files are now part of a separate repo located at `https://github.com/jacobcassidy/wp-dev-config-files`)
9
+
- Renamed `config.sh` to `settings.sh`
10
+
- Replaced `array()` with short syntax `[]`
11
+
- Restructured file organization to simplify setup.
12
+
- Updated AIO unlimited extension version.
13
+
- Updated README.md content for file restructure.
14
+
- Updated the default value for the local AIOMUE plugin to `false` since it's a paid plugin that needs a local file source.
15
+
3
16
## 1.6.1
4
17
5
-
_2024-12_04_
18
+
_2024-12-04_
6
19
7
20
- Added 2s sleep timing to post-start hooks to allow system to finalize before execution.
0 commit comments