Skip to content

Commit

Permalink
Finish v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rungta committed Apr 13, 2024
1 parent 7179867 commit 69eb3b9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Release notes for the Cryptographer Craft CMS plugin.



## Unreleased
## 1.2.0 - 2024-04-13

### Added
- Added support for Craft 5. ([#10](https://github.com/miranj/craft-cryptographer/issues/10))
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ Open your terminal and run the following commands:

Requirements
------------
This plugin requires Craft CMS 3 or 4. The Craft 2 version is availabe in [the `v0` branch](https://github.com/miranj/craft-cryptographer/tree/v0).
This plugin requires Craft CMS 3, 4, or 5. The Craft 2 version is availabe in [the `v0` branch](https://github.com/miranj/craft-cryptographer/tree/v0).



Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "miranj/craft-cryptographer",
"description": "Adds Twig filters to perform cryptographic operations.",
"type": "craft-plugin",
"version": "1.1.0",
"version": "1.2.0",
"keywords": [
"craft",
"craftcms",
Expand Down
2 changes: 1 addition & 1 deletion src/Plugin.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Cryptographer plugin for Craft CMS 3.x, 4.x
* Cryptographer plugin for Craft CMS 3.x, 4.x, 5.x
*
* Adds Twig filters to perform cryptographic operations.
*
Expand Down

0 comments on commit 69eb3b9

Please sign in to comment.