Skip to content

Releases: oroinc/crm-application

Release Notes

04 Sep 11:12
Compare
Choose a tag to compare

List of new features and improvements

Platform and OroCRM:

  • Support of synchronous operations with batch API. Allows developers to execute batch operations in a synchronous manner, ensuring that the API call returns once the entire batch operation is complete. Batch processing is still based on multiple consumers attached to the message queue [BAP-22589]
  • Upgrade jQuery to the 3.7.1 version [BAP-22607]
  • Disable Symfony fragments support for all applications [BAP-22196]
  • Upgrade symfony/validator and symfony/serializer to 6.4.7 [BAP-22602]
  • Improve Contact us form. The admins can now enable integration with Cloudflare Turnstile, hCaptcha or Google ReCaptcha on the "Contact Us" form to reduce the number of spam form submissions [BAP-22628]
  • Do not require writable public/media folder during install/upgrade when gridfs configured to mongodb [BAP-22655]
  • Make fuzzy search prefix length configurable via system configuration. A new configuration option “Prefix Length” has been added to the “Fuzzy Search” in BackOffice [BAP-22700]

List of fixed issues

Platform and OroCRM:

  • fos:js-routing:dump command may produce empty or incorrect files saved in cache which results in JS errors on storefront [BAP-22667]
  • Application update command fails on loading email templates with special characters [BAP-22677]
  • Incorrect template condition for operation button icon size [BAP-22678]
  • Narrow expected parameter type in PriceListRelationMessageFilter may prevent price recalculation with custom product import [BAP-22696]
  • oro:install command fails on timeout when executed with non-default localization parameters [BAP-22711]
  • Cache_metadata.yml file is not processed in apps with bundle-less architecture [BAP-22717]
  • Backward incompatible changes in TaxManager and TaxValueManager classes in version 6.0.2,The classes interface was restored to the original state [BAP-22720]

Release Notes

11 Jul 10:06
Compare
Choose a tag to compare

List of new features and improvements

Platform and OroCRM:

  • OpenAPI specifications management, Added ability to generate OpenAPI specifications from the Back-office UI [BAP-22539]
  • Enable Batch API for Task entity [BAP-22466]
  • Add optional Server URLs to OpenAPI specification management [BAP-22624]
  • Enable Batch API for Call entity [BAP-22640]
  • Update user documentation for API filters [BAP-22642]
  • Update CS tooling to support new PHP features (e.g. readonly classes) [BAP-22645]

List of fixed issues

Platform and OroCRM:

  • Not possible to use Year, Month, Day and Day of year column functions in reports [BAP-20370]
  • ORO CE version DE/FR localization doesn't have EU currency and prices [BAP-21976]
  • Errors on back-office entity view pages after adding multi-image field to File entity [BAP-22501]
  • Wrong query is validated on segment creation [BAP-22535]
  • Order related demo data fixtures are very slow [BAP-22543]
  • Datagrid totals extension does not work with conditional SELECTs [BAP-22552]
  • Email notifications to Owner > Business Units do not work [BAP-22562]
  • Export template doesn't use proper job to prepare template because of wrong parameter name [BAP-22580]
  • Customer user password reset emails are always sent from and contain links to default website domain [BAP-22585]
  • GET /admin/api/emailcontext has empty "details" after customer user is deleted for an order [BAP-22586]
  • ActivityListener incorrectly interferes in updating and deletion of some entities [BAP-22591]
  • Update TinyMCE version [BAP-22637]
  • X-HTTP-Method-Override request header does not work in API [BAP-22671]
  • MailChimp integrations generates excessive log records during normal operation [CRM-9420]
  • MailChimp integrations incorrectly handles missing MemberActivity fields on import [CRM-9421]

Release Notes

10 Jul 15:49
Compare
Choose a tag to compare

List of new features and improvements

Platform and OroCRM:

  • OpenAPI specifications management. Added ability to generate OpenAPI specifications from the Back-office UI [BAP-22539]
  • Added optional Server URLs to OpenAPI specification management [BAP-22624]

List of fixed issues

Platform and OroCRM:

  • Not possible to use Year, Month, Day and Day of year column functions in reports [BAP-20370]
  • Out of memory/out of disk space errors when exporting large portions of data [BAP-22181]
  • Errors on back-office entity view pages after adding multi-image field to File entity [BAP-22501]
  • Wrong query is validated on segment creation [BAP-22535]
  • Datagrid totals extension does not work with conditional SELECTs [BAP-22552]
  • Email notifications to Owner > Business Units do not work [BAP-22562]
  • Export template doesn't use proper job to prepare template because of wrong parameter name [BAP-22580]
  • Customer user password reset emails are always sent from and contain links to default website domain [BAP-22585]
  • GET /admin/api/emailcontext has empty "details" after customer user is deleted for an order [BAP-22586]
  • ActivityListener incorrectly interferes in updating and deletion of some entities [BAP-22591]
  • Update TinyMCE version [BAP-22637]
  • X-HTTP-Method-Override request header does not work in API [BAP-22671]
  • MailChimp integrations generates excessive log records during normal operation [CRM-9420]
  • MailChimp integrations incorrectly handles missing MemberActivity fields on import [CRM-9421]

