maca DownList — Installation

=========================



CORRECT structure on the server:



  wp-content/plugins/maca-downlist/maca-downlist.php



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



  wp-content/plugins/maca-downlist-1.5.0/maca-downlist/maca-downlist.php

  wp-content/plugins/maca-downlist/maca-downlist/maca-downlist.php (old nested copy)



Steps:

1. Delete any old mc-smartfiles or duplicate maca-downlist folders in wp-content/plugins/

2. Upload maca-downlist.zip via Plugins → Add New → Upload

3. Activate "maca DownList"



Do NOT copy a nested project folder. Use pack-plugin.ps1 output or rename the plugin folder to exactly `maca-downlist`.



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.

