Skip to content

Releases: convenia/excel-manager

Update compatibility with php >= 8.0

09 Mar 20:14

Choose a tag to compare

Update compatibility with php >= 7.4

14 Aug 19:33
9ac72e4

Choose a tag to compare

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

15 Apr 22:49
be03af8

Choose a tag to compare

1.9.5

rolling back to brackets at index (#7)

Fix worksheet

15 Apr 22:36
aa1aa93

Choose a tag to compare

Hotfix/worksheet (#6)

* add compatibillity to php74

* adding more compatibillity with php74

* rollback compatibilities

Update dependencies

15 Apr 21:59
7a965d5

Choose a tag to compare

Hotfix/update dependencies (#5)

* add compatibillity to php74

* adding more compatibillity with php74

Update dependencies

09 Apr 17:02
05ad1d2

Choose a tag to compare

1.9.2

add compatibillity to php74 (#4)

Adding compatibility with php >= 7.4

09 Apr 13:28
b612a7d

Choose a tag to compare

More "hotfixes" to make the package being compatible with php>=7.4

Adding compatibility with php >= 7.4

04 Feb 18:59

Choose a tag to compare

1.9.0

upgrading to php74