Releases: phcdevworks/spectre-ui-wordpress
Releases · phcdevworks/spectre-ui-wordpress
Release list
Initial Release
Changelog
All notable changes to this project will be documented here. The format follows Keep a Changelog and the versioning reflects package releases published to npm.
Unreleased
Added
- Added comprehensive README with installation, usage, and development documentation (f5d8a04, 1454af7).
- Added SECURITY.MD with security policy guidelines (89be108).
- Added CODE_OF_CONDUCT.md for community standards (afca5d1).
- Added issue and pull request templates (f5e44d1).
- Added VSCode configuration, funding info, and contribution documentation (1549e0d).
- Added Spectre UI CSS bundle synchronization and improved sync script (22f81f3).
- Added devcontainer configuration, Dependabot config, and workspace file (9e0969a).
Changed
- Updated style enqueue function and hook for better WordPress integration (883f957).
0.1.0 - 2025-12-27
Added
- Initial WordPress plugin setup with CSS synchronization from
@phcdevworks/spectre-ui(d0353d5). - Main plugin file (
spectre-ui-wordpress.php) with frontend and block editor hooks (d0353d5). - CSS sync script (
sync-spectre-ui-css.mjs) that resolves import-free CSS bundles (d0353d5). - Build configuration using
@wordpress/scriptsfor JavaScript bundling (d0353d5). - Package configuration with proper dependencies on
@phcdevworks/spectre-ui(d0353d5). - Repository infrastructure including LICENSE, basic README, and configuration files (d0353d5).
- WordPress-standard enqueue functions with cache-busting via
filemtime()(d0353d5). - Support for both frontend (
wp_enqueue_scripts) and Gutenberg editor (enqueue_block_editor_assets) (d0353d5).