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.
8.4.0 β 2024-07-18
- Upgrade Font Awesome from v6.5.2 to v6.6.0
8.3.0 β 2024-04-03
- Upgrade Font Awesome from v6.5.1 to v6.5.2
8.2.0 β 2024-03-17
- Decreased icon size to be more similar to Dashicons
8.1.1 β 2023-12-01
- Require PHP v8.1 in
readme.txt
8.1.0 β 2023-12-01
- Upgrade Font Awesome from v6.5.0 to v6.5.1
8.0.0 β 2023-11-29
- Upgrade Font Awesome from v6.4.0 to v6.5.0
- Require PHP v8.1+
7.2.0 β 2023-03-27
- Upgrade Font Awesome to v6.4.0
7.1.0 β 2023-02-07
- Upgrade Font Awesome to v6.3.0
7.0.0 β 2022-12-05
- Require PHP v8.0+
- Support for Font Awesome v4 icons
Fawpami\\faVersion
filter
6.0.0 β 2022-01-26
- Require PHP v7.4+
- Test with WordPress v5.9
5.0.1 β 2021-10-27
- Upgrade Font Awesome to v5.15.4
- Test with WordPress v5.8.1
5.0.0 β 2020-11-27
- Upgrade Font Awesome to v5.15.1
- Test with WordPress v5.5.3
- Drop support for PHP v7.2
4.1.0 β 2020-04-14
- Test with WordPress v5.2.1
- Upgrade Font Awesome to v5.13.0
4.0.0 β 2020-03-10
- Support for EOL PHP versions
3.9.1 β 2020-03-10
- Restore support for EOL PHP versions because it's a breaking change
3.9.0 β 2020-03-07
- Upgrade Font Awesome to v5.12.1
- Support for EOL PHP versions
3.8.0 β 2019-10-14
- Update Font Awesome from v5.9.0 to v5.11.2
3.7.0 β 2019-06-08
- Test with WordPress v5.2.1
- Add support for PHP v7.3
- Update Font Awesome from v5.6.0 to v5.9.0
3.6.0 β 2018-12-07
- Update Font Awesome from v5.5.0 to v5.6.0
3.5.0 β 2018-11-03
- Update Font Awesome from v5.4.2 to v5.5.0
3.4.0 β 2018-10-28
- Update Font Awesome from v5.4.1 to v5.4.2
3.3.0 β 2018-10-13
- Update Font Awesome from v5.3.1 to v5.4.1
3.2.0 β 2018-08-31
- Improve Makefile
- Update Font Awesome from v5.2.0 to v5.3.1
3.1.0 β 2018-07-29
- Update Font Awesome from v5.1.0 to v5.2.0
3.0.0 β 2018-07-05
- Initialize the plugin earlier in the WP lifecycle
- Update Composer PHP version range
composer.json.version
2.8.0 β 2018-06-20
- Tested with WordPress v4.9.6
- Update
.gitattributes
- Update Font Awesome from v5.0.13 to v5.1.0
2.7.0 β 2018-05-10
- Update Font Awesome from v5.0.12 to v5.0.13
2.6.0 β 2018-05-03
- Add
.gitattributes
to setexport-ignore
attribute for files not needed in production - Add script to get Font Awesome shims file
- Update Font Awesome from v5.0.11 to v5.0.12
- Update Font Awesome shims
2.5.0 β 2018-05-02
- Update Font Awesome from v5.0.10 to v5.0.11
- Update Composer PHP version range
2.4.0 β 2018-04-21
- Update Font Awesome from v5.0.9 to v5.0.10
2.3.1 β 2018-03-29
- Update README.txt changelog
2.3.0 β 2018-03-29
- Bump Font Awesome version from 5.0.8 to 5.0.9
2.2.1 β 2018-03-25
- Fix styles action
2.2.0 β 2018-03-25
- Add support for Font Awesome versions. Icons are now cached with their Font Awesome version so they can be updated when the Font Awesome version changes.
2.1.0 β 2018-03-19
- Add links to changelog
- Add links to readme badges
- Integrate Travis and Code Climate test coverage
- Instead of storing all icons in the plugin, get them remotely, as needed, and cache them in the database for future use
- Make hooks code DRYer
- Stop using static methods, to make testing easier
- Make icons smaller so they look better next to Dashicons
- Update Font Awesome shims
2.0.1 β 2017-12-21
- Add CC BY 4.0 attribution in
icons/README.md
to adhere to Font Awesome license
- Fix old syntax in readme examples
- Add missing 'Usage' section to
README.txt
2.0.0 β 2017-12-20
- Add unit tests
- Upgrade to Font Awesome 5 icons and class syntax
- Use PSR instead of WordPress for code style
- Deprecate use of Font Awesome 4 class syntax
1.0.4 β 2017-10-29
- Format code
- Remove caveat from documentation because it no longer applies
1.0.3 β 2017-06-17
- Add more icons
1.0.2 β 2017-06-16
- Fix undefined index
1.0.1 β 2017-06-16
- Add icons to
icons/
. The directory was empty on the WordPress plugin repository.