mirror of
https://github.com/parsecsv/parsecsv-for-php.git
synced 2026-02-19 00:36:38 +00:00
Deprecate support for file paths in __construct() and parse()
See https://github.com/parsecsv/parsecsv-for-php/issues/198
This commit is contained in:
@@ -1,3 +1,19 @@
|
||||
ParseCSV 1.3.0
|
||||
-----------------------------------
|
||||
Date: ?-Apr-2021
|
||||
|
||||
Breaking changes:
|
||||
- Passing file paths to parse() or new Csv() is now deprecated
|
||||
and will be removed in v2.0.0. Use ->parseFile() instead.
|
||||
It will only call trigger_error() for now.
|
||||
This change is to avoid security issues and to make this
|
||||
library easier to learn (less magic).
|
||||
|
||||
New features: none
|
||||
Bug fixes: none
|
||||
-----------------------------------
|
||||
|
||||
|
||||
ParseCSV 1.2.1
|
||||
-----------------------------------
|
||||
Date: 25-Apr-2020
|
||||
|
||||
Reference in New Issue
Block a user