Skip to content

3.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Jun 16:09
43bc469

Changes

  • Renamed namespace Core23\DompdfBundle to Nucleos\DompdfBundle after move to [@nucleos]

    Run

    $ composer remove core23/dompdf-bundle
    

    and

    $ composer require nucleos/dompdf-bundle
    

    to update.

    Run

    $ find . -type f -exec sed -i '.bak' 's/Core23\\DompdfBundle/Nucleos\\DompdfBundle/g' {} \;
    

    to replace occurrences of Core23\DompdfBundle with Nucleos\DompdfBundle.

    Run

    $ find -type f -name '*.bak' -delete
    

    to delete backup files created in the previous step.