File tree 3 files changed +47
-0
lines changed
3 files changed +47
-0
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to ` laravel-workflow-process ` will be documented in this file.
4
4
5
+ ## v1.0.3 - 2025-04-05
6
+
7
+ ### What's Changed
8
+
9
+ * Fix Facade namespace error by @soap in https://github.com/soap/laravel-workflow-process/pull/10
10
+
11
+ ** Full Changelog** : https://github.com/soap/laravel-workflow-process/compare/v1.0.2...v1.0.3
12
+
13
+ ## v1.0.2 - 2025-04-05
14
+
15
+ ### What's Changed
16
+
17
+ * authenticated is core variable now, with some customization by @soap in https://github.com/soap/laravel-workflow-process/pull/9
18
+
19
+ ** Full Changelog** : https://github.com/soap/laravel-workflow-process/compare/v1.0.1...v1.0.2
20
+
21
+ ## v1.0.1 - 2025-04-05
22
+
23
+ ### What's Changed
24
+
25
+ * Develop by @soap in https://github.com/soap/laravel-workflow-process/pull/5
26
+ * Develop by @soap in https://github.com/soap/laravel-workflow-process/pull/6
27
+ * Update README.md by @soap in https://github.com/soap/laravel-workflow-process/pull/7
28
+ * Bug fixed: wrong configuration file loading by @soap in https://github.com/soap/laravel-workflow-process/pull/8
29
+
30
+ ** Full Changelog** : https://github.com/soap/laravel-workflow-process/compare/v1.0.0...v1.0.1
31
+
5
32
## v1.0.0 - 2025-04-04
6
33
7
34
### Highlight
Original file line number Diff line number Diff line change
1
+ # Contribution Guides
Original file line number Diff line number Diff line change
1
+ # Security Policy
2
+
3
+ ## Supported Versions
4
+
5
+ Use this section to tell people about which versions of your project are
6
+ currently being supported with security updates.
7
+
8
+ | Version | Supported |
9
+ | ------- | ------------------ |
10
+ | 1.0.x | :white_check_mark : |
11
+ | < 1.0 | :x : |
12
+
13
+ ## Reporting a Vulnerability
14
+
15
+ Use this section to tell people how to report a vulnerability.
16
+
17
+ Tell them where to go, how often they can expect to get an update on a
18
+ reported vulnerability, what to expect if the vulnerability is accepted or
19
+ declined, etc.
You can’t perform that action at this time.
0 commit comments