Skip to content

Commit

Permalink
chore(release): Bumped to Version 14.46.0
Browse files Browse the repository at this point in the history
# [14.46.0](v14.45.0...v14.46.0) (2023-08-22)

### Bug Fixes

* autoincr caching and clear site cache after restore ([#22079](#22079)) ([#22087](#22087)) ([af6393f](af6393f))
* button styling in quill ([#22069](#22069)) ([bc764aa](bc764aa))
* disallow unsafe attrs in jinja ([acbfb2a](acbfb2a))
* do not allow to create dashbaord chart, number card if doesn't have access ([4ebb841](4ebb841))
* don't enqueue sendmail jobs ([#22154](#22154)) ([ee2bb42](ee2bb42))
* **DX:** hide irrelevant sections in DocType if it's a child table (backport [#22053](#22053)) ([#22065](#22065)) ([2c8e4a6](2c8e4a6))
* file permissions (backport [#20877](#20877)) ([#21503](#21503)) ([f38b6a0](f38b6a0))
* hide "Edit" text on md viewport ([73a1b00](73a1b00))
* hide or show button to load more ([c2f20f7](c2f20f7))
* incorrect doctype map key in cache ([a01c362](a01c362))
* **minor:** grid row layout on small viewport ([9ad35d3](9ad35d3))
* rate limit for all HTTP methods ([#21929](#21929)) ([04cf5a6](04cf5a6))
* set correct document label in case `doc` is of type `str` ([8d3e4fb](8d3e4fb))
* translation of buttons in the Form tour ([#22055](#22055)) ([e680b2c](e680b2c))
* **UX:** Provision to ignore prepared report via route options ([#22077](#22077)) ([6bac8a8](6bac8a8))

### Features

* rearranging standard fields in customize form (backport [#19822](#19822), [#20168](#20168)) ([#22120](#22120)) ([060c4a7](060c4a7))

### Performance Improvements

* set lower priority for background processes ([#21841](#21841)) ([#22027](#22027)) ([f39bc79](f39bc79))

### Reverts

* Revert "fix(Contact): use existing full name" (#22119) ([c394053](c394053)), closes [#22119](#22119)
  • Loading branch information
frappe-bot committed Aug 22, 2023
1 parent 0177065 commit fa7cb11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frappe/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
)
from .utils.lazy_loader import lazy_import

__version__ = "14.45.0"
__version__ = "14.46.0"
__title__ = "Frappe Framework"

controllers = {}
Expand Down

0 comments on commit fa7cb11

Please sign in to comment.