v15.47.2
版本发布时间: 2024-11-12 20:34:26
frappe/frappe最新发布版本:v15.52.0(2025-01-14 20:30:57)
What's Changed
- Adjusted the Newsletter scheduling to allow the scheduler to send emails even if the scheduled date has passed, while preventing users from selecting past dates when scheduling newsletters manually. https://github.com/frappe/frappe/pull/28398
- Modified the JSON Request Body field in the Webhook to use Jinja syntax highlighting, so that Jinja templates are highlighted correctly. https://github.com/frappe/frappe/pull/28320
- Fixed an issue where workflow emails did not support HTML email templates; they now properly render HTML templates in workflow emails. https://github.com/frappe/frappe/pull/28270
- Fixed issues in Turkish and Spanish translations by syncing with Crowdin. https://github.com/frappe/frappe/pull/28381
- Added API helper functions to enable authenticated billing API calls from SaaS apps to FrappeCloud. https://github.com/frappe/frappe/pull/28422
- Fixed an error that occurred in list views when attempting to use DocTypes without a Title field. https://github.com/frappe/frappe/pull/28424
- Fixed an issue where the
mariadb_user_host_login_scope
option was not correctly applied when creating a new site using thenew-site
command. https://github.com/frappe/frappe/pull/28400 - Fixed an issue where the app logo was not retrieved from Website Settings; it now checks Website Settings first before falling back to Navbar Settings. https://github.com/frappe/frappe/pull/28249
- Synced and updated translations from Crowdin for multiple languages. https://github.com/frappe/frappe/pull/28427
- Removed unnecessary calls to retrieve applications and default workspaces to improve loading performance. https://github.com/frappe/frappe/pull/28425
New Contributors
- @maverjk made their first contribution in https://github.com/frappe/frappe/pull/28249
Full Changelog: https://github.com/frappe/frappe/compare/v15.47.1...v15.47.2