Skip to content

Commit

Permalink
TW20720894 out of support README update
Browse files Browse the repository at this point in the history
  • Loading branch information
learningtechnologyservices committed Apr 17, 2024
1 parent be1133f commit bd8e5d7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions README.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
Accessibility Block for Moodle

PLEASE NOTE: This plugin is no longer being actively maintained by Brickfield. The main challenge is with the
third-party external ATBar, which is not being maintained at all by its authors, at some point has lost all
of its docs, and doesn't have an up-to-date SSL.

If someone has funding, and would like to cover the updating of this plugin, we would be happy to engage with you
on this.

We are planning on sharing a new plugin which will provide guidance to users with their font size, font colour,
and other display options, depending on their browser. We will update this readme once it's available.

Provides options for changing text size and colour scheme. Settings can be saved to persist between sessions. Colour settings can
be defined at the block instance level (Block instance configuration).

Expand Down
2 changes: 1 addition & 1 deletion version.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
defined('MOODLE_INTERNAL') || die();

$plugin->component = 'block_accessibility';
$plugin->version = 2021092202;
$plugin->version = 2021092203;
$plugin->requires = 2020061500; // Moodle 3.9 and up.
$plugin->release = '1.39.03 (Build - 2021092201)';
$plugin->cron = 3600;
Expand Down

0 comments on commit bd8e5d7

Please sign in to comment.