Skip to content

Commit

Permalink
Added 2.16.4, 2.16.5, 3.2.2, 3.2.3, 3.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Thompson committed Jan 18, 2021
1 parent c60e32a commit d5d7401
Show file tree
Hide file tree
Showing 36 changed files with 128,956 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.0';
$v2_path = '../3.2.1';
$v1_path = '../3.2.3';
$v2_path = '../3.2.4';

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

Expand Down
Loading

0 comments on commit d5d7401

Please sign in to comment.