Release v1.0.6-rc4
Pre-release
Pre-release
Fix: Vendor Source Files Preservation
This release fixes a critical build issue where vendor package source files (e.g., prappo/wp-eloquent/src/) were being excluded during the release build process, causing fatal errors on plugin activation.
Changes
- Fixed rsync exclude pattern: Changed
--exclude 'src/'to--exclude '/src/'to only exclude the root pluginsrc/directory, not vendor package source directories - Result: Vendor packages now retain their source files, allowing proper autoloading and plugin activation
For Testing
Install this version manually to test auto-update from v1.0.6-rc3 → v1.0.6-rc4