Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new branch to readme #121

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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.
Loading