v2.5.0
Development snapshot leading up to the 2.6.0 release; never published as stable. Reconstructed from forensic source diffs of the wp-ffcertificate14-12-2025.zip, wp-ffcertificate16-12-2025.zip, and wp-ffcertificate23-12-2025.zip snapshots.
Added
- Foundation work for the modular OOP refactor that was finalized in 2.6.0 — first split of
includes/intoadmin/,core/,data/, andfrontend/subdirectories with dedicated classes (class-ffc-pdf-generator.php,class-ffc-submission-controller.php,class-ffc-mailer.php,class-ffc-template-engine.php,class-ffc-repository.php).
- Initial QR Code experimentation (3 references in
includes/source). The work was rolled back in the next snapshot (16/12 → 23/12) and resumed/finalized in 2.9.0. FFC_VERSIONconstant for CSS/JS cache busting (developer comment in source: "Adicionamos FFC_VERSION para controle de cache dos arquivos CSS/JS").- Multiple certificate template HTML files and background images bundled in
html/.
Changed
- Internal: Local git workflow adopted at this stage (the 23/12 snapshot includes a
.gitdirectory).