This version of phpwcms is mostly a bugfix release and updates some of the vendor scripts too. There are also a few commits which introduces smaller enhancements. There is no breaking change.
Keep in mind that there is a setting in the config to handle MySQL-specific quirks – try $phpwcms['db_sql_mode'] = 'NO_ENGINE_SUBSTITUTION';
(fallback to a very "compatible" mode) in this case to avoid possible problems if MySQL is configured to run under STRICT
-mode setting.
See all changes