Releases: weareplanet/plugin-core
Releases · weareplanet/plugin-core
0.2.2
- Feature: Introduced the
LocalizedStringvalue object to support locale normalization, fallback logic, and handling of localized API strings. - Feature: Refactored payment method synchronization by replacing monolithic synchronization with a signature-based diffing algorithm and granular repository operations to minimize database writes.
- Feature: Re-architected webhook synchronization to support endpoint resolution, event state configurations, listener diffing, and
notifyEveryChangenotifications. - Refactor: Aligned
LoggerInterface::log()with the PSR-3 specification by changing the$levelparameter tomixed. - Refactor: Standardized imports and typehint references by removing
RoundingStrategyandIntegrationModealiases.
0.1.3
Features added:
- Granular payment method synchronization logic with distinct create, update, and orphan deactivation operations.
- Signature-based conditional updates for payment methods to skip redundant database write operations.
- LocalizedString value object to encapsulate and resolve localized SDK data and locale fallback strategies.
- Webhook listener creation support for the notifyEveryChange flag and custom listener configurations.
- Method synchronizeWebhooks in WebhookService to align active portal webhooks with configured registry entities.
- Method getFailureMessage in TransactionService to safely retrieve and fall back to localized user-facing messages.
- Method getRelativeImagePath in PaymentMethod to resolve clean relative image resource paths.
- Replaced string state properties with strict State enums to improve type safety across domains.
- Nullable properties for Token version and spaceId as well as Transaction version to support un-persisted records.
0.1.2
Features added:
- CSP nonce support for payment integration
- Headless and custom UI support via renderJs
- Reactive frontend metadata DTOs
0.2.1
- Architectural Change: Decoupled DTO-based payment rendering with global handler registry, to support multiple frontend and backend frameworks.
- Feature: Added framework-agnostic
Request::create().
0.2.0
Features added:
- Checkout flow (creation, updates, confirmation through integration modes lightbox, iframes and payment pages)
- Transaction completions (void & capture)
- Document downloads
- Payment method synchronization
- Recurring payment
- Refund transactions
- Webhook management
0.1.1
Features added:
- Checkout flow (creation, updates, confirmation through integration modes lightbox, iframes and payment pages)
- Transaction completions (void & capture)
- Document downloads
- Payment method synchronization
- Recurring payment
- Refund transactions
- Webhook management