Skip to content

Commit

Permalink
chore(release): Bumped to Version 13.50.0
Browse files Browse the repository at this point in the history
# [13.50.0](v13.49.3...v13.50.0) (2023-02-28)

### Bug Fixes

* german translations (backport [#17663](#17663)) ([#20114](#20114)) ([1a38314](1a38314))
* hide invalid filters for 'HTML Editor' and 'Markdown Editor' ([#20119](#20119)) ([#20127](#20127)) ([1c69d43](1c69d43))
* prevent overwriting of the warnings by PyPDF2 ([#20170](#20170)) ([dca7c38](dca7c38))
* raise_exception=False for has_permission in filter_allowed_users ([#20113](#20113)) ([#20122](#20122)) ([23137f2](23137f2))
* Reload frm doc doc_update trigger to avoid timestamp conflict ([df4d3a2](df4d3a2))
* support for different delimiter for timeline email linking (backport [#19751](#19751)) ([#20154](#20154)) ([ea78695](ea78695))
* **UX:** Freeze form while applying workflow ([db93700](db93700))
* **UX:** invalid filters, incorrect std fieldtypes (backport [#19657](#19657)) ([#20118](#20118)) ([a612baa](a612baa))
* **workflow:** move dom unfreeze to `finally` (backport [#20161](#20161)) ([#20176](#20176)) ([14abb0e](14abb0e))

### Features

* Request, Job Hooks {Before/After} (backport [#19971](#19971)) ([#20073](#20073)) ([17adda2](17adda2))
  • Loading branch information
frappe-bot committed Feb 28, 2023
1 parent fa5311b commit 840b1f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frappe/__init__.py
Expand Up @@ -40,7 +40,7 @@
# Lazy imports
faker = lazy_import("faker")

__version__ = "13.49.3"
__version__ = "13.50.0"

__title__ = "Frappe Framework"

Expand Down

0 comments on commit 840b1f7

Please sign in to comment.