Skip to content

v5.0.1

Compare
Choose a tag to compare
@Gnito Gnito released this 30 Apr 10:31
· 496 commits to main since this release
ff6a6b6

Changes v5.0.1

  • [fix] Fix: currentUser was not passed to billing details, which resulted email address missing on
    Stripe side. #377
  • [fix] currentUserHasListings info. This is an old bug that emerged when we introduced draft status
    to listing. The fetched listing might not be a published one but a draft listing. The ownListings
    API endpoint is not queryable to get only published listings but luckily we have introduced
    authorId filter to listings end point later on.
    #376
  • [add] Update translations for de.json, es.json, and fr.json.
    #374
  • [change] Update one copy text. #373
  • [change] EditListingDetailsForm: pass categoryLevel as argument to translations.
    #372
  • [fix] Fix: when changing categories, clear previously saved ones
    #371
  • [fix] util/search.js: fix pickInitialValuesForFieldSelectTree.
    #369

Translation changes

Changed translations

  • A new argument categoryLevel is passed for category input field
  • Gif is not mentioned as it caused confusion. Animated gifs are not supported by the service we use for generating responsive images.
  "EditListingDetailsForm.categoryLabel": "{categoryLevel, select, categoryLevel1 {Category} other {Subcategory}}",
  "EditListingDetailsForm.categoryPlaceholder": "{categoryLevel, select, categoryLevel1 {Select category} other {Select subcategory}}",
  "EditListingDetailsForm.categoryRequired": "{categoryLevel, select, categoryLevel1 {You need to select a category.} other {You need to select a subcategory.}}",
  "EditListingPhotosForm.imageTypes": ".JPG or .PNG. Max. 20 MB",
  "ProfileSettingsForm.fileInfo": ".JPG or .PNG. Max. 20 MB",

Deleted translation keys

  "EditListingDetailsForm.subCategoryLabel": "Subcategory",