Browse Source

chore(release): Bumped to Version 14.3.0

# [14.3.0](https://github.com/frappe/frappe/compare/v14.2.0...v14.3.0) (2022-08-17)

### Bug Fixes

* appropriate password hint (backport [#17623](https://github.com/frappe/frappe/issues/17623)) ([#17839](https://github.com/frappe/frappe/issues/17839)) ([c8d4fbd](c8d4fbd6dd))
* default `filters` to `undefined` instead of `null` ([9107fbb](9107fbbcd5))
* dont mutate `df` when creating custom fields ([aac89f1](aac89f13d4))
* has_content check for fieldtype TextEditor ([bd69c67](bd69c67f42))
* incorrect attachment limit message ([#17848](https://github.com/frappe/frappe/issues/17848)) ([#17849](https://github.com/frappe/frappe/issues/17849)) ([d3608fb](d3608fb0bb))
* undefined "self" ([3e31275](3e31275a85))
* **UX:** better indicator for "is private" uploads ([b510037](b510037b21))

### Features

* custom __link_options ([#17699](https://github.com/frappe/frappe/issues/17699)) ([#17838](https://github.com/frappe/frappe/issues/17838)) ([10faee0](10faee0a04))
* **Language:** show title in link field ([7995050](79950501f7))

### Performance Improvements

* use cached docs for system settings ([#17842](https://github.com/frappe/frappe/issues/17842)) ([e0efa6f](e0efa6fde2))
version-14
Frappe PR Bot 2 years ago
parent
commit
8dee70eec4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      frappe/__init__.py

+ 1
- 1
frappe/__init__.py View File

@@ -42,7 +42,7 @@ from .utils.jinja import (
)
from .utils.lazy_loader import lazy_import

__version__ = "14.2.0"
__version__ = "14.3.0"
__title__ = "Frappe Framework"

controllers = {}


Loading…
Cancel
Save