Skip to content

Commit 46ae82d

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 76eee8e + adbeb1c commit 46ae82d

File tree

2 files changed

+39
-0
lines changed

2 files changed

+39
-0
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
11
# Changelog
22

33
All notable changes to `laravel-strict-domain` will be documented in this file.
4+
5+
## v2.0.0 - 2024-03-16
6+
7+
### Shortlist
8+
9+
- Renamed the existing middleware.
10+
- Middleware now redirects to the designated host with the path.
11+
- Added a new middleware that blocks traffic if the user wishes to.
12+
- Updated the documentation.
13+
- Added CI workflows via GitHub actions.
14+
-
15+
16+
### What's Changed
17+
18+
* v2.0.0 by @ArdaKaraderi in https://github.com/ByteFlick/laravel-strict-domain/pull/1
19+
* v2.0.0 by @ArdaKaraderi in https://github.com/ByteFlick/laravel-strict-domain/pull/2
20+
* Updated the redirect middleware. by @ArdaKaraderi in https://github.com/ByteFlick/laravel-strict-domain/pull/3
21+
22+
### New Contributors
23+
24+
* @ArdaKaraderi made their first contribution in https://github.com/ByteFlick/laravel-strict-domain/pull/1
25+
26+
**Full Changelog**: https://github.com/ByteFlick/laravel-strict-domain/compare/v1.0.0...v2.0.0

SECURITY.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Security Policy
2+
3+
**PLEASE DON'T DISCLOSE SECURITY-RELATED ISSUES PUBLICLY, [SEE BELOW](#reporting-a-vulnerability).**
4+
5+
## Reporting a Vulnerability
6+
7+
If you discover a security vulnerability within the package, please send an email to Arda Karaderi at [email protected]. All security vulnerabilities will be promptly addressed.
8+
9+
## Supported Versions
10+
11+
Here is the list of project versions that are currently being supported with security updates.
12+
13+
| Version | Supported |
14+
| ------- | ------------------ |
15+
| 1.x.x | :white_check_mark: |
16+
| 2.x.x | :white_check_mark: |

0 commit comments

Comments
 (0)