GravityPDF / gravity-pdf

Gravity PDF is a GPLv2-licensed WordPress plugin that allows you to automatically generate, email and download PDF documents using Gravity Forms.
https://gravitypdf.com
89 stars 21 forks source link

Prefix PSR composer packages #1472

Closed jakejackson1 closed 10 months ago

jakejackson1 commented 10 months ago

Description

Resolves 3rd party plugin compatibility issues when PSR v3 is loaded. Due to backwards compatibility, only PSRv2 is supported by Gravity PDF.

To prevent unnecessary breaking changes, we are still shipping PSR v2 with Gravity PDF. The Bulk Generator and PDF for GravityView add-ons both reference the unprefixed LoggerInterface class for type hinting.

Testing instructions

Screenshots

Checklist:

Additional Comments

codecov[bot] commented 10 months ago

Codecov Report

Merging #1472 (76bbf02) into development (2659d59) will increase coverage by 18.16%. The diff coverage is n/a.

:exclamation: Current head 76bbf02 differs from pull request most recent head 0f64b47. Consider uploading reports for the commit 0f64b47 to get more accurate results

@@                Coverage Diff                 @@
##             development    #1472       +/-   ##
==================================================
+ Coverage          75.13%   93.30%   +18.16%     
==================================================
  Files                243       57      -186     
  Lines              12866     1464    -11402     
  Branches             370      370               
==================================================
- Hits                9667     1366     -8301     
+ Misses              3191       90     -3101     
  Partials               8        8               

see 186 files with indirect coverage changes