Skip to content

Add setting to run preg_replace on html template before conversion

mattwire requested to merge mattwire/pdfapi:mjw into master
  • Regenerate civix - standard update for PHP7.4 / current CiviCRM version compatibility.
  • Convert to short array syntax - coding standards.
  • Add postInstall hook and allow install to run multiple times - old extensions did not have this. Required to set schema version and stop upgrader running on install.
  • Add setting to run preg_replace on html template before conversion - New feature described in README to allow you to workaround issues with wkhtmltopdf and remote images.
  • composer update - Pull in latest versions of libraries.
  • Return 1 from API to show we did something - Just returns "1" instead of 0 so API returns 1 instead of 0 for "count".
  • Release 2.12 - Update docs/release.

Merge request reports