Skip to content

Commit

Permalink
Update README.md to add supported Mahara versions table
Browse files Browse the repository at this point in the history
  • Loading branch information
djarran committed Jan 9, 2025
1 parent d1673f8 commit 224c9ca
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ If you are writing a plugin that will use this SDK, it is recommended that you a

```php
$plugin->dependencies = array(
'module_aws' => 2017030100
'module_aws' => 2025010900
);
```

Expand All @@ -28,7 +28,10 @@ https://github.com/catalyst/mahara-module_objectfs

## Supported Mahara Versions

This plugin requires Mahara 17.04 and above
| Mahara version | Branch |
|-----------------------|-------------------|
| Mahara 24.04 | 24.04_STABLE |
| Mahara 17.04 - 23.04 | master |

## Installation

Expand Down

0 comments on commit 224c9ca

Please sign in to comment.