Skip to content

Commit

Permalink
chore(release): Bumped to Version 14.4.0
Browse files Browse the repository at this point in the history
# [14.4.0](v14.3.3...v14.4.0) (2024-11-14)

### Bug Fixes

* **Address/Contact:** validate perms on link removal (LAN-855) ([e8ac01d](e8ac01d))
* contact box width (LAN-860) ([33d108d](33d108d))
* **Customer:** remove write perms for LANDA Local Organization Management ([9b0aad4](9b0aad4))
* **LANDA Member:** delete single record without password (LAN-848) ([a216755](a216755))
* **Payment Entry:** soft-break and ellipsis ([0dd42c0](0dd42c0))
* **Payment Entry:** use max-width instead of width ([b6d7f79](b6d7f79))
* respect ignore_permission flag ([a7e3405](a7e3405))

### Features

* **LANDA Member:** bulk delete with password (LAN-848) ([b7fc1ce](b7fc1ce))
  • Loading branch information
alyf-linus committed Nov 14, 2024
1 parent 0dd42c0 commit f9e973c
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.3.3"
__version__ = "14.4.0"


@frappe.whitelist(allow_guest=True)
Expand Down

0 comments on commit f9e973c

Please sign in to comment.