FontAwesome icons

Filters ::: filter_fontawesome
Maintained by FFHS (Fernfachhochschule Schweiz), Adrian Perez Rodriguez, Christoph Karlen, Sascha Vogel
This filter allows you to use fontawesome icons in the Moodle text editor without worrying about the HTML syntax.

FontAwesome icons v3.10-r1

Moodle 3.10
Released: Monday, 16 November 2020, 5:53 PM

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[v3.10-r1] (Build: 2020111600) - 2020-11-16

Added

  • Release version for Moodle 3.10

[v3.9-r1] (Build: 2020062400) + [v3.8-r1] (Build: 2020051000) + [v3.7-r3] (Build: 2019052202)] - 2020-05-10

Changed

  • Release schema in version.php (set same as tag)

[5.0-r1] - 2019-09-25

Changed

  • Updated the PHPunit testcase to support different FA styles (fas, far, fal, fad)
  • Alter regex to match different FA styles
  • Updated version number to 5.x

[4.8.5] - 2019-05-22

Added

  • New branch MOODLE_37_STABLE
  • Plugin icon
  • PHPUnit tests

Changed

  • Improve PHPDocs
  • Update filter.php: move callback function inside filter class
  • Rename filtersettings.php to settings.php

[4.8.4] - 2019-04-05

Added

  • The filter supports now brands. Please add at the beginning fab inside the square brackets.

Changed

  • Remove unnecessary code (globalconfig)
  • Rename callback function and cleanup
  • Update README

[4.8.3] - 2019-02-27

These changes only affects the MOODLE_33_STABLE branch. The MOODLE_35_STABLE branch just get a version bump.

Changed

  • Improve and fix regex filter

Removed

  • Removed hardcoded FA classes icon and fa-fw for the i tag

[4.8.2] - 2019-02-01

Added

  • Add Moodle Privacy API (Issue #3)

Changed

  • Rename filtername (Issue #2)

[4.8.1] - 2018-12-13

Changed

  • Improve and fix regex filter
  • Make codechecker happy

Removed

  • Removed hardcoded FA classes icon and fa-fw for the i tag

[4.8] - 2018-08-30

Added

  • Start using CHANGES as changelog

Changed

  • Adapt README
  • Add FA classes icon and fa-fw to the i tag
  • Add FA attribute aria-hidden to the i tag

Removed

  • Removed fonts folder and styles stylesheet

Version information

Version build number
2020111600
Version release name
v3.10-r1
Can be updated from
4.7 (Build: 20161117), 4.8.3 (Build: 20190227), 5.0-r1, v3.7-r3, v3.8-r1, v3.9-r1 (2020062400)
Can be updated to
v3.11-r1 (2021052600)
Maturity
Stable version
MD5 Sum
742f02a5711fd1dfcfa192901e7710e6
Supported software
PHP 7.3, PHP 7.4, Moodle 3.10
  • Latest release for Moodle 3.10

Version control information

Version control system (VCS)
GIT
VCS repository URL
VCS branch
master
VCS tag
v3.10-r1

Default installation instructions for plugins of the type Filters

  1. Make sure you have all the required versions.
  2. Download and unpack the filter plugin.
  3. Place the folder (eg "myfilter") in the "filter" subdirectory.
  4. Visit http://yoursite.com/admin to finish the installation