= 1.1.0 =
- Restructured the plugin to match Freemius's recommended packaging
  layout: includes/, admin/, public/, __premium_only__/, vendor/freemius/.
- Added composer.json (PSR-4 autoload for the Veilo\ namespace) and a
  small dependency-free vendor/autoload.php fallback.
- Split responsibilities into dedicated classes: Logger, Scorer,
  Integrations, Settings, Admin, Frontend, Ajax, plus a Loader that
  boots everything and gates premium code behind
  veilo_fs()->can_use_premium_code().
- Moved Elementor Pro Forms and Gravity Forms integrations into
  __premium_only__/ as Pro-only features.
- Added a Pro-only CSV export of the Activity Log and a configurable
  export row limit (Veilo → Pro Tools). Free plan now caps the
  Activity Log view at the 10 most recent rows.
- Added a "Clear log" action (AJAX) available on both plans.
- Renamed the bundled front-end script's home from assets/js/ to
  public/js/ to match the new layout.

= 1.0.0 =
- Initial scaffold: honeypot + timing + movement scoring, native
  comments / CF7 / WPForms / Elementor / Gravity Forms integrations,
  Activity Log, Freemius SDK bootstrap.
