Skip to content

Commit

Permalink
Merge branch 'release/1.0.1' into v1
Browse files Browse the repository at this point in the history
  • Loading branch information
khalwat committed Jan 27, 2024
2 parents e44f458 + c4a365a commit f69ff07
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to this project will be documented in this file.

## 1.0.1 - 2024.01.26
### Added
* Add Craft CMS 5 compatibility

## 1.0.0 - 2022.09.09
### Added
* Initial release
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 nystudio107
Copyright (c) nystudio107

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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ While Closure is a bit of a monkey patch, it's a pretty clean/simple one that re

## Requirements

Closure requires Craft CMS 4.0.0 or later
Closure requires Craft CMS 4.x or 5.x

## Installation

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
}
],
"require": {
"craftcms/cms": "^4.0.0",
"craftcms/cms": "^4.0.0 || 5.0.0-alpha.1",
"twig/twig": "^3.0.0"
},
"config": {
Expand Down

0 comments on commit f69ff07

Please sign in to comment.