Skip to content

Commit

Permalink
4.4.2 Support
Browse files Browse the repository at this point in the history
  • Loading branch information
nickian committed Sep 6, 2022
1 parent 38e4c76 commit 40ff0bc
Show file tree
Hide file tree
Showing 9 changed files with 26,057 additions and 3 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.1 (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.2 (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
4 changes: 2 additions & 2 deletions compare.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
require_once('whitelabeler.php');
$whitelabeler = new Whitelabeler;

$v1_path = '../4.4.0';
$v2_path = '../4.4.1';
$v1_path = '../4.4.1';
$v2_path = '../4.4.2';

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

Expand Down
Loading

0 comments on commit 40ff0bc

Please sign in to comment.