Skip to content

Commit

Permalink
4.4.7 Support
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Thompson committed Mar 10, 2023
1 parent 3e0971c commit aa8bbed
Show file tree
Hide file tree
Showing 9 changed files with 26,058 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.6 (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.7 (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.5';
$v2_path = '../4.4.6';
$v1_path = '../4.4.6';
$v2_path = '../4.4.7';

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

Expand Down
Loading

0 comments on commit aa8bbed

Please sign in to comment.