A Joomla! 3 module that creates image, iframe or HTML popup window.
- PHP 7.2
- Joomla 3.8.x
- PHP 7.2
- Composer
- Node/Npm
We assume you have npm
and composer
available globally.
How to prepare your installation for development.
- Install composer requirements:
composer install
- Install node requirements:
npm install
- Run
npm run build
to build your js/css assets. - Run
npm run watch
to build your js/css assets after each change.
- Build installation package:
composer build
- Your installation zip package should now be ready in
.build/
- Fixed module behavior when Joomla! is installed in a subdirectory.
- Added donation message in administration
- Fixing iframe popup issue.
- Moving PHP requirement to 7.2+.
- Fixing documentation.
- Added scroll activation.
- Added activation on reaching page end.
- Added WYSIWYG editor text as a popup-content.
- Added ability to popup on every page display.
- Added update server.
- Added URL for image type popups.
- Added HTML support.
- Fixed Node security notification.
- Added menu item parameter.
- Moved assets building to WebpackEncore.