Skip to content

Commit

Permalink
Update CHANGES and README
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Perez committed Sep 25, 2019
1 parent b88560f commit 73a5c3e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [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`
Expand Down
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
## Introduction
This filter allows you to use fontawesome icons in the Moodle text editor without worrying about having your div's stripped out by the Moodle Atto/TinyMCE HTML cleaner.

> Furthermore it's `important` to know, that this plugin doesn't supply the [free FontAwesome icon set](https://fontawesome.com/free). This is the responsibility of Moodle or your theme developer. So it can be, that not all FA icons will be displayed, for more information consult these links:
> This plugin supports the legacy **FontAwesome 4** icon set and the newer **version 5**.
>
>Furthermore it's `important` to know, that this plugin doesn't supply the newer [free FontAwesome 5 icon set](https://fontawesome.com/free). This is the responsibility of Moodle or your theme developer. So it can be, that not all FA icons will be displayed, for more information consult these links:
> - [Latest Release](https://fontawesome.com/changelog/latest)
> - [Details of all changes](https://github.com/FortAwesome/Font-Awesome/blob/master/CHANGELOG.md)
Expand Down Expand Up @@ -56,4 +58,5 @@ Some examples and guide to start:
* Written by Julian (@moodleman) Ridden. Visit the blog at http://www.moodleman.net
* Updated by David Bezemer. Visit his company page at http://www.uplearning.nl
* Updated to FontAwesome version 4.7 by Usman Asar
* Keep up-to-date by [Adrian Perez Rodriguez](https://github.com/adpe)
* Updated to FontAwesome version 5 by Adrian Perez Rodriguez
* Keep up-to-date by [FFHS (Fernfachhochschule Schweiz)](https://github.com/ffhs)

0 comments on commit 73a5c3e

Please sign in to comment.