Releases: edly-io/ecommerce
Releases · edly-io/ecommerce
edly-2.2.0
- Add GTM Integration
- Fixes tuple type error for Subscriptions API
- Remove
IsAuthenticated
permission class from the Subscriptions list API.
edly-2.1.0
- Add partner sku in response data and a subscription active filter
edly-2.0.0
- Adds subscription app/API and corresponding UI
- Edly’s Access Middleware - Allow Staff Users to Access Sites
edly-1.0.3
- EDX Ecommerce Arabic Language Translations Update
edly-1.0.2
- Add platform name in email context from configuration helper
- Update settings override middleware to extend current list settings
- Fix Non-Ascii character issue
- Updated language options
edly-1.0.1
- Add permission class to products view
- Add
IsAdminOrCourseCreator
permission class
edly-1.0.0
Add multi-sites functionality with following changes:
- Remove cache from dynamic_theme_context and edly_app_context
- Apply branding and theming on Order confirmation Email
- Layout broken when coupon form has error
- Update logout url check logic
- Add check to find if response is string then convert it as list
- Use current request url to logout from current site & redirect to requested site
- Hitting red site url while signed in on blue site leads to logout url of red site
- Update email configuration from yaml file
- Add StaffAndCourseCreatorOnly mixin and relevant helper methods/tests
- Fix: Loggedin cookie not deleted when user loggedout via middleware
- Redirect blue site user to red site's login page
- Adds middleware to restrict access of unauthorised user to current site
- Hide non edly cloud options from ECOMMERCE
- Add django settings override middleware
- Add validation to check user belongs to linked LMS
- Fix edly app context processor tests
- Add validation that ECOM admin can create courses and coupons related to current site only
- Update email configuration from yaml file
3.1.0
- Set default values for dynamic branding of clients for E-Commerce
3.0.0
- Ironwood.master changes (Upgrade Django to 1.11.29)
2.1.0
- Update context processor to handle dash in font-path
- Improve name of siteconfiguration model field to
edly_client_theme_branding_settings
- Add dynamic theme settings in context processor