Releases: kohlercode/btc
Releases · kohlercode/btc
v1.1.0
-
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.
CoinGeckoServicenow 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
- Demo key →
- If you don’t configure a key, Bitcoin Hub continues to use the free public CoinGecko API (no key required).
- New extension configuration (
-
Localized backend labels
- Updated
de.locallang_db.xlfandes.locallang_db.xlfwith German and Spanish labels for the new extension settings.
- Updated
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
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+