Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions src/content/docs/maintenance/Updating/0-7-to-0-8.mdoc
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,12 @@ The following filters and functions have been **added**:
| `hash` | Hash a value (defaults to xxh128) |
| `api_url` | Supports `role` parameter to override the API area |

### Custom Invoice PDF Templates

If you previously created a `custom-pdf.twig` template in 0.7.x, the patcher has migrated it to `custom-invoice.twig`. However, the patcher does **not** update the filter usage inside your custom template.

Review `modules/Invoice/templates/pdf/custom-invoice.twig` for any removed or renamed filters from the table above and update them accordingly. Refer to the bundled `modules/Invoice/templates/pdf/default-invoice.twig` as a reference for the correct template syntax.

### Theme HTML Changes

Key template changes in both bundled themes (admin_default and huraga):
Expand Down
Loading