You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After updating from 7.0.1 to 8.0.0, I noticed that there were some breaking changes that were not mentioned in the changelog. Mainly the change from archiver("zip") to using new ZipArchive(). I think that the API Doc page needs to be updated.
After updating from 7.0.1 to 8.0.0, I noticed that there were some breaking changes that were not mentioned in the changelog. Mainly the change from
archiver("zip")to usingnew ZipArchive(). I think that the API Doc page needs to be updated.