@fishawack/lab-env 5.1.0-beta.1 → 5.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
## Changelog
|
|
2
2
|
|
|
3
|
+
### 5.1.0 (2025-12-23)
|
|
4
|
+
|
|
5
|
+
#### Features
|
|
6
|
+
|
|
7
|
+
* added mysql as a command line tool for artisan schema dump imports ([bfcb74c](https://bitbucket.org/fishawackdigital/lab-env/commits/bfcb74c2a6d1556a4e37adad2139ad313cf2a3c6))
|
|
8
|
+
|
|
9
|
+
#### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* added es to fullstack deployment permissions for opensearch admin ([9d5bad4](https://bitbucket.org/fishawackdigital/lab-env/commits/9d5bad4dbbb96da0c4c25ec1cc6ee4737acb03d2))
|
|
12
|
+
* get all on config endpoint pulls ([3946a5d](https://bitbucket.org/fishawackdigital/lab-env/commits/3946a5d3271ed058f9d7dee37160f4270422605a))
|
|
13
|
+
* wordpress satls and keys now have leading letter to avoid issues with quotes ([56546c5](https://bitbucket.org/fishawackdigital/lab-env/commits/56546c5de9f3a6e7bbc2613831efad145ad33740))
|
|
14
|
+
|
|
3
15
|
### 5.1.0-beta.1 (2025-12-23)
|
|
4
16
|
|
|
5
17
|
#### Features
|