feindura 1.1.4 released
This is again a small bugfix release. But it's recommended that you update, because this releases an issue, where it reseted the website statistics nce two people are visiting the website at the same time. this was due to the fact, that reading a file while another one is writing it returns an empty, which will be saved and therefore caused the reset.
Other changes are:
- Fixed the statistics reset issue, because on some server php file write protection, LOCK_EX doesnt work on shared hosts. so i know build a workaround, to prevent saving empty files.
- It creates now its own DOCUMENTROOT based on the feindura basePath and the __FILE__ variable, which should allow to also host feindura in a virtual folder which is accessed du to mod_rewrite.
- Removed the plugin setup, because it was not really necessary, to first activate plugins in general. If you dont want a plugin, you have to remove it from the plugins folder
- add a new CKEditor version 3.6.2
- speakingUrls can now be activated, even if the apache_modules() function is not available. But this can also lead to shut down your website, if that happen, you just need to remove the .htaccess file in your websites root.
Get it here!
To update use this version instead.