Skip to content

📦 Release v1.0.2

Latest

Choose a tag to compare

@deemonic deemonic released this 03 Apr 20:37
8cc034c

✨ What's Changed
Improved Directory Management for test scaffolding when installing React or Vue:

InstallReact.php and InstallVue.php now ensure the tests/Feature/SocialitePlus directory is created and relevant test files are copied.

Prevents test files from being overwritten or recreated when the package is updated.

Code Cleanup:

Removed redundant logic from SocialitePlusServiceProvider.php that previously handled test file creation. This responsibility is now centralized within the install commands.

🐛 Bug Fixes
Fixed an issue where test files were overwritten during package updates by moving their creation logic to install commands.