jetpack-crm

[READ ONLY] This repository is a mirror. For issue tracking and development, go here: https://github.com/automattic/jetpack

Stars
5

Bot releases are hidden (Show)

jetpack-crm - 5.5.4-alpha

Published by coder-karen over 1 year ago

[5.5.4-alpha] - 2023-02-15

Added

  • CRM: add the necessary migration to move all files that were inside the zbscrm-store folder with a flat structure to the new jpcrm-storage folder that uses a hierarchical structure. [#28350]
  • CRM: copy tests from old repo. [#28354]

Changed

  • CRM: add Webpack build step. [#28578]
  • CRM: change variable declarations back to var. [#28872]
  • CRM: export vars that are referenced via window. [#28897]

Fixed

  • CRM: Client Portal bug that prevented access from being disabled using the contact page was fixed. [#28675]
  • CRM: add a missing < which prevented a tag from being opened. [#28834]
  • CRM: add a JS function to a list of exports so that it can be called outside the bundle it was declared in. [#28827]
  • CRM: add exports to functions called externally, in all JS fiiles where it is needed. [#28860]
  • CRM: allow custom profile pictures to be shown in the dashboard. [#28802]
  • CRM: escape an invoice ID in ZeroBSCRM.admin.invoicebuilder.js. [#28830]
  • CRM: fix avatar getting removed when saving a contact. [#28829]
  • CRM: fix a contact field issue when a Woo order subscription is updated. [#28800]
  • CRM: fix escape in contact list filters. [#28836]
  • CRM:fix minor admin only issue on placeholder fields. [#28811]
  • CRM: fix issue where exporting contacts shows "County" when it should show "State". [#28868]
  • CRM: fix the escape used in the "Bundle holder" notification when uploading files to a contact. [#28831]
  • CRM: fix numeric fields, date fields, and textareas in the Client Portal. [#28796]