PerAstra BlockVault – Cloud Block Library for Gutenberg
Changelog
1.2.1
SEO and discoverability improvements: clearer plugin title and description focused on search intent (no functional changes).
1.2.0
Security: defensive sanitization of inserted block CSS so a saved style cannot escape its <style> element on insertion.
Security: API URL setting is now restricted to the official api.block-vault.com endpoint (or a wp-config-defined override) so a malicious paste cannot redirect API traffic.
Security: CSS auto-extraction now only follows same-origin stylesheet URLs, preventing the editor from being used to fetch arbitrary remote URLs.
Internal: aligns with paired API security release that adds full server-side block sanitization, license tampering protections on the Paddle webhook, and granular per-API-key rate limiting.
1.1.1
Cloud API endpoint moved to the dedicated api.block-vault.com domain (previously a Railway-managed URL). Existing installs are migrated automatically on update.
Internal: small refactor of the block-collection sync logic so collection filters always reflect the user’s latest selection without needing a refresh.
1.1.0
New: Favorites — pin your most-used blocks to the top (Solo plan and up).
New: Collections — group related blocks into named sets, assign blocks from the sidebar or the edit form (Solo plan and up).
New: Inline edit — rename blocks, change categories, add notes, and assign collections directly in the sidebar.
New: Notes — add private notes to any saved block (Solo plan and up).
New: Bulk actions — multi-select blocks to delete (with confirmation dialog) or duplicate.
New: Duplicate — clone any saved block in one click.
New: Keyboard shortcut — save the current selection without reaching for the mouse.
New: CSS capture (opt-in) — fetch the real theme CSS for a block so it renders identically on other sites (Pro plan and up).
New: In-plugin account creation / log-in on the settings page — no more copy-pasting an API key.
New: Automatic local-to-cloud migration — blocks saved before you connect an account transfer over on your first sync.
New: Usage meter in the sidebar showing blocks used vs plan limit.
New: Filter the library by Favorites or by Collection.
New: Success flash animation when a block is saved or inserted.
Improved: Onboarding empty-state with clearer guidance for first-time users.
Improved: Plugin renamed to “PerAstra BlockVault” with the perastra-blockvault slug and matching code prefixes.
Improved: Admin menu icon replaced with the BlockVault logo.
Removed: WordPress.org directory icons are no longer bundled inside the plugin zip.
1.0.0
Initial release
Save and insert blocks from the editor sidebar
Block context menu integration (“Save to BlockVault”)
Search, category filter, and sort options (newest, oldest, A-Z, Z-A)
Content preview for saved blocks
Onboarding guide for new users
Local mode with browser storage
Cloud mode with API key authentication
Admin settings page with API configuration
Full internationalization (i18n) support
REST API proxy endpoints for cloud communication
Proper activation, deactivation, and uninstall cleanup