A Joomla! 4 module for displaying an icon with text, title and a button.
- Image file as icon.
- Linking type (button, all).
- Linking (external url, article, menu item).
- Update server.
- Bootstrap 5 ready.
To build from repository you gonna need following tools:
- PHP 7
- Composer (installed globally)
- Phing (installed globally)
- Node/NPM (installed globally)
- Clone repository into working Joomla! 4.4 installation
- Run
composer install
- Run
phing
orcomposer build
- Your installation package should be ready in
/.build/mod_bpicon.zip
directory
- Rewritten for Joomla! 4
- Removed common icon providers in favor of image icons
- Added the ability to add multiple icons in same module and set number of columns to display
- Improved accessibility.
- Removed duplicated stylesheets.
- Added support for Google Material Design Icons.
- Added support for selecting icon from images.
- Changed module name.
- Fixed a bug where module text was saved with HTML tags removed.
- Added an easy selection for FontAwesome icons.
- Fixed version number.
Removing K2 support. Developers ignore bug reports and refuse to fix them.
Initial release