Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
pheeque1 committed Apr 22, 2024
1 parent 9d80cb6 commit d3ee71f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
=========

## 4.0.0 - 2024-XX-XX
## 4.0.0 - 2024-04-22
* Craft 5 support


Expand Down
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This plugin provides an [Object Storage](https://help.fortrabbit.com/object-stor

## Requirements

The 3.0 branch of this plugin requires Craft CMS 4.0 and PHP 8.0 or later.
The 4.0 release of this plugin requires Craft CMS 5 and PHP 8.0 or later.


## Installation
Expand Down Expand Up @@ -53,9 +53,14 @@ Or browse to CP > Settings > Plugins to enable the plugin.

**4. Configure**

Configure volumes under: Settings > Assets > **[New Volume]**.
Configure filesystems under: Settings > Filesystems >> **[New Filesystem]**.

Select `fortrabbit Object Storage` as Volume Type and for the Base URL field use `$OBJECT_STORAGE_HOST` ENV variable.
- Select `fortrabbit Object Storage` as Filesystem Type.
- For the Base URL field use `$OBJECT_STORAGE_HOST` ENV variable.
All other fields are pre-configured with ENV vars already.
- Set a value for Expires (Cache expiration period)

Configure volumes under: Settings > Assets > **[New Volume]**.

- Select the filesystem created above as the Asset Filesystem.

2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
],
"require": {
"php": "^8.0",
"craftcms/cms": "^5.0.0-beta",
"craftcms/cms": "^5.0.0",
"craftcms/flysystem": "^2.0.0",
"league/flysystem-aws-s3-v3": "^3.0.0",
"symfony/console": "^6.0 | ^7.0"
Expand Down

0 comments on commit d3ee71f

Please sign in to comment.