Releases: HybirdCorp/creme_crm
Releases · HybirdCorp/creme_crm
2.3.11
2.4.1
2.4.0
2.3.10
2.3.9
2.3.8
2.2.16
2.3.7
Creme CRM 2.3.7
UPGRADE NOTE :
- You should upgrade the minor version of Django 3.2 (3.2.16 or more).
- You should re-generate the media files (creme generatemedia --settings=[...]).
Users side :
In the listview:
- Clearing the search state now works correctly.
- Date search now kept on ordering change and cleared correctly
- The searches on dates are now kept when order changes, and are cleared correctly.
Apps:
-
Persons :
- A style issue with the edition buttons in address bricks has been fixed.
-
Activities :
- In mass-import, the field "My participation" took the owner as "me", which was incorrect.
- A log is made to indicate that a not custom ActivitySubType should be related to a not custom ActivityType. In Creme 2.5 an exception will be raised.
- In the statistics block, a warning message about using 'ngettext()' with a float number has been removed.
- The style of the 'weeks' view of the calendar has been improved.
-
Billing :
- When an entity is created, the default PaymentInformation instance of the source is used when there are several ones.
-
Geolocation :
- Addresses which belong to billing models are now avoided with filter "All Contacts & Organisations", which can improve performances with a lot of addresses. Deleted entities are avoided too.
-
Crudity :
- A bug in the code which delete retrieved emails has been fixed.
-
VCFs :
- The civility could be badly initialised when importing a file.
Developers side :
Non breaking changes :
Apps:
- Activities :
- The calendar code now manages redirection-after-creation like classical actions.
2.3.6
Creme CRM 2.3.6
UPGRADE NOTE :
- You should upgrade the minor version of Django 3.2 (3.2.15 or more).
- You should re-generate the media files (creme generatemedia --settings=[...]).
Users side :
The bulk-update view got several fixes :
- It now accepts selected entities IDs as GET argument ;
it avoids some strange behaviours (form which changes after the first submitting), e.g. Activities' type edition. - The dialog now displays correctly the summary at the end instead of closing.
- A crash when you try to edit a of sub-field has been fixed (it's used by Addresses).
About the visual style :
- The style of the mouse cursor for checkboxes has been fixed.
- The style for disabled jobs (in the related brick) has been improved.
Developers side :
Non breaking changes :
Apps:
- Geolocation :
- A reduced list of towns is available for unit tests.