Skip to content

Commit 12fe87b

Browse files
committed
chore(release): Bumped to Version 15.18.0
# [15.18.0](v15.17.0...v15.18.0) (2024-04-17) ### Bug Fixes * Action label ([41cd398](41cd398)) * clear message log before showing bulk action status ([af6397b](af6397b)) * fetch only unpaid advances ([3434847](3434847)) * formview header, layout and scroll ([3bb02ce](3bb02ce)) * merge conflicts ([bc2e1cc](bc2e1cc)) * **PWA:** handle password expiry during login ([ca13961](ca13961)) * **PWA:** show last 10 requests by posting date irrespective of type (leave/claim) (backport [#1659](#1659)) ([#1660](#1660)) ([237ff3c](237ff3c)) * Select rows label ([e5384aa](e5384aa)) ### Features * add branch, department, and defualt shift columns ([2657c0f](2657c0f)) * add bulk_assign_shift api ([d16bd31](d16bd31)) * add datatable columns for Process Requests action ([af87bd8](af87bd8)) * add employees datatable ([5cbd4aa](5cbd4aa)) * add field descriptions ([6669eea](6669eea)) * add get_employees api ([bdbc7c3](bdbc7c3)) * add get_shift_requests api ([422f6b5](422f6b5)) * add setting to enable employee checkin for mobile app (backport [#1569](#1569)) ([#1651](#1651)) ([be0b167](be0b167)) * add Shift Assignment Tool button to Shift Assignment List View and Shift Type Form View ([26ed602](26ed602)) * add Shift Assignment Tool to Shift & Attendance workspace ([a18f3d8](a18f3d8)) * add Shift Assignment Tool to Shift Type and Shift Request List View ([2a1c973](2a1c973)) * add shift request date filter descriptions ([a290343](a290343)) * add Shift Request processing functionality ([2c7cfbd](2c7cfbd)) * add status notification ([d038039](d038039)) * add status notification for request processing ([b41b129](b41b129)) * create Shift Assignment Tool DocType ([1b206c6](1b206c6)) * don't exclude conflicting shifts for status Inactive ([2fd4cfc](2fd4cfc)) * **Leave Control Panel:** add confirmation dialog ([0f708ac](0f708ac)) * **Leave Control Panel:** show table for success message ([63f35b3](63f35b3)) * show Request status in bold ([77194ab](77194ab)) * show success notification in the form of a table ([3b2cb55](3b2cb55)) * validate missing fields on client side ([5d2c822](5d2c822)) * validate row selection on client side ([0d28853](0d28853)) * validate start end date ([bb47113](bb47113)) ### Performance Improvements * better querying ([78f06ca](78f06ca))
1 parent 1c9c489 commit 12fe87b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hrms/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import frappe
22

3-
__version__ = "15.17.0"
3+
__version__ = "15.18.0"
44

55

66
def refetch_resource(cache_key: str | list, user=None):

0 commit comments

Comments
 (0)