Skip to content

Commit

Permalink
chore(release): Bumped to Version 14.2.0
Browse files Browse the repository at this point in the history
# [14.2.0](v14.1.0...v14.2.0) (2024-09-04)

### Bug Fixes

* delete users that were never activated (LAN-847) ([e8efee1](e8efee1))
* export country in Magazine Address List (LAN-853) ([d4ee722](d4ee722))
* **Statement of Fees and Payments:** billing address in print (LAN-844) ([8dc4229](8dc4229))
* **Statement of Fees and Payments:** error message (LAN-844) ([35c29b2](35c29b2))
* **Statement of Fees and Payments:** order payments by date (LAN-844) ([38b54ad](38b54ad))
* **Statement of Fees and Payments:** rate calculation (LAN-844) ([63fb6e2](63fb6e2))
* translation of Company Address ([05a423a](05a423a))

### Features

* add some safeguards to user deletion (LAN-847) ([67f93b5](67f93b5))
* add Stmt of Fees and Payments to workspace (LAN-844) ([2dfbde3](2dfbde3))
* add Year of Settlement to list filters (LAN-851) ([e321738](e321738))
* auto-delete users that have been inactive for 18 months ([089dd5b](089dd5b))
* Beitragsabrechnung (LAN-844) ([#267](#267)) ([09efe4a](09efe4a))
* rename Customer Address to Billing Address ([e6be261](e6be261))
* **Sales Invoice:** show outstanding in list (LAN-846) ([ba32b70](ba32b70))
* shorten ID in list (SO, SI, DN) ([a8e8783](a8e8783))
* **Statement of Fees and Payments:** add Posting Date (LAN-844) ([1ddd797](1ddd797))
* **Statement of Fees and Payments:** link Organization (LAN-844) ([afc29c1](afc29c1))
* **Statement of Fees and Payments:** naming series (LAN-844) ([39177ed](39177ed))
* **Statement of Fees and Payments:** prevent duplicates (LAN-844) ([252834c](252834c))
* **Statement of Fees and Payments:** print format (LAN-844) ([5d85504](5d85504))
* **Statement of Fees and Payments:** role permissions (LAN-844) ([5cd1ab9](5cd1ab9))
* use Year Of Settlement for naming (LAN-852) ([69dbbc8](69dbbc8))
  • Loading branch information
alyf-linus committed Sep 4, 2024
1 parent e29d0c2 commit 920b420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion landa/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import frappe

__version__ = "14.1.0"
__version__ = "14.2.0"


@frappe.whitelist(allow_guest=True)
Expand Down

0 comments on commit 920b420

Please sign in to comment.