Posted by Jayme — 27th May 2024
This update addresses backwards compatibility issues that were introduced in the previous update. There were some edge cases where PHP 7 had issues and it didn’t work at all on PHP 5.6.We have now changed it so that the PHP 8 compatibility changes will now only affect PHP 8 and will be more thorough with…
Posted by Jayme — 6th May 2024
This release has a focus on improving compatibility with PHP 8.2.The introduction of inheritance validation to PHP produced a lot of warnings when using MasterPress with PHP 8.2. I have updated most of the problematic code – but some code would have broken in previous PHP versions, so I have temporarily disabled inheritance validation in…
Posted by Simon — 9th November 2023
MasterPress 1.3.10 is a feature and bugfix release.Workaround for fatal error introduced by changes to WordPress’ wpdb class in WordPress 6.4. Added actions to MPC files upload_field & WF image save_image functions.
Posted by Simon — 16th February 2023
MasterPress 1.3.9 is a bugfix release.Fixed typo in MPFT_Video class that was causing an incompatibility issue with PHP 8
Posted by Jayme — 16th December 2022
MasterPress 1.3.8 is a bugfix release.Fixed a bug where MB, KB, and GB were being converted to bytes incorrectly via WOOF file functions. Fixed a bug where transparent images were losing their transparency on resize.