Skip to content

v0.6.2 - Vacation-Aware Subscription Payments

Choose a tag to compare

@ctadz ctadz released this 28 Jan 10:38
· 7 commits to develop since this release

What's New

Fixed

  • Subscription Payments: Fixed auto-generation of next payment when current payment is recorded
  • Payment Schedules: Corrected logic to properly create next subscription payment entry

Added

  • Vacation-Aware Payments: Subscription payments now automatically account for vacation periods
    • Next payment dates extend by vacation duration for session-based subscriptions
    • Only applies to subscription payment model (not installments or quarterly)
    • Integrates with Calendar plugin vacation/holiday events
  • Documentation: Added comprehensive vacation-aware payments documentation

Technical Improvements

  • Integration with Calendar plugin event_end_date field for multi-day vacations
  • New helper function smc_calculate_next_payment_date() for vacation calculation
  • Enhanced create_next_subscription_payment() method in payments system

Installation

This update is available through the WordPress automatic updater.

Full Changelog: v0.6.1...v0.6.2