Fix: Prefixed the bundled FPDF class (now Ninjapdf_FPDF) and its version constant so the library can never clash with another plugin’s copy of FPDF, regardless of load order.
Internal: Renamed plugin slug, folder, main file and text domain to ninja-docsmith-for-woocommerce for the WordPress.org submission.
1.3.0
Fix: Guard the bundled FPDF include with class_exists( ‘FPDF’ ) to prevent “cannot redeclare class” fatals when another plugin loads its own copy of FPDF first.
Internal: Renamed under a new, distinctive slug for the WordPress.org directory.
1.2.0
New: Document Design settings — accent color, header/table color (color pickers) and custom footer text, applied to invoices and packing slips. Check the result with the Preview buttons.
1.1.0
New: “Preview” buttons on the settings screen generate a sample invoice and packing slip from your current settings (logo, company details, numbering) using placeholder data — so you can check the layout without a real order. No invoice number is consumed.