Skip to content

Commit

Permalink
Merge pull request #121 from catalyst/issue-97-update-branches-for-MO…
Browse files Browse the repository at this point in the history
…ODLE_310_STABLE-branch

Add new branch to readme
  • Loading branch information
ScottVerbeek committed Jan 5, 2024
2 parents 2d73855 + e0f4c14 commit 7651133
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions README.md
Expand Up @@ -17,7 +17,8 @@ This plugin currently supports Moodle:

| Moodle version | Branch |
| ------------------- | -------------------- |
| Moodle 3.10 to 3.11 | MOODLE_310_STABLE |
| Moodle 4.2 and up | MOODLE_402_STABLE |
| Moodle 3.10 to 4.1 | MOODLE_310_STABLE |
| Moodle 3.5 to 3.9 | master |

## Elasticsearch Version Support
Expand Down Expand Up @@ -149,7 +150,7 @@ To use Amazon Webservices (AWS) to provide an Elasticsearch service for Moodle:

To use Elastic Cloud to provide an Elasticsearch service for Moodle:
1. Create an Elastic Cloud account and set up Elasticsearch: [Elasticsearch: Getting Started](https://www.elastic.co/webinars/getting-started-elasticsearch?baymax=default&elektra=docs&storm=top-video)
2. Generate API Key for your search index and set this key to the moodle plugin settings.
2. Generate API Key for your search index and set this key to the moodle plugin settings.

## Moodle Plugin Installation
Once you have setup an Elasticsearch service you can now install the Moodle plugin.
Expand Down Expand Up @@ -304,7 +305,7 @@ https://www.catalyst-au.net/

# Contributing and Support

Issues, and pull requests using github are welcome and encouraged!
Issues, and pull requests using github are welcome and encouraged!

https://github.com/catalyst/moodle-search_elastic/issues

Expand Down
2 changes: 1 addition & 1 deletion version.php
Expand Up @@ -32,4 +32,4 @@
$plugin->dependencies = array(
'local_aws' => 2023010900,
);
$plugin->supported = [310, 402]; // A range of branch numbers of supported moodle versions.
$plugin->supported = [310, 401]; // A range of branch numbers of supported moodle versions.

0 comments on commit 7651133

Please sign in to comment.