Laposta API (Free) - Changelog - v1.1.9
= 1.1.9 =
- Fix: Laposta_API_Fields::create() and update() sent their parameters wrapped in a field[...] object, which the Laposta API rejects ("Missing required parameter list_id"). Parameters are now sent flat, matching the list and webhook endpoints.
- Fix: Laposta_API_Fields::delete() reported failure on successful deletion — the Laposta API returns the deleted field object, not a success flag.
= 1.1.8 =
- Performance: cached the remote update check in a site transient (12h on success, 5min on failure) so plugins.php no longer blocks on a ~2s HTTP POST to miix.dev for every page load
- Removed verbose error_log output from the updater
= 1.1.7 =
- Tested up to 7.0
= 1.1.6 =
- Added get_by_email() method to Subscribers class for finding subscribers by email address
= 1.1.5 =
- Added get_name_by_id() method to Lists class for retrieving list names by ID
- Enhanced Campaigns get_all() method with optional $format parameter to return raw API data
- Fixed issue where campaign dates were being localized causing parsing issues in automation plugins
= 1.1.4 =
- Improved plugin page links consistency
- Added Dutch translation for plugin site link
= 1.1.3 =
- Fixed update check mechanism to always include license key parameter
- Improved compatibility with remote license server
= 1.1.2 =
- Added settings link to plugins page for easier access
= 1.1.1 =
- Bug fixes
= 1.1.0 =
- Added support for licenses and updates
= 1.0.0 =
- Initial release