Skip to content

Commit

Permalink
chore(release): Bumped to Version 15.11.0
Browse files Browse the repository at this point in the history
# [15.11.0](v15.10.0...v15.11.0) (2024-02-06)

### Bug Fixes

* "is_query_report" check for Vehicle Expenses Report (backport [#1383](#1383)) ([#1388](#1388)) ([bee2c3c](bee2c3c))
* accounts validation ([5d1d030](5d1d030))
* employee advance option added to payment entry ([#1380](#1380)) ([b51df74](b51df74))
* **Leave Type:** translatability of tour step (backport [#1371](#1371)) ([#1373](#1373)) ([3fa14df](3fa14df))
* reset old code field values on update for better readability in the doctype form ([79f4616](79f4616))
* sanitize condition and formulae expressions before validation ([f17608f](f17608f))
* sanitize structure fields + reset fields on `on_update` for readability ([f626c4e](f626c4e))
* save formula/condition changes in version ([26f6b75](26f6b75))
* separate tab for HR and Payroll in company ([b9018d9](b9018d9))
* **Shift Attendance:** conversion of datetime to time for same date for None values (backport [#1345](#1345)) ([#1391](#1391)) ([d202c16](d202c16))
* update only submitted salary structures ([3870a0e](3870a0e))

### Features

* add autocompletion to code fields ([3fed929](3fed929))
* add autocompletions for Salary Structure and Salary Slip fields ([4956792](4956792))
* add employee field autocompletions ([f86b484](f86b484))
* add option to sync formula and condition for existing structures ([076f23f](076f23f))
* add Salary Structure Assignment to autocompletions ([d0dca02](d0dca02))
* add success toast ([cd8ac08](cd8ac08))
* add syntax highlighting to code fields ([160d9cb](160d9cb))
* add warning for unset accounts on insert ([8c55170](8c55170))
* increase base/variable weight in autocompletions ([7199511](7199511))
* **Salary Structure:** add syntax highlighting ([37641a6](37641a6))
* setup autocompletions for salary structure fields ([bd2d3de](bd2d3de))
* show alert in case of no Salary Structures to be updated ([7a54e4e](7a54e4e))
* show Salary Structures to be updated in confirm dialog ([bf96267](bf96267))
* use form links for structures in confirm dialog ([907eb93](907eb93))
  • Loading branch information
frappe-bot committed Feb 6, 2024
1 parent ecbb8ad commit f1a0b09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hrms/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import frappe

__version__ = "15.10.0"
__version__ = "15.11.0"


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

0 comments on commit f1a0b09

Please sign in to comment.