=== PRBLEM Download Card ===
Contributors: prblem
Requires at least: 6.4
Requires PHP: 7.4
Stable tag: 1.0.3
License: GPLv2 or later

A lightweight download card shortcode with automatic local filename, file size and SHA-256 verification.

== Usage ==
[prblem_download url="/downloads/tool.zip" title="Tool name" version="1.0.0"]

The plugin intentionally has no WordPress admin menu or settings page. Activate it and use the shortcode in any shortcode-capable content area.

For readable same-site files located under the WordPress installation, filename, file size and SHA-256 are calculated directly from the local file. Remote files are never downloaded for hashing.

== Changelog ==
= 1.0.3 =
* Hardened the download CTA against aggressive theme and content-link CSS.
* Added a dedicated button class, explicit readable colors and a download-arrow icon.
* Removed inherited pseudo-elements, underline shadows and theme button sizing from the CTA.

= 1.0.2 =
* Removed the unnecessary admin/settings screen that could collide with WordPress session/auth modal flows.
* Shortcode behavior and local SHA-256 verification remain unchanged.
