wp-duckbehaviorjournal/composer.json
Kumi d901010399
feat: add PDF generation and download feature
- Introduced dependency management with Composer for easier package handling.
- Added TCPDF library to generate PDFs of articles.
- Implemented PDF download functionality via a custom endpoint.
- Included admin notices to ensure Composer dependencies are installed.
- Updated single article view with a download button for PDFs.
2024-08-02 21:48:07 +02:00

5 lines
62 B
JSON

{
"require": {
"tecnickcom/tcpdf": "^6.7"
}
}