4.4.50
Enhanced
- I edited the introductory comments in code and took out the descriptions. I will then add that again correctly at times. Also, I now try to specify the update directly in the file with @Version. That makes it then also later easier for me to find out when I have actually done what.
- In addition, I have removed the WordPress coding standard again, because certain formatting that are given in the coding standard, collide with PHP 8.0. As soon as there is a solution, I change again. Currently I use the phpfmt for Visual Studio Code.
- No real enhancement, but important: I try to document the suggestions and problems on Github. Just so I don't lose track of it. I will always post bugs on the forum itself then as an issue on Github, for the people who don't use Github. For people who do use Github, they can then submit their suggestions directly there as well.
Fixed
- It now checks if headers have already been sent before setting the session. If the headers have already been sent, no session is created. This should fix most problems with headers that have already been sent.