Skip to content

Commit

Permalink
4.4.10 support
Browse files Browse the repository at this point in the history
  • Loading branch information
nickian committed Sep 22, 2023
1 parent 683043f commit cb5a0d0
Show file tree
Hide file tree
Showing 9 changed files with 26,059 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Mautic Whitelabeler makes customizing the core branding elements of [Mautic](htt

## Requirements

* Mautic versions 2.15.0 - 4.4.9 (Use previous [Whitelabeler 1.0](https://github.com/nickian/mautic-whitelabeler/releases) release for older versions of Mautic. Beta versions are not tested.)
* Mautic versions 2.15.0 - 4.4.10 (Use previous [Whitelabeler 1.0](https://github.com/nickian/mautic-whitelabeler/releases) release for older versions of Mautic. Beta versions are not tested.)
* Make sure you have installed Mautic using the correct zip file from the [Mautic releases page](https://github.com/mautic/mautic/releases). DO NOT use the "update" zip file. The whitelabeler will not work correctly with these versions.

* Apache server (will work on some nginx configurations, but not officially supported)
Expand Down
6 changes: 3 additions & 3 deletions compare.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
require_once('whitelabeler.php');
$whitelabeler = new Whitelabeler;

$v1_path = '4.4.8';
$v2_path = '4.4.9';
$v1_path = '4.4.9';
$v2_path = '4.4.10';

$compare = $whitelabeler->compareMauticVersions($v1_path, $v2_path);

echo '<pre>';
print_r($compare);
echo '</pre>';
echo '</pre>';
Loading

0 comments on commit cb5a0d0

Please sign in to comment.