Skip to content

Releases: kohlercode/btc

v1.1.0

18 Feb 12:14

Choose a tag to compare

  • Extension settings for CoinGecko API key

    • New extension configuration (ext_conf_template.txt) with:
      • apiKey – your CoinGecko demo or Pro API key.
      • isPro – flag to mark the key as a paid Pro plan key.
    • CoinGeckoService now reads these settings and automatically adds the correct HTTP header to all API requests:
      • Demo key → x-cg-demo-api-key
      • Pro key → x-cg-pro-api-key
    • If you don’t configure a key, Bitcoin Hub continues to use the free public CoinGecko API (no key required).
  • Localized backend labels

    • Updated de.locallang_db.xlf and es.locallang_db.xlf with German and Spanish labels for the new extension settings.

Notes

  • Version: 1.1.0 (alpha)
  • Requirements: TYPO3 14.x, PHP 8.3+
  • Upgrade: Install/update the extension, clear caches, then (optionally) configure your CoinGecko API key under
    Admin Tools → Settings → Extension Configuration → btc.

v1.0.0

16 Feb 20:35

Choose a tag to compare

Bitcoin Hub v1.0.0 (alpha)

First alpha release of Bitcoin Hub for TYPO3 14.x.

Content elements

  • Price Ticker — Compact list of coin prices (top N or custom coins).
  • Coin Detail — Single-coin view with price, market cap, volume, 24h change and description.
  • Market Overview — Sortable table of top coins by market cap.

Highlights

  • Plug and play: no TypoScript, no set inclusion.
  • Default responsive CSS included for all plugins.
  • Data from CoinGecko API (no API key required).
  • EN/DE/ES localization.
  • Customize by overriding Fluid templates and CSS.

Requirements

  • TYPO3 14.x, PHP 8.3+