Version 1.2.2
UPDATE: Utilized stored client internally to avoid dangling pointer issues
- Updated begin() overloads to take WiFiSSLClient by reference for simpler usage
- Store client internally to avoid dangling pointer issues
- Allows calling begin(client, url) directly without &client
- Improved safety and maintainability of client handling