1. [02-May-2025 10:53:24 UTC] PHP Deprecated: Function utf8_encode() is deprecated in /home/ppmgxuna/public_html/wp-content/plugins/garden-gnome-package/include/ggpackage.php on line 67
As far as I understand this is deprecated from php8.2
2. plugins/garden-gnome-package/include/ggskin.css
.ggskin img {
margin: none !important;
border: none !important;
padding: none !important;
box-shadow: none !important;
background: none !important;
}
According to W3C CSS Validator margin and padding can not be none. It is a numerical value.
3. Packages created now also contain 2 more folders compared to earlier. fonts and 3rdparty wich gives me an upload error in media library. They do upload and seems to work fine but creates an annoying error. removing the 3rdparty folder removes the error.