1
0
mirror of https://github.com/typemill/typemill.git synced 2025-10-17 23:56:09 +02:00

resolved merge conflicts

This commit is contained in:
Sebastian
2017-11-19 18:31:14 +01:00
5 changed files with 9 additions and 4 deletions

View File

@@ -56,7 +56,7 @@ class PageController extends Controller
/* update sitemap */
$sitemap = new WriteSitemap();
$sitemap->updateSitemap('cache', 'sitemap.xml', 'lastSitemap.txt', $structure, $uri->getBaseUrl());
/* check and update the typemill-version in the user settings */
$this->updateVersion($uri->getBaseUrl());
}
@@ -192,5 +192,5 @@ class PageController extends Controller
}
}
}
}
}
}

View File

@@ -36,7 +36,7 @@ class Settings
'settingsPath' => $rootPath . 'settings',
'authorPath' => __DIR__ . DIRECTORY_SEPARATOR . 'author' . DIRECTORY_SEPARATOR,
'contentFolder' => 'content',
'version' => '1.0.3'
'version' => '1.0.4'
];
}

View File

@@ -13,7 +13,7 @@ session_start();
* LOAD SETTINGS *
************************/
$settings = Typemill\Settings::loadSettings();
$settings = Typemill\settings::loadSettings();
/************************
* INITIATE SLIM *