Releases: convenia/excel-manager
Releases · convenia/excel-manager
Update compatibility with php >= 8.0
Update compatibility with php >= 7.4
Avoid warning on continue inside switch (#8) Since php 7.3 a continue inside a switch is treatead as a break and generates a warning. To prevent this and make the continue skip the foreach loop the argument must be passed.
Rollback bracket index
1.9.5 rolling back to brackets at index (#7)
Fix worksheet
Hotfix/worksheet (#6) * add compatibillity to php74 * adding more compatibillity with php74 * rollback compatibilities
Update dependencies
Hotfix/update dependencies (#5) * add compatibillity to php74 * adding more compatibillity with php74
Update dependencies
1.9.2 add compatibillity to php74 (#4)
Adding compatibility with php >= 7.4
More "hotfixes" to make the package being compatible with php>=7.4
Adding compatibility with php >= 7.4
1.9.0 upgrading to php74