Add 2.16.0 Support
0
.github/FUNDING.yml
vendored
Normal file → Executable file
0
.gitignore
vendored
Normal file → Executable file
0
.htaccess
Normal file → Executable file
2
README.md
Normal file → Executable 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
0
backups/.gitkeep
Normal file → Executable file
0
cli.php
Normal file → Executable file
4
compare.php
Normal file → Executable 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
0
images/favicon.ico
Normal file → Executable file
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 13 KiB |
0
images/login.png
Normal file → Executable file
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
0
images/sidebar.png
Normal file → Executable file
Before Width: | Height: | Size: 49 KiB After Width: | Height: | Size: 49 KiB |
0
index.php
Normal file → Executable file
0
lib/ascii/title.txt
Normal file → Executable file
0
lib/bootstrap.min.css
vendored
Normal file → Executable file
0
lib/bootstrap.min.js
vendored
Normal file → Executable file
0
lib/font-awesome-4.7.0/HELP-US-OUT.txt
Normal file → Executable file
0
lib/font-awesome-4.7.0/css/font-awesome.css
vendored
Normal file → Executable file
0
lib/font-awesome-4.7.0/css/font-awesome.min.css
vendored
Normal file → Executable file
0
lib/font-awesome-4.7.0/fonts/FontAwesome.otf
Normal file → Executable file
0
lib/font-awesome-4.7.0/fonts/fontawesome-webfont.eot
Normal file → Executable file
0
lib/font-awesome-4.7.0/fonts/fontawesome-webfont.svg
Normal file → Executable file
Before Width: | Height: | Size: 434 KiB After Width: | Height: | Size: 434 KiB |