Skip to content

Release v1.0.6-rc4

Pre-release
Pre-release

Choose a tag to compare

@Christian-Devora Christian-Devora released this 17 Dec 09:11

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 plugin src/ 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-rc3v1.0.6-rc4