directus-extension-flow-manager 1.4.5 → 1.4.7
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 +5 -0
- package/dist/app.js +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -83,6 +83,11 @@ Changelogs:
|
|
|
83
83
|
* Add feature to run webhook flow
|
|
84
84
|
* Add feature to manage another instance flows (duplicate, backup, restore, categorize, table view, run, and delete)
|
|
85
85
|
* Add checking for the flow manager field onload
|
|
86
|
+
- 1.4.6 (13 August 2024)
|
|
87
|
+
* Fix module pre-register checking for directus 11
|
|
88
|
+
* Fix run flow webhook wrong method
|
|
89
|
+
- 1.4.7 (25 August 2024)
|
|
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
|
|
86
91
|
|
|
87
92
|
Contributing:
|
|
88
93
|
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
|