Skip to content

Commit

Permalink
chore(release): Bumped to Version 14.62.0
Browse files Browse the repository at this point in the history
# [14.62.0](v14.61.0...v14.62.0) (2024-01-02)

### Bug Fixes

* **Blog Post:** correct indicator filter ([a3534b1](a3534b1))
* Check permissions before rendering web view (backport [#24032](#24032)) (backport [#24035](#24035)) ([#24037](#24037)) ([c9f27bf](c9f27bf))
* Consider allDay on Calendar View ([7fe3a01](7fe3a01))
* **Data Import:** show failed import logs ([8fe056e](8fe056e))
* **data_import:** respect the value of show_failed_logs checkbox ([d847c66](d847c66))
* **DX:** filter version logs with changes to field ([#24023](#24023)) ([#24024](#24024)) ([7b6db51](7b6db51))
* **Geo:** Add timezone for palestinian territory country ([#23986](#23986)) ([#23992](#23992)) ([d17c79d](d17c79d))
* image cropper context in translation ([64cb298](64cb298))
* incorrect duplicate filter check (backport [#24001](#24001)) ([#24002](#24002)) ([28c9a86](28c9a86))
* lint ([43c72b5](43c72b5))
* linters ([9c2205d](9c2205d))
* linters ([af02dbe](af02dbe))
* Merge conflicts ([27daa8b](27daa8b))
* **minor:** Onboarding check if element available ([#23947](#23947)) ([#23968](#23968)) ([6a5b8d0](6a5b8d0))
* misc errors from sentry (backport [#24009](#24009)) ([#24011](#24011)) ([4b93385](4b93385))
* Rate control read only mode ([#24055](#24055)) ([#24056](#24056)) ([d92f537](d92f537))
* remove Guest permission on Help Article (backport [#24082](#24082)) ([#24083](#24083)) ([0bf46ff](0bf46ff))
* roles editor ([#23976](#23976)) ([#23978](#23978)) ([145d6bd](145d6bd))
* Set default child table fields on save ([#23913](#23913)) ([9168d01](9168d01))
* show relative path in loaded JS ([#23964](#23964)) ([3f01c53](3f01c53))
* show right permission for user cannot create doctypes ([#24027](#24027)) ([#24028](#24028)) ([6adb718](6adb718))
* Solve the problem that there is no forEach instance method in HTMLCollection in some environments, which leads to the failure of camera-related functions. ([#23987](#23987)) ([a66b5df](a66b5df))
* strip EXC if tracebacks are disabled ([#23991](#23991)) ([316b19e](316b19e))
* **test_customize_form:** drop checking of `flags.update_db` ([75a1bc5](75a1bc5))
* Treat Document Links entries as all non-std fields ([a792fa2](a792fa2))

### Features

* sort multicheck by label ([#23985](#23985)) ([5cad670](5cad670))

### Performance Improvements

* skip network call if no doc ([#23967](#23967)) ([4574af6](4574af6))
  • Loading branch information
frappe-bot committed Jan 2, 2024
1 parent 204101c commit a598b4b
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.61.0"
__version__ = "14.62.0"
__title__ = "Frappe Framework"

controllers = {}
Expand Down

0 comments on commit a598b4b

Please sign in to comment.