Skip to content

Releases: coders-tm/laravel-core

v6.2.4

16 Oct 04:54

Choose a tag to compare

v6.2.3

14 Oct 15:06

Choose a tag to compare

Full Changelog: v6.2.2...v6.2.3

v6.2.2

13 Oct 18:04

Choose a tag to compare

Full Changelog: v6.2.1...v6.2.2

v6.2.1

13 Oct 17:06

Choose a tag to compare

Full Changelog: v6.2.0...v6.2.1

v6.2.0

11 Oct 23:29

Choose a tag to compare

Full Changelog: v6.1.0...v6.2.0

v5.1.10

08 Oct 06:26

Choose a tag to compare

Full Changelog: v5.1.9...v5.1.10

v5.1.9

08 Oct 05:52

Choose a tag to compare

Full Changelog: v5.1.8...v5.1.9

v5.1.8

07 Oct 13:26

Choose a tag to compare

What's Changed:

  • Refactored ResetSubscriptionsUsages and Blog models for better database compatibility.
  • Subscription features: Implemented subscription features management and refactored usage handling.

Full Changelog: v5.1.6...v5.1.8

v5.1.6

04 Oct 12:35

Choose a tag to compare

Full Changelog: v5.1.5...v5.1.6

v6.1.0

14 Aug 15:34

Choose a tag to compare

What's Changed

  • Refactored checkout to better handle customer attributes, including support for null values.
  • Updated checkout payment fields and added email/recovery status for improved tracking.
  • Refactored cart: LineItem now uses 'metadata' for plan_id, and CheckoutRepository retrieves plan_id more efficiently.
  • Orders now include checkout_id, and checkouts include order_id for improved relationship tracking.
  • Updated payment imports to use the correct Payment model.
  • Reorganized payment imports and enhanced order data structure in AbstractPaymentProcessor.
  • Removed CartRepository class to streamline the codebase.
  • Enhanced coupon structure with new fields and relationships.
  • Improved discount attribute preparation and validation for line items in checkout.
  • Refactored Coupon model and removed its factory.
  • Created CouponFactory with enhanced default state and additional states for coupon management.
  • Enhanced coupon functionality with product support and refactored discount handling.
  • Added MercadoPago and Xendit clients for payment processing.
  • Removed is_button field and added global scope for type in Option model.
  • Added SSH_HOST environment variable for remote operations in encoder.
  • Added option to replace existing settings in updateValue method of AppSetting.

Full Changelog: v5.1.5...v6.1.0