Skip to content

Commit

Permalink
Merge pull request #388 from xibosignage/release18
Browse files Browse the repository at this point in the history
Release 1.8.10
  • Loading branch information
dasgarner authored Jul 4, 2018
2 parents a3c92a0 + 59ec509 commit 1eaf396
Show file tree
Hide file tree
Showing 420 changed files with 25,918 additions and 11,767 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ RUN sed -i "s/error_reporting = .*$/error_reporting = E_ERROR | E_WARNING | E_PA
# Setup persistent environment variables
ENV CMS_DEV_MODE=false \
XMR_HOST=xmr \
CMS_DB_VERSION=140 \
CMS_DB_VERSION=141 \
CMS_SERVER_NAME=localhost \
MYSQL_HOST=mysql \
MYSQL_USER=cms \
Expand Down
2 changes: 1 addition & 1 deletion bin/run.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@

\Xibo\Middleware\Storage::setStorage($app->container);
\Xibo\Middleware\State::setState($app);
$app->configService->loadTheme();

$app->add(new \Xibo\Middleware\Xtr());
$app->add(new \Xibo\Middleware\Storage());
$app->add(new \Xibo\Middleware\Xmr());

Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@
"illuminate/cache": "5.2.*",
"xibosignage/oauth2-xibo-cms": "^1.1",
"mtdowling/cron-expression": "^1.1",
"ralouphie/mimey": "^1.0"
"ralouphie/mimey": "^1.0",
"johngrogg/ics-parser": "^2.1"
},
"require-dev": {
"php": ">=7",
Expand Down
Loading

0 comments on commit 1eaf396

Please sign in to comment.