Skip to content

Commit 670bda7

Browse files
committed
Merge branch 'main' into develop
2 parents 5bef965 + 1744e77 commit 670bda7

File tree

3 files changed

+47
-0
lines changed

3 files changed

+47
-0
lines changed

CHANGELOG.md

+27
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,33 @@
22

33
All notable changes to `laravel-workflow-process` will be documented in this file.
44

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+
532
## v1.0.0 - 2025-04-04
633

734
### Highlight

CONTRIBUTING.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Contribution Guides

SECURITY.md

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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.

0 commit comments

Comments
 (0)