Skip to content

Commit 7651133

Browse files
authored
Merge pull request #121 from catalyst/issue-97-update-branches-for-MOODLE_310_STABLE-branch
Add new branch to readme
2 parents 2d73855 + e0f4c14 commit 7651133

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ This plugin currently supports Moodle:
1717

1818
| Moodle version | Branch |
1919
| ------------------- | -------------------- |
20-
| Moodle 3.10 to 3.11 | MOODLE_310_STABLE |
20+
| Moodle 4.2 and up | MOODLE_402_STABLE |
21+
| Moodle 3.10 to 4.1 | MOODLE_310_STABLE |
2122
| Moodle 3.5 to 3.9 | master |
2223

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

150151
To use Elastic Cloud to provide an Elasticsearch service for Moodle:
151152
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)
152-
2. Generate API Key for your search index and set this key to the moodle plugin settings.
153+
2. Generate API Key for your search index and set this key to the moodle plugin settings.
153154

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

305306
# Contributing and Support
306307

307-
Issues, and pull requests using github are welcome and encouraged!
308+
Issues, and pull requests using github are welcome and encouraged!
308309

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

version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@
3232
$plugin->dependencies = array(
3333
'local_aws' => 2023010900,
3434
);
35-
$plugin->supported = [310, 402]; // A range of branch numbers of supported moodle versions.
35+
$plugin->supported = [310, 401]; // A range of branch numbers of supported moodle versions.

0 commit comments

Comments
 (0)