π¦ Release v1.0.1 β Case Sensitivity Bug Fix
π Bug Fixes
Case Sensitivity Fix for Service Provider Class
Resolved an issue where the autoloader failed to locate Blaspsoft\SocialitePlus\SocialitePlusServiceProvider on case-sensitive filesystems (Linux, Windows).
The file was incorrectly named SocialiteplusServiceProvider.php (lowercase "p"), which worked on macOS due to its case-insensitive filesystem, but failed elsewhere.
The file and class have been renamed to match PSR-4 autoloading expectations exactly:
SocialitePlusServiceProvider.php.
β
Impact
Working Autoloading on Linux/Windows
Projects using this package on Linux or Windows will now autoload correctly without requiring manual intervention.