Release Notes

20 May 13:16
Compare
Choose a tag to compare

List of new features and improvements

Platform and OroCRM:

  • OpenAPI Specification for application JSON.API Added CLI for OpenAPI specification generation. [BAP-20588]
  • Add ability to turn off multi-host operation via environment configuration [BAP-22465]
  • Add support of Gedmo translatable entities in API [BAP-22605]
  • Allow filtering and sorting by "priority" field for "enum" entities APIs [BAP-22553]

List of fixed issues

Platform and OroCRM:

  • Share entity form submission is not properly validated [BAP-18972]
  • Not possible to use Year, Month, Day and Day of year column functions in reports [BAP-20370]
  • Workflow form transitions do not work in global organization [BAP-22277]
  • AttachmentBundle\ProcessorHelper::librariesExists is called on every request [BAP-22500]
  • User agent strings longer than 255 chars cause error on login_attempt save [BAP-22504]
  • GrapeJS is not loading in default_50 and default_51 themes [hBAP-22534]
  • Fix application crash after update to symfony/property-access v6.4.6 [BAP-22546]
  • ACL cache size does not decrease after users log out [BAP-22547]
  • Failed ChangeTranslationKeyUniqueIndex migration while platform update command is running [BAP-22561]
  • Failed UpdateDataActivityScopeShowOnPageValues migration while platform update command is running [BAP-22563]
  • Workflow transition and field ACL permissions disappear after updating user role in global organization [BAP-22581]

Release Notes

16 May 14:32
Compare
Choose a tag to compare

List of new features and improvements

Platform and OroCRM:

  • OpenAPI Specification for application JSON.API Added CLI for OpenAPI specification generation. [BAP-20588]
  • Improve performance of message queue jobs retrieval [BAP-22263]
  • Update UPS countries and service codes [BAP-22449]
  • Warm up validation metadata cache for entities [BAP-22467]
  • Reformat automatically added note for read-only API fields [BAP-22511]
  • Add support of Gedmo translatable entities in API [BAP-22605]

List of fixed issues

Platform and OroCRM:

  • LoadDataFixturesCommand ignores --no-ansi option [BAP-22066]
  • Share entity form submission is not properly validated [BAP-18972]
  • Not possible to use Year, Month, Day and Day of year column functions in reports [BAP-20370]
  • Error during oro.email.recalculate_email_visibility when EmailUser organization is null [BAP-21540]
  • Message consumer memory usage is growing with every execution of oro:cron [BAP-22147]
  • Multi-org issue. Select organization page is unexpectedly shown [BAP-22221]
  • Sales territory filter is automatically added to non-related datagrids in back-office [BAP-22249]
  • Workflow form transitions do not work in global organization [BAP-22277]
  • Read only FS cache issues [BAP-22338]
  • Fatal error in consumer when exporting a deleted report [BAP-22415]
  • LimitsExtensionsCommandTrait is incompatible with latest Symfony 5.4 [BAP-22458]
  • Can no longer create new calendar events (through /calendar/events/create) [BAP-22480]
  • Properties with unconventionally named getters cannot be reached by PropertyAccessor [BAP-22495]
  • Recognize short data type names in API configs [BAP-22502]
  • Fix Invalid regex for range data types in API [BAP-22503]
  • User agent strings longer than 255 chars cause error on login_attempt save [BAP-22504]
  • Charts in reports do not allow to use money type fields on Y-axis [BAP-22505]
  • Workflow transition and field ACL permissions disappear after updating user role in global organization [BAP-22581]
  • Chart in custom report does not recognize digit separator [CRM-9417]

OroCRM 6.0 LTS version is now available

17 Apr 05:28
Compare
Choose a tag to compare

Release Notes

29 Feb 12:58
Compare
Choose a tag to compare

List of new features and improvements

Platform and OroCRM:

  • Reduce memory usage by "oro:api:doc:cache:clear" command [BAP-22448]
  • Improve performance of API processor iterator [BAP-22439]
  • Make "share" feature configurable with feature toggle [BAP-22354]

List of fixed issues

