SmartFiles — Installation
=========================

CORRECT structure on the server:

  wp-content/plugins/smartfiles/smartfiles.php

WRONG (causes "Det finns ingen sådan tilläggsfil"):

  wp-content/plugins/SmartFiles/SmartFiles/smartfiles.php
  wp-content/plugins/smartfiles-1.3.2/smartfiles/smartfiles.php

Steps:
1. Delete any old SmartFiles or smartfiles folders in wp-content/plugins/
2. Upload smartfiles.zip via Plugins → Add New → Upload
3. Activate "SmartFiles"

Do NOT copy the outer project folder that contains a nested SmartFiles subfolder.
Use only the zip file, or copy the inner folder and rename it to "smartfiles".

Packaging (developers): always run pack-plugin.ps1 in the project root.
Never use Compress-Archive on Windows — it puts backslashes in the zip and breaks WordPress on Linux.
