directus-extension-flow-manager 1.4.7 → 1.4.8
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/README.md +3 -1
- package/dist/app.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -88,6 +88,8 @@ Changelogs:
|
|
|
88
88
|
* Fix run flow webhook wrong method
|
|
89
89
|
- 1.4.7 (25 August 2024)
|
|
90
90
|
* Fix URL parsing and validation on Credentials. Now you can use the full URL with the protocol and it will be validated and parsed correctly
|
|
91
|
-
|
|
91
|
+
- 1.4.8 (09 September 2024)
|
|
92
|
+
* Fix URL Parsing when the URL using custom domain pointing to the directus instance
|
|
93
|
+
* Fix the z-index of container right causing the filter on all page not working
|
|
92
94
|
Contributing:
|
|
93
95
|
If you want to contribute kindly to create a PR and if you want to request a feature or report of a bug kindly create the Issue
|