Add 2.16.0 Support

This commit is contained in:
Nick Thompson 2020-02-15 18:21:32 -07:00
parent a89ccb7bb8
commit 7804962c58
313 changed files with 25450 additions and 3 deletions

0
.github/FUNDING.yml vendored Normal file → Executable file
View file

0
.gitignore vendored Normal file → Executable file
View file

0
.htaccess Normal file → Executable file
View file

2
README.md Normal file → Executable file
View file

@ -25,7 +25,7 @@ Mautic Whitelabeler makes customizing the core branding elements of [Mautic](htt

## Requirements

* Mautic versions 2.15.0 - 2.15.3 (Use previous [Whitelabeler 1.0](https://github.com/nickian/mautic-whitelabeler/releases) release for older versions of Mautic)
* Mautic versions 2.15.0 - 2.16.0 (Use previous [Whitelabeler 1.0](https://github.com/nickian/mautic-whitelabeler/releases) release for older versions of Mautic. Beta versions are not tested.)
* Apache server (will work on some nginx configurations, but not officially supported)
* The PHP cURL extension must be installed and enabled
* The PHP GD library must be installed and enabled

0
assets/.gitkeep Normal file → Executable file
View file

0
backups/.gitkeep Normal file → Executable file
View file

0
cli.php Normal file → Executable file
View file

4
compare.php Normal file → Executable file
View file

@ -5,8 +5,8 @@
require_once('whitelabeler.php');
$whitelabeler = new Whitelabeler;

$v1_path = '../2.15.1';
$v2_path = '../2.15.2';
$v1_path = '../2.15.3';
$v2_path = '../2.16.0';

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


0
composer.json Normal file → Executable file
View file

0
images/favicon.ico Normal file → Executable file
View file

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

Before After
Before After

0
images/login.png Normal file → Executable file
View file

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 17 KiB

Before After
Before After

0
images/sidebar.png Normal file → Executable file
View file

Before

Width:  |  Height:  |  Size: 49 KiB

After

Width:  |  Height:  |  Size: 49 KiB

Before After
Before After

0
index.php Normal file → Executable file
View file

0
lib/ascii/title.txt Normal file → Executable file
View file

0
lib/bootstrap.min.css vendored Normal file → Executable file
View file

0
lib/bootstrap.min.js vendored Normal file → Executable file
View file

0
lib/font-awesome-4.7.0/HELP-US-OUT.txt Normal file → Executable file
View file

0
lib/font-awesome-4.7.0/css/font-awesome.css vendored Normal file → Executable file
View file

0
lib/font-awesome-4.7.0/css/font-awesome.min.css vendored Normal file → Executable file
View file

0
lib/font-awesome-4.7.0/fonts/FontAwesome.otf Normal file → Executable file
View file

0
lib/font-awesome-4.7.0/fonts/fontawesome-webfont.eot Normal file → Executable file
View file

0
lib/font-awesome-4.7.0/fonts/fontawesome-webfont.svg Normal file → Executable file
View file

Before

Width:  |  Height:  |  Size: 434 KiB

After

Width:  |  Height:  |  Size: 434 KiB

Before After
Before After

0
lib/font-awesome-4.7.0/fonts/fontawesome-webfont.ttf Normal file → Executable file
View file

0
lib/font-awesome-4.7.0/fonts/fontawesome-webfont.woff Normal file → Executable file
View file

0
lib/font-awesome-4.7.0/fonts/fontawesome-webfont.woff2 Normal file → Executable file
View file

0
lib/font-awesome-4.7.0/less/animated.less Normal file → Executable file
View file

0
lib/font-awesome-4.7.0/less/bordered-pulled.less Normal file → Executable file
View file

0
lib/font-awesome-4.7.0/less/core.less Normal file → Executable file
View file

0
lib/font-awesome-4.7.0/less/fixed-width.less Normal file → Executable file
View file

0
lib/font-awesome-4.7.0/less/font-awesome.less vendored Normal file → Executable file
View file

0
lib/font-awesome-4.7.0/less/icons.less Normal file → Executable file
View file

0
lib/font-awesome-4.7.0/less/larger.less Normal file → Executable file
View file

0
lib/font-awesome-4.7.0/less/list.less Normal file → Executable file
View file

0
lib/font-awesome-4.7.0/less/mixins.less Normal file → Executable file
View file

0
lib/font-awesome-4.7.0/less/path.less Normal file → Executable file
View file

0
lib/font-awesome-4.7.0/less/rotated-flipped.less Normal file → Executable file
View file

0
lib/font-awesome-4.7.0/less/screen-reader.less Normal file → Executable file
View file

0
lib/font-awesome-4.7.0/less/stacked.less Normal file → Executable file
View file

0
lib/font-awesome-4.7.0/less/variables.less Normal file → Executable file
View file

0
lib/font-awesome-4.7.0/scss/_animated.scss Normal file → Executable file
View file

0
lib/font-awesome-4.7.0/scss/_bordered-pulled.scss Normal file → Executable file
View file

0
lib/font-awesome-4.7.0/scss/_core.scss Normal file → Executable file
View file

0
lib/font-awesome-4.7.0/scss/_fixed-width.scss Normal file → Executable file
View file

0
lib/font-awesome-4.7.0/scss/_icons.scss Normal file → Executable file
View file

0
lib/font-awesome-4.7.0/scss/_larger.scss Normal file → Executable file
View file

0
lib/font-awesome-4.7.0/scss/_list.scss Normal file → Executable file
View file

0
lib/font-awesome-4.7.0/scss/_mixins.scss Normal file → Executable file
View file

0
lib/font-awesome-4.7.0/scss/_path.scss Normal file → Executable file
View file

0
lib/font-awesome-4.7.0/scss/_rotated-flipped.scss Normal file → Executable file
View file

0
lib/font-awesome-4.7.0/scss/_screen-reader.scss Normal file → Executable file
View file

0
lib/font-awesome-4.7.0/scss/_stacked.scss Normal file → Executable file
View file

0
lib/font-awesome-4.7.0/scss/_variables.scss Normal file → Executable file
View file

0
lib/font-awesome-4.7.0/scss/font-awesome.scss vendored Normal file → Executable file
View file

0
lib/jquery-3.1.1.min.js vendored Normal file → Executable file
View file

0
lib/spectrum/.gitignore vendored Normal file → Executable file
View file

0
lib/spectrum/.travis.yml Normal file → Executable file
View file

0
lib/spectrum/Gruntfile.js Normal file → Executable file
View file

0
lib/spectrum/LICENSE Normal file → Executable file
View file

0
lib/spectrum/README.md Normal file → Executable file
View file

0
lib/spectrum/bower.json Normal file → Executable file
View file

0
lib/spectrum/build/.gitignore vendored Normal file → Executable file
View file

0
lib/spectrum/docs/bootstrap.css vendored Normal file → Executable file
View file

0
lib/spectrum/docs/docs.css Normal file → Executable file
View file

0
lib/spectrum/docs/docs.js Normal file → Executable file
View file

0
lib/spectrum/docs/jquery-1.9.1.js vendored Normal file → Executable file
View file

0
lib/spectrum/docs/jquery-2.1.0.js vendored Normal file → Executable file
View file

0
lib/spectrum/docs/prettify.js Normal file → Executable file
View file

0
lib/spectrum/docs/toc.js Normal file → Executable file
View file

0
lib/spectrum/example/example.js Normal file → Executable file
View file

0
lib/spectrum/example/index.html Normal file → Executable file
View file

0
lib/spectrum/example/testcase.html Normal file → Executable file
View file

0
lib/spectrum/i18n/jquery.spectrum-ar.js Normal file → Executable file
View file

0
lib/spectrum/i18n/jquery.spectrum-de.js Normal file → Executable file
View file

0
lib/spectrum/i18n/jquery.spectrum-dk.js Normal file → Executable file
View file

0
lib/spectrum/i18n/jquery.spectrum-es.js Normal file → Executable file
View file

0
lib/spectrum/i18n/jquery.spectrum-fa.js Normal file → Executable file
View file

0
lib/spectrum/i18n/jquery.spectrum-fi.js Normal file → Executable file
View file

0
lib/spectrum/i18n/jquery.spectrum-fr.js Normal file → Executable file
View file

0
lib/spectrum/i18n/jquery.spectrum-gr.js Normal file → Executable file
View file

0
lib/spectrum/i18n/jquery.spectrum-he.js Normal file → Executable file
View file

0
lib/spectrum/i18n/jquery.spectrum-hr.js Normal file → Executable file
View file

0
lib/spectrum/i18n/jquery.spectrum-id.js Normal file → Executable file
View file

0
lib/spectrum/i18n/jquery.spectrum-it.js Normal file → Executable file
View file

0
lib/spectrum/i18n/jquery.spectrum-ja.js Normal file → Executable file
View file

0
lib/spectrum/i18n/jquery.spectrum-lt.js Normal file → Executable file
View file

0
lib/spectrum/i18n/jquery.spectrum-nl.js Normal file → Executable file
View file

0
lib/spectrum/i18n/jquery.spectrum-pl.js Normal file → Executable file
View file

0
lib/spectrum/i18n/jquery.spectrum-pt-br.js Normal file → Executable file
View file

0
lib/spectrum/i18n/jquery.spectrum-ru.js Normal file → Executable file
View file

0
lib/spectrum/i18n/jquery.spectrum-sv.js Normal file → Executable file
View file

0
lib/spectrum/i18n/jquery.spectrum-tr.js Normal file → Executable file
View file

0
lib/spectrum/i18n/jquery.spectrum-zh-cn.js Normal file → Executable file
View file

0
lib/spectrum/i18n/jquery.spectrum-zh-tw.js Normal file → Executable file
View file

0
lib/spectrum/index.html Normal file → Executable file
View file

0
lib/spectrum/package.json Normal file → Executable file
View file

0
lib/spectrum/spectrum.css Normal file → Executable file
View file

0
lib/spectrum/spectrum.js Normal file → Executable file
View file

0
lib/spectrum/test/index.html Normal file → Executable file
View file

0
lib/spectrum/test/loaders.html Normal file → Executable file
View file

0
lib/spectrum/test/loaders.js Normal file → Executable file
View file

Some files were not shown because too many files have changed in this diff Show more