SaasRock 0.9.5 — Affiliates with Rewardful, and Credit Management
SaasRock 0.9.5 adds many things: Rewardful integration (Affiliates & Referrals), Credit Management, Pricing improvements, New front account pages, track Events, and a Feedback modal.
⭐ Affiliates using Rewardful
Read this article to learn how to install Rewardful in your app.
⭐ Credits Management
Track how your users are using their credits:
Explain the credit system on the pricing page:
⭐ Pricing Improvements
Added the following properties for your One-time payment plans:
- Has Quantity
- Can Buy Again
And for Plan features, there’s a new Accumulate Features property.
⭐ New Front Account Pages
You may want to allow your users to use your application without having to go inside /app/:tenant (similar to my 365mvps app).
New user settings page at /settings:
New user subscription page at /settings/subscription:
The bad news is there is no dark mode support for these new pages.
To enable these pages, go to your appConfiguration
file and change the tenantHome
to "/":
⭐ Track Events (Enterprise-only)
Change your buttons and Links to ButtonEvent to see how your users are interacting with your pages:
And analyze what you should do to improve conversions:
⭐ Feedback Modal
Ask your users for feedback:
And analyze suggestions in the admin portal:
🔨 Resolved Issues
You can see the roadmap here.
- ✅ #344: 🔨 Added Entity RowValue createdAt and updatedAt
- ✅ #343: 🔨 Skip Entity Row delete permission to check if SuperUser
- ✅ #346: 🔨 Fix custom tenant properties (not updating values)
- ✅ #345: 🔨 Fixed API Logs status color with ApiCallStatusBadge
- ✅ #349: 🔨 Subscription cache issue
- ✅ #347: 🔨 Pricing package reset or accumulate features
- ✅ #348: 🔨 Settings > Subscription : incorrect currency
- ✅ #350: 🔨 What’s wrong with the API reset?
- ✅ 🔨 Bulk delete selected plans (with no subscriptions)
- ✅ 🔨 Knowledge Base: Fix save article image & fix search bar navigation issues