With every new Mautic release, those of us relying on the Mautic Whitelabeler often encounter the frustration of version incompatibility. Fortunately, there’s a straightforward way to update the Whitelabeler to work with the latest version of Mautic.
Steps to Update Mautic Whitelabeler
1.Unzip the Whitelabeler File
Start by extracting the Whitelabeler files to a working directory on your server.
2.Edit the compare.php File
Open the compare.php file and make the necessary adjustments to align with the new Mautic version.
3.Copy the Template Directory
Navigate to the templates directory within the Whitelabeler. Then, copy the directory for the latest supported version and rename it to match the new Mautic version you’re upgrading to. For example:
cp -R 3.1.0/ 3.2.1
4.Update Permissions
Ensure the new directory has the correct ownership and permissions by running:
chown -R [user]:[group] 3.2.1
Replace [user]:[group] with the appropriate user and group for your server setup.
Final Thoughts
These simple steps will get your Mautic Whitelabeler working with the latest Mautic version, saving you from unnecessary delays. If you’re hosting with Mailertizer, we handle these updates for you, ensuring your whitelabeled Mautic instance is always up to date and running smoothly.