Skip to content

Commit

Permalink
Release 6.5.43
Browse files Browse the repository at this point in the history
  • Loading branch information
ale-axelor committed Oct 3, 2024
1 parent 39499d3 commit 83a4bc8
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## [6.5.43] (2024-10-03)

### Fixes
#### Account

* Partner blocking: fixed 'blocking partner with late payment' feature which resulted in some processes being stuck.

#### Helpdesk

* Ticket: fixed the french translation of 'Assign to me'.

#### Project

* Project: fixed issue related to contact partner when updating client partner.

## [6.5.42] (2024-09-19)

### Fixes
Expand Down Expand Up @@ -1534,6 +1549,7 @@ Opportunity Status: add label-help on some opportunities status in form
* Opportunity : Remove lead field
* CRM : remove Target and TargetConfiguration from CRM

[6.5.43]: https://github.com/axelor/axelor-open-suite/compare/v6.5.42...v6.5.43
[6.5.42]: https://github.com/axelor/axelor-open-suite/compare/v6.5.41...v6.5.42
[6.5.41]: https://github.com/axelor/axelor-open-suite/compare/v6.5.40...v6.5.41
[6.5.40]: https://github.com/axelor/axelor-open-suite/compare/v6.5.39...v6.5.40
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ buildscript {
maven { url 'https://repository.axelor.com/nexus/public/' }
}
ext.openPlatformVersion = '5.4.22'
ext.appVersion = '6.5.42'
ext.appVersion = '6.5.43'
repositories repos
dependencies {
classpath "com.axelor:axelor-gradle:${openPlatformVersion}"
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ db.default.password = *****
# ~~~~~
application.name = Axelor Open Suite
application.description = Axelor Entreprise Application
application.version = 6.5.42
application.version = 6.5.43
application.author = Axelor

# link to be used with header logo
Expand Down

0 comments on commit 83a4bc8

Please sign in to comment.