Platform and OroCRM:

  • Fix configuration of applicable cache for API processors [BAP-22453]
  • Fix Oro Maker bundle compatibility with Symfony 6. Implemented oro/maker compatibility with Symfony 6 [BAP-22408]
  • Error when sending email "undefined variable $data[BAP-22403]
  • Threaded emails are not shown as threaded once sent in different consequence [BAP-22309]
  • WSSE nonce may be not unique [BAP-19546]
  • Wrong query type for testing Dotdigital integration [BAP-19137]
  • Charts in custom reports do not show any data [CRM-9390]
  • Guests users do not receive calendar event email reminders [CRM-8145]

Release Notes

30 Jan 13:41
Compare
Choose a tag to compare

List of new features and improvements

Platform and OroCRM:

  • Create a migration query to simplify loading of enum values [BAP-22380]
  • Create traits to inject extensions into migrations [BAP-22377]
  • Extend entitystructures API response with relation type name [BAP-22350]

List of fixed issues

Platform and OroCRM:

  • Remove dependency on LoadTaskStatus for demo data fixtures [BAP-22398]
  • MoveEntityConfigFieldValueQuery migration does not work for fields [BAP-22364]
  • Incorrect attachments processing [BAP-22359]
  • System cache in API is warmed up on "Configuration Save" UI action [BAP-22351]
  • Load oro:cron:multi-host:operations:check-stale definition even when multi_host_operation_directory parameter is absent [BAP-22331]
  • Email template editor shows localization titles instead of localization names on editor tabs. The existing OroCommerce customers can enable localization names in the email template editor tabs by switching on the "Use Localization Names in Email Template Editor" system configuration option [BAP-22316]
  • Product export triggers errors when 'importexport' 'header' config value is set to 'null' by external integration [BAP-22262]
  • oro:cron:definitions:load command deletes scheduled workflow cron triggers [BAP-22261]
  • Slow authorization ACL requests [BAP-22193]
  • Datagrid filter by workflow step does not work [BAP-22166]
  • Target option specified in navigation.yml is not displayed properly in back-office menu editor [BAP-21971]
  • Mailchimp sync fails when the same email address is synced to different audiences [CRM-9416]

Release Notes

19 Dec 11:54
Compare
Choose a tag to compare

List of new features and improvements

Platform and OroCRM:

  • OAuth Code Grant + PKCE Authentication. With PKCE extension for OAuth developers can use Authorization Code Flow with public clients that can't store client secret (native mobile apps, single-page applications). [BAP-22241]
  • Eliminate additional pinbar request when user navigates backoffice [BAP-21894]
  • Differentiate system-wide product family and brand names in multi-org setup [BAP-22225]
  • Email API: allow to filter emails by several message IDs [BAP-22303]
  • Update JS dependencies for maintenance branches [BAP-22315]
  • Upgrade Symfony to 5.4.31 [BAP-22321]
  • HTTP caching of resized user avatars [BAP-22339]
  • Avoid extra request for datagrid filters data when grid has dictionary filters [BAP-22340]

List of fixed issues

Platform and OroCRM:

  • Country filter in sales lead grid does not work after enabling it [CRM-9208]
  • SQL query for attribute information retrieval may be slow [BAP-22227]
  • Invalid access level for demo customer user roles in global organization [BAP-22307]
  • "oro:cron:platform:materialized-view:remove-orphans" command is not loaded into cron schedule [BAP-22348]

Release Notes

09 Nov 11:23
Compare
Choose a tag to compare

List of new features and improvements

Platform and OroCRM:

  • Backoffice Configuration API. New back-office API that provides read access to various system configuration option values. [BAP-21826]
  • Aggregated Context for Email Threads. Contexts from all emails in the thread aggregated in one collection on the tread view in back-office and email API. [BAP-22197]
  • Allow Configuring OAuth 2 public and private keys location using environment variables [BAP-22278]
  • Check requirements for the application test environment [BAP-22199]
  • Prevent parameter name randomization in SubQueryLimitHelper to allow caching [BAP-21887]

List of fixed issues

Platform and OroCRM:

  • RemoveSalesFunnelData migration is not executed upgrading from >=5.0.11 to 5.1.x [CRM-9411]
  • Layout expressions does not support double quote wrapping [BAP-22015]
  • Possible cyclic relationship errors building business unit owner tree [BAP-22052]
  • Filtering ID Alerts causes error exception [BAP-22092]
  • Cannot add Office 365 system mailbox with "Convert to Lead" email processing type [BAP-22139]
  • Wrong condition in SerializedDataMigrationQuery::getEntities may produce errors during installation [BAP-22207]
  • DataUpdateTopicSender is running slow. Application login took additional time when the websocket server was enabled [BAP-22234]
  • Categories for “stackedbar" charts in OroFusionChartsBundle break chart rendering [BAP-22255]