Skip to content

Commit

Permalink
Added craft 5 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Roel van Hintum committed Aug 20, 2024
1 parent b5be78f commit 90cd48e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).

## 3.0.0 - 2024-08-20
### Added
- Added craft 5 support

## 2.1.0 - 2023-04-03
### Added
- Added `Content-Security-Policy-Report-Only` support. Thanks to @MamlukiSn
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2022 Born05
Copyright (c) 2024 Born05

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ Content Security Policy (or CSP) generator using nonces.
Currently does not work in combination with `{% js %}{% endjs %}` block code twig tags.

## Requirements

- Craft 3.0.0
- Craft 4.0.0 and up
- PHP 8.0.2 and up

## Installation

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
],
"require": {
"php": "^8.0.2",
"craftcms/cms": "^4.0.0-alpha"
"craftcms/cms": "^4.0.0-alpha|^5.0.0-beta.1"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 90cd48e

Please sign in to comment.