Skip to content

Releases: UniRate-API/unirate-currency-converter

Release list

v0.1.0

Choose a tag to compare

@rob-browncc rob-browncc released this 25 Jun 08:23

Initial release.

Installation

Download unirate-currency-converter-v0.1.0.tar.gz, extract, and upload the unirate-currency-converter/ folder to /wp-content/plugins/.

Or install directly from the WordPress Plugin Directory (pending WP.org review).

What's in v0.1.0

  • Gutenberg block — server-side rendered, no build step, vanilla-JS editor UI
  • Shortcodes[unirate_rate], [unirate_convert], [unirate_widget]
  • REST proxy/wp-json/unirate/v1/{rate,convert,currencies} — API key stays server-side
  • WP transient caching — 1-hour TTL, zero PHP runtime deps
  • 37 PHPUnit/WP_Mock tests, 52 assertions