Fix NavMenu Icon for Compatibility with CiviCRM Core 5.77/Font Awesome 6 #435
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
General
I couldn't find any specific contribution guidelines for this project, so I did my best to address this issue. If I missed any steps or requirements, just let me know :)
This PR addresses issue #434 with the NavMenu icon in the CiviBanking extension after upgrading to CiviCRM Core ^5.77. The recent upgrade introduced a major change in Font Awesome, shifting from version 4 to version 6, which deprecated several older class names, including fa fa-btc.
Changes Made
Utilized the crm-i wrapper for Font Awesome, as recommended in the CiviCRM developer documentation to maintain compatibility with future updates.
Testing
Manually verified that the NavMenu icon is displayed correctly after applying these changes on our CiviCrm System (attached screenshot)