Moodle Plugins directory: Tiny Font Color: Versions: 1.2 | Moodle.org
Tiny Font Color
TinyMCE ::: tiny_fontcolor
Maintained by
Stephan Robotta,
Luca Bösch
The Tiny Font Color provides two toolbar buttons and menu entries to set different text and background colors.
Tiny Font Color 1.2
Moodle 4.1, 4.2, 4.3, 4.4, 4.5, 5.0, 5.1
Released: fredag, 10. oktober 2025, 14:51
tiny_fontcolor
Changes
V1.2
V1.1
- Support for Moodle 5.1
- In the CI drop all tests with outdated PHP versions. Add Moodle 5.1 to the pipeline.
- Move version history from README into CHANGES.
- Add workflow for autorelease into the Moodle plugin directory.
V1.0
- New setting
usecssclassnamesthat allow to have css clases instead of using color codes in thestyleattribute. - Use a color picker for defining colors in the admin settings.
- Allow to define an alphachannel for the color codes in the admin settings.
V0.10
- Adjust capability context level according to MDL-84884
V0.9
- Adjustments for Moodle 5.0.
- Remove Github actions to sync master and main branch.
V0.8
- Adjustments for Moodle 4.5
V0.7
- Fix HTML areas without files seem to fail with the tiny_fontcolor enabled #16 and TinyMCE fails when creating a qtype_multichoice question #17. The introduced context menu items in 0.6 didn't show up under some conditions (e.g. in mc questions for answers and feedback) when there was no previously defined contextmenu.
V0.6
V0.5
- Add support for Moodle 4.4 and PHP 8.3.
- Add json for a comprehensive color scheme (thanks to Joseph Rézeau).
V0.4
- Add CI stack for Moodle 4.3
V0.3
- Fix CI issue: (#1) HTML Validation info, line 10: Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.
- Fix behat by switching to trait class by Jason Platts
- Preparing for PHP 8.2 Support by Luca Bösch
- Lifted software maturity to stable
V0.2.3
- Lift software maturity level to RC.
- Fix issue The close button of the color picker can't be reach by keyboard
V0.2.2
- Lift software maturity level to STABLE.
- Adapt CI to test against Moodle 4.2.
- Fix example JSON in mustache templates and make CI have templates checked.
- Fix issue Probably, $string['helplinktext'] = 'Font colour'; is needed in the lang strings.
V0.2.1
- Add behat test for the admin settings page and reorganize tests.
- Remove function
str_containsto be PHP7.x compliant. - Change maturity of plugin to release candidate.
- Privacy Provider was added.
V0.2.0
Initial release
Version information
- Version build number
- 2025101000
- Version release name
- 1.2
- Maturity
- Stabil versjon
- MD5 Sum
- 6fc3f975695c2af2d3185894e778fb74
- Supported software
- Moodle 4.1, Moodle 4.2, Moodle 4.3, Moodle 4.4, Moodle 4.5, Moodle 5.0, Moodle 5.1
- Latest release for Moodle 4.1
- Latest release for Moodle 4.2
- Latest release for Moodle 4.3
- Latest release for Moodle 4.4
- Latest release for Moodle 4.5
- Latest release for Moodle 5.0
- Latest release for Moodle 5.1
Version control information
- Version control system (VCS)
- GIT
- VCS repository URL
- VCS tag
- V1.2
Default installation instructions for plugins of the type TinyMCE
- Make sure you have all the required versions.
- Download and unpack the module.
- Place the folder (eg "myeditor") in the "lib/editor/tiny/plugins" subdirectory.
- Visit http://yoursite.com/admin to finish the installation