Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-07-29 | 2.2 kB | |
v15.75.0 source code.tar.gz | 2025-07-29 | 19.6 MB | |
v15.75.0 source code.zip | 2025-07-29 | 21.0 MB | |
Totals: 3 Items | 40.6 MB | 0 |
What's Changed
- Adds a Time Zone field to the Update Profile web form, letting website users choose their preferred timezone. (https://github.com/frappe/frappe/pull/33421)
- Adds a new trigger that lets installed extensions run their own steps whenever any document is printed as PDF, enabling custom formatting or processing without manual patches. (https://github.com/frappe/frappe/pull/33425)
- Fixes translation of "New …" titles on Web Form pages, so the headings now appear in the selected language. (https://github.com/frappe/frappe/pull/33433)
- Prevents logout when the system tries to access a missing Password; it instead shows an error so the password can be corrected. (https://github.com/frappe/frappe/pull/33460)
- Fixes the total row of the printed "Accounts Receivable" report so it shows the customer’s currency symbol when "In Party Currency" is selected. (https://github.com/frappe/frappe/pull/33463)
- Phone numbers entered as digits are now automatically treated as text, so the system validates them correctly. This prevents unexpected errors when you save records containing a phone number. (https://github.com/frappe/frappe/pull/33466)
- Generates correct links in the "Cannot delete or cancel" popup, so documents whose names contain “/” open properly instead of showing a broken URL. (https://github.com/frappe/frappe/pull/33291)
- Hides workflow action buttons in report views from users without the required role, matching the access limits already applied in list views. (https://github.com/frappe/frappe/pull/33481)
Full Changelog: https://github.com/frappe/frappe/compare/v15.74.2...v15.75.0 Authors: @zeel-codder, @barredterra, @kittiu, @Rl0007, @sokumon, @mahsem, @vehbiu Reviewers: @NagariaHussain, @ankush, @akhilnarang, @iamejaaz