Skip to content

Commit

Permalink
Fix PHP version in CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
finwe committed Jul 20, 2016
1 parent dc53576 commit 1a949a4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ mPDF 7.0.0
Backward incompatible changes
-----------------------------

- PHP `^5.6 || ^7.0.0` is required
- PHP `^5.6 || ~7.0.0` is required
- Entire project moved under `Mpdf` namespace
- Practically all classes renamed to use `PascalCase`
- Changed directory structure to comply to `PSR-4`
Expand All @@ -19,10 +19,10 @@ Backward incompatible changes
- Additionally, former constructor parameters can be used as keys
- Removed progressbar support
- Removed JpGraph support
- Removed examples to separate repository
- Removed error_reporting changes
- Moved examples to separate repository
- Removed `error_reporting` changes
- Removed timezone changes
- Removed compress.php utility
- Removed `compress.php` utility
- Removed `_MPDF_PATH` and `_MPDF_URI` constants
- Removed `_MPDF_TEMP_PATH` constant in favor of `tempDir` configuration variable
- Removed `_MPDF_TTFONTDATAPATH` in favor of `tempDir` configuration variable
Expand Down

0 comments on commit 1a949a4

Please sign in to comment.