Skip to content

Commit

Permalink
3.2.5 Support
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Thompson committed Jan 25, 2021
1 parent d5d7401 commit 4a6053d
Show file tree
Hide file tree
Showing 8 changed files with 26,022 additions and 2 deletions.
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 = '../3.2.3';
$v2_path = '../3.2.4';
$v1_path = '../3.2.4';
$v2_path = '../3.2.5';

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

Expand Down
Loading

0 comments on commit 4a6053d

Please sign in to comment.