Releases

Stay on top of what we are working on and we have released so far.

Saasykit Tenancy
1.0.1
September 4, 2024

Add ReCaptcha check on password reset page - Customer contribution ✨✨


Saasykit
1.8.23
September 4, 2024

Add ReCaptcha check on password reset page - Customer contribution ✨✨


Saasykit Tenancy
1.0.0
September 2, 2024

Introducing SaaSykit Tenancy, a multi-tenant SaaS starter kit (boilerplate) that comes packed with all components required to run a modern SaaS software with multi-tenancy support.



  • Seat-based subscriptions: Define subscription plans with a certain number of seats, and your SaaS users can subscribe to these plans. Once they do, a tenant will be created for them with the number of seats they subscribed to.

  • Flat-rate subscriptions: You can choose to offer your users the ability to have a tenant, invite users, assign roles & permissions, etc without having to subscribe to a plan with a certain number of seats. This is useful if you want to offer a flat-rate subscription plan. You can also limit the number of users that can be invited to a tenant.

  • One-time purchase orders: You can offer your users the ability to purchase one-time products, and once they do, a tenant will be created for them.

  • User Invitations: Tenant admins can invite other users to their tenant, and assign them roles & permissions. Upon invitation, the invited user will receive an email with a link to accept the invitation.

  • Team Management: Tenant admins can manage their team by assigning roles & permissions to team members, and remove them if needed.

  • Roles & Permissions: Define roles & permissions that can be assigned to users in a tenant, those will be available to the tenant admins to assign to their team members.

  • Automatic Billing: Once a user subscribes to a plan, billing will be synced automatically. Billing will be based on the number of seats if they have a seat-based subscription plan, or flat-rate if they have a flat-rate subscription plan.

  • Events: Listen to events that are fired when a user is added to a tenant, removed from a tenant, or invited to a tenant, so you can take actions accordingly.

  • Tenant dashboard: Each tenant has its own dashboard where the tenant admin can manage their team, subscriptions, and more.


Saasykit
1.8.22
August 28, 2024

  • Fix bug related to trial period calculation.


Saasykit
1.8.21
August 28, 2024

  • Fix Paddle payment link.

  • Git rid of unnecessary code.

  • Update libraries.


Saasykit
1.8.20
August 27, 2024

  • Fix bug with login with LinkedIn.

  • Improve db migrations for sqlite driver.

  • Other smaller bug fixes.


Saasykit
1.8.19
August 25, 2024

  • Update composer & npm libraries.

  • Fix PHP Deployer issue with server provisioning (Caddyfile not found).


Saasykit
1.8.18
August 15, 2024

Update libs.


Saasykit
1.8.17
August 10, 2024

Update libraries.


Saasykit
1.8.16
August 5, 2024

Bugfix: Fix subscription display bug with postgres database.


Saasykit
1.8.15
August 3, 2024

Update libraries.


Saasykit
1.8.14
July 29, 2024

  • Bugfix: double triggering of events.

  • Update libraries.


Saasykit
1.8.13
July 27, 2024

  • Query performance improvements.

  • Update libraries.


Saasykit
1.8.12
July 24, 2024

  • Bugfix: fix plan switcher on admin panel.


Saasykit
1.8.11
July 24, 2024

  • Add command to export configs from DB to cache.

  • Add Laravel debug bar for development.

  • Update libraries.


Saasykit
1.8.10
July 21, 2024

  • Update libraries.


Saasykit
1.8.9
July 18, 2024

  • Improve subscription proration behaviour to prorate in advance.

  • Improve admin translations.

  • Bug fixes.


Saasykit
1.8.8
July 15, 2024

  • Update libraries.


Saasykit
1.8.7
July 11, 2024

  • Update libraries.


Saasykit
1.8.6
July 7, 2024

  • Fix bug with roadmap when no description is provided.

  • Improve Order permissions.

  • Update libs


Saasykit
1.8.5
July 3, 2024

  • Remove unneeded route.

  • Update libs.


Saasykit
1.8.4
June 30, 2024

  • Update libraries.


Saasykit
1.8.3
June 26, 2024

  • Update libraries


Saasykit
1.8.2
June 24, 2024

  • Generate sitemap on blog post publish.


Saasykit
1.8.1
June 23, 2024

Update libraries to latest versions.


Saasykit
1.8.0
June 18, 2024

  • Add Resend email provider integration - SaaSykit customer contribution 🚀


Saasykit
1.7.3
June 16, 2024

  • Use latest open graphy library version to fix rendering via web server on ubuntu arm systems.

  • Improve the deletion process of products that can be deleted (never ordered).


Saasykit
1.7.2
June 15, 2024

Update libraries.


Saasykit
1.7.1
June 10, 2024

Add order status filters on user dashboard - SaaSykit Customer Contribution ✨✨


Saasykit
1.7.0
June 8, 2024

Add support for invoice generation.