Releases: openfun/richie
Releases · openfun/richie
v2.33.0
v2.32.0
v2.31.0
Added
- Grid options for the Section plugin
- Make user waive its right of withdrawal when purchasing
a course product relation withis_withdrawable
set tofalse
Changed
- Changed
multiple-columns
CSS component so its columns include a padding - Changed
CKEditorPlugin
for new fieldvariant
to choose a variant style; - Customize withdrawal waiver checkbox messages according to the product type
v2.30.0
Added
- Added new 'large-banner' plugin template variant
compacted-banner
that
is more compacted than varianthero-intro
. - Add order payment information in the dashboard, including a specific
interface displayed on failed installment in order to retry the payment. - Display Payment Schedule into SaleTunnel
- Add OrderHelper allowEnrollment
- Add link to the course syllabus in an enrollment item
in the learner dashboard - Add
PaymentScheduleHelper
utils - Display installment information on certificate product blocks
Changed
- Remove News subheader in blogpost detail page
- Update Learner dashboard to finalize subscription process
- SaleTunnel has been fully rework to comply with the purchase workflow
- Replace order abort mutation by order cancel mutation
Fixed
- Fix logic to know if user is enrolled to a ongoing product
- Normalize credit card brand on CreditCardBrandLogo component
v2.29.2
v2.29.1
v2.29.0
Added
- On self-paced courses with single run display a simplified
version of the syllabus.
Changed
- Improve lyra error catching management
Fixed
- Fix LyraPopIn critical error
- Fix typo in page-admin autocomplete url path
- Fix course enrollment count shouldn't include the hidden runs.
- Fix RDFa errors on Google Search Console
- fix npm development version generated by setuptools_scm
Removed
- csrftoken in richie context
v2.28.1
v2.28.0
Changed
- Disable button to sign a contract in learner dashboard
if the order is not validated
Fixed
- useDateFormat did not return undefined with null values
- PurchaseButton instantiated a hook conditionnaly
- Make UserHelper manages OpenEdxProfile object to extract name
- Do not display unpublished children categories in the public
category detail page
Added
- Load React JS bundles from CDN on all pages
v2.27.0
Added
- Add
SaleTunnelNotValidated
step intoSaleTunnel
- Add WarningIcon component
Changed
- Improve Lyra error management to abort payment properly
Fixed
- Use CB logo as fallback if credit card is unknown
- Put CunninghamProvider at root level
- Resubmit order on payment failure
- Render course run resource link with button look'n feel when it does not match
a LMS Backend - Manage display of CourseRun dates when end date and/or enrollment date are
undefined