Version 1.x Release Notes
Version v.1.0.1
| Released | 2023-10-19 2000H |
| Scheduled Release | 2023-10-19 |
| Tag | 1.0.1 |
| Pull Request | PR#36 |
| Clickup Tasks |
https://app.clickup.com/t/865d89qdc
|
New
Fixed
- Fixed errors in SubscriptionDataService:
- Returned 0 for quantity of student when there is no active subscription.
- Fixed errors on "Active Subscription" side panel of admin school show page:
- Displayed "N/A" on "Next Billing" when no active subscription is found.
- Displayed "N/A" on "Last Billing" when no active subscription is found.
Changed
Deprecated
Version v.1.0.0
| Released | 2023-10-17 1730H |
| Scheduled Release | 2023-10-17 |
| Tag | 1.0.0 |
| Pull Request | PR#34,35 |
| Clickup Tasks |
https://app.clickup.com/t/865d791dn |
New
- Added new "schools" table columns:
- "is_paid" - Boolean, default false
- "service_key" - String, default "trial"
- Added "request_direction" column to "api_logs" table. This identifies whether request is incoming or outgoing.
- Added "Is Paid" and "Service Key" fields in admin school index page, index filter, and show page.
- Added "Service Key" field to admin school edit form.
- Added active_students_count column to the "schools" table.
- Added "active_students_count" parameter to the permitted parameters of school API.
Fixed
Changed
- Updated school show page to display active students count.
- Create logs for all requests made by
GradoApiService. - Send Grado API request to update school key when updated thru admin school edit page.
- Defined values for
school.service_keyin School model class.
Deprecated
Thank you for reading the release notes you geek! You have reached the end of the page.