Skip to content

Commit

Permalink
feat(order-pdfs): version compat
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnvdbrug committed Jan 24, 2025
1 parent 1f8841a commit ccd9595
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export interface PDFTemplatePluginOptions {
config.authOptions.customPermissions.push(pdfDownloadPermission);
return config;
},
compatibility: '>=3.1.0',
compatibility: '>=2.2.0',
})
export class OrderPDFsPlugin {
static options: PDFTemplatePluginOptions = {
Expand Down

0 comments on commit ccd9595

Please sign in to comment.