mirror of
https://github.com/grocy/grocy.git
synced 2025-10-15 01:37:13 +00:00
Squashed commit
Updated dependencies Added the possibility to skip chore schedules (closes #1486) Show the meal plan section on the corresponding calendar events (closes #1582) Make it possible to define a time for meal plan sections and use that time for the corresponding calendar events (references #1582) Added a changelog template Make it possible to toggle the meal plan calendar view on bigger screens (closes #1678)
This commit is contained in:
@@ -14,6 +14,11 @@ class ApplicationService extends BaseService
|
||||
$fileName = basename($file);
|
||||
$fileNameParts = explode('_', $fileName);
|
||||
|
||||
if ($fileName == '__TEMPLATE.md')
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
||||
$fileContent = file_get_contents($file);
|
||||
$version = $fileNameParts[1];
|
||||
$releaseDate = explode('.', $fileNameParts[2])[0];
|
||||
|
Reference in New Issue
Block a user