This page lists every official release of the Cointacted Social Terminal and includes detailed changelogs, improvements, bug fixes, and developer notes.
Each version links to a separate article with its full breakdown.
๐ Current Stable Version: #
1.0.0 โ First Stable Public Release #
(See full article below)
๐ Release Index #
1.0.x โ Initial Stable Releases #
- 1.0.0 โ First Stable Public Release (initial launch)
Future versions will appear here as soon as they are released.
If you’re ready, here is the full detailed article for Version 1.0.0.
๐ฆ Version 1.0.0 โ First Stable Public Release #
Release date: To be set by you upon upload to WordPress.org (e.g., December 2025)
Status: Stable
Type: Initial public launch
๐ Overview #
Version 1.0.0 is the first official, stable release of the Cointacted Social Terminal.
This version introduces the full core experience:
- A theme-compatible terminal UI
- Full keyboard input with accurate monospace cursor
- Command system with groups, help, search, and metadata
- Developer API (JS registry, output events, metadata system)
- Optional wallet detection (safe, read-only, no requests)
- Public/guest mode access system
- Full WordPress settings panel
- Command content customization
- Output panel design and scroll behavior options
- Add-on architecture
The plugin is built for power, safety, and extensibility.
๐งฉ New Features in 1.0.0 #
๐ป Terminal Interface #
- Smooth keyboard-first command line
- Accurate monospace cursor positioning
- Automatic command history
- Help system with categories and search
- Multi-group command architecture
๐ฅ๏ธ Theme Integration #
- Inherits fonts from your theme
- Buttons match theme styles
- Fully responsive layout
- Zero conflicts with FSE, classic themes, Elementor, Divi, BuddyBoss, and more
๐ง Developer Features #
- JS registry for new commands
- JS event system (
cointacted_social_terminal_output) - Extensible metadata system (group, description, aliases, public/private)
- Safe DOM APIs for extensions
- Add-on loader support
- Customizable output printing
๐ Add-On Architecture #
- Clean, predictable registry for external commands
- Add-ons can inject commands + groups
- Add-ons can modify metadata
- Add-ons can hook into terminal events
- No dependency on WP REST/AJAX unless needed
๐ฆ Wallet Awareness (Read-Only, Safe) #
- Detect browser wallet presence
- Detect chain ID
- Detect chain name
- Detect unlocked account (if exposed by wallet)
- No RPC, no connection request, no permissions
๐ Guest Mode System #
- Optional: allow logged-out visitors to run safe commands
- Sensitive commands restricted to logged-in users
- Admin-only commands supported
โ๏ธ Admin Settings #
General Settings
- Login URL
- Register URL
- Scroll behavior
- Guest mode
- Save wallet to usermeta
Command Content Settings
- Social links (social command)
- Brand info (brand command)
- Contact links (contact command)
- Useful links (links command)
- Support links (support command)
- Legal links (legal command)
- Company info (company command)
- Menu entries (menu command)
- Fortune messages (fortune command)
- Quotes (quote command)
๐ Core Commands in 1.0.0 #
CORE Group #
help, history, echo, clear/cls, welcome, date/now, about/info, !!, !N
USER Group #
whoami, lastlogin
SITE Group #
hostname, dns
WALLET Group #
wallet, chain, gas, block, txcount, metamask
NETWORK Group #
ping
CLIENT Group #
ua/browser, ip
FUN Group #
hi, random, dice
ADMIN Group #
admin
Everything is extensible.
๐ ๏ธ Bug Fixes & Improvements Before Launch #
- Fixed input height conflicts on all major themes
- Updated cursor positioning logic
- Ensured no theme override can break typing
- Enforced monospace font only inside prompt row
- Fixed spacing inconsistencies across FSE/classic themes
- Improved scroll performance
- Hardened JS registry initialization
- Removed dependency on
<form>for input positioning - Ensured help output formatting is crisp and readable
- Added missing metadata for consistent grouping
- Improved compatibility with caching/minification plugins
- Added safety checks for duplicate terminals
- Wallet detection rewritten for full WP.org policy compliance
- Softened shadows and refined UI aesthetics
๐ Security Notes #
- No external requests
- No wallet requests
- No RPC calls
- No blockchain interaction
- No user data sent offsite
- No tracking
- Basic sanitization for admin input fields
- All output escaped according to WordPress standards
Fully compliant with WordPress.org plugin rules.
๐ฎ Future Roadmap (Post-1.0.0) #
- Social Mining add-on
- EVM add-on
- Solana add-on
- BuddyBoss integration
- FluentCommunity integration
- AI Commands add-on
- Analytics add-on
- Customization Pack (themes, colors, cursors)
Each will receive its own versioned release notes.