Security Updates

2020-04-28 Pdf Customiser - Magento 2

If you are using the following combination of settings:
1. Order Comment History is enabled
2. PickingList Pdfs are automatically attached to outgoing shipment emails
3. And you are processing shipments from the Magento with email sending
4. You enter comments on the shipment itself

The shipment comments from other orders would be exposed.

The upgrade would be applied during your normal steps that you take to uprade Magento itself to 2.3.5 or 2.3.4-p2 in the composer update step.

If you used the self hosted installation method to initially install the extension - please download the latest bundle file first from your account on fooman.co.nz, unzip the bundle zip file and place the individual zip files into vendor/fooman/packages before running the above commands.

To confirm the update was successful you can run:
composer show fooman/pdfcustomiser-m2
and this should show versions: *8.1.9 or *8.3.3 (or higher)


2019-04-17 Pdf Customiser - Magento 2 (affected versions 2.1.2.5 and 3.3.0 - 8.1.7)

To upgrade execute the following from the command line:
bin/magento deploy:mode:set developer (if you are in production mode)
composer require fooman/pdfcustomiser-m2:^8.0 --no-update
composer update fooman/*

your usual sequence of commands to enable production mode if you started out in production (for example bin/magento deploy:mode:set production)

If you used the self hosted installation method to initially install the extension - please download the latest bundle file first from your account on fooman.co.nz, unzip the bundle zip file and place the individual zip files into vendor/fooman/packages before running the above commands.

To confirm the update was successful you can run:
composer show fooman/pdfcustomiser-m2
and this should show versions: *8.1.8 (or higher)

2018-10-04 Tcpdf Library Update - Magento 1
If you are on Pdf Customiser 2.11.5 (released 2015) and above please download the fixed library from here.


2018-10-04 Tcpdf Library Update - Magento 2
To upgrade to the latest release please run:

Execute the following from the command line:
1. bin/magento deploy:mode:set developer (if you are in production mode)
2. rm -rf vendor/fooman/tcpdf
3. rm -rf vendor/fooman/pdfcore-m2
4. composer update fooman/*
5. 
your usual sequence of commands to enable production mode if you started out in production(ie bin/magento deploy:mode:set production)

To confirm the installation was successful you can run:
composer show fooman/tcpdf
and this should show versions: *6.2.25.2