All notable changes to this project will be documented in this file.
- Fixed: php8 warning
- Fixed: exception with ical generation
- Fixed: php8 warning
- Fixed: exception when using print function in some cases
- Fixed: compatibility with FrontendModuleController
- Changed: make ContentModule override less invasive
- Changed: allow php 8
- Changed: updated license
- added new dependency
- fixed filenames to be generated correctly, removed urlencoding of file names
- fixed error in composer.json
- replaced contao-legacy/ical_creator dependency with kigkonsult/icalcreator
- updated some namespaces
- replaced WhatsApp:// with
whatsapp click to chat url
(https://wa.me/?text=)
- whatsapp and linkedin syndication
- removed gplus syndication
- print versions from search index
- ical generation not using corrent event id
- fixed printing in safari. added delay of function call window.print cause otherwise the content is not loaded yet
- mpdf 7.0 compatibility
- option to add share urls to template
- updated translations
- bug introduced in 1.5.1
- no pdf rendering if called via compiler method
- code enhancements
- add share to articles
- force print without template (=print page) even if print template is set (added printWithoutTemplate option)
- clear the buffer before Template if generated
<!-- print::stop-->
and<!-- print::continue-->
typo
- print with
tl_module.share_customPrintTpl
under contao 4 now works
- set href for print link to
javascript:window.print();
if notl_module.share_customPrintTpl
is set
- replace
$this->strTemplate
with$this->customTpl
removed fromshare
class as modules, as customTpl should be something likeshare_*
- feedback integration
- mailto
- PDF generation with Contao 3
- PHP 5.6 compatiblity
- mailto integration
- optimized palette handling
- mailto-syndication
- refactoring of palette handling
- fixed url encoding
- started decoubling pdf renderer
- WkhtmltopdfModule class
- PdfModule class
- added authentication option to wkhtmltopdf
- missing attribute in Share->generatePDF
- wrong pdf print template with multiple share instances on same page
- wkhtmltopdf for pdf generation
- option to output pdf inline or as download (for all pdf renderer)
- ModulePdfInterface for PDF naming
- PDF-Options in the backend will only show up, if the pdf renderer support the options
- generateSocialLink Method to
Share
with Contao-version check
- not working share links in contao 4
- renamed some variables to make code more readable
- print dialog not opening
- call renderPrintModule instead of pdf
- composer typo
- option to choose mpdf for pdf generation
- PDFPage class
- pdf and ical constant in
Share
- generateHead-Method in
PrintPage
- added mpdf to composer suggest
- workaround for tcpdf php7 incompatibility
- error in documentation-comment
- php 7 support
- if a custom print template is set within module configuration, a custom print page will be created, with better debug abilities
- ob_clean before pdf output
- pdf print within heimrichhannot/contao-modal (check against addShare on module config)
- ob_clean before pdf output
- remove $_GET parameters from share link urls