FPDF
====

- Bundled file: includes/pdf/fpdf.php
- Bundled fonts: includes/pdf/font/*.json (FPDF 1.9 core font definitions)
- Declared version in file header: 1.9 (2026-05-31)
- Author: Olivier Plathey
- Official project: https://www.fpdf.org/
- License: MIT (as published on Packagist mirror setasign/fpdf for FPDF 1.9)

This plugin loads FPDF only when generating PDF reports and checks `class_exists( 'FPDF', false )` before including the library to reduce conflicts with other plugins that may bundle FPDF.

Select2 (admin vendor asset)
============================

- Bundled files: admin/vendor/select2/select2.min.js, admin/vendor/select2/select2.min.css
- Version: 4.1.0 (official stable release; not a release candidate)
- License: MIT
- Project: https://github.com/select2/select2
- Bundled locally with the plugin (not loaded from a CDN)
