mirror of
				https://github.com/grocy/grocy.git
				synced 2025-10-31 10:46:36 +00:00 
			
		
		
		
	Updated the changelog and config-dist.php for #383)
This commit is contained in:
		| @@ -6,6 +6,7 @@ | |||||||
| - Fixed that the browser barcode scanner button was not clickable on iOS Safari (thanks @DeeeeLAN) | - Fixed that the browser barcode scanner button was not clickable on iOS Safari (thanks @DeeeeLAN) | ||||||
| - Fixed a problem regarding quantity unit conversion handling for recipe ingredients of products with no unit relations, but only a different purchase/stock quantity unit | - Fixed a problem regarding quantity unit conversion handling for recipe ingredients of products with no unit relations, but only a different purchase/stock quantity unit | ||||||
| - Improved that dates in the iCal calendar export now includes the server timezone | - Improved that dates in the iCal calendar export now includes the server timezone | ||||||
|  | - It's now also possible to set the meal plan page as the default/entry page (`config.php` setting `ENTRY_PAGE`) (thanks @lwis) | ||||||
| - The API Endpoint `GET /files/{group}/{fileName}` now also returns a `Cache-Control` header (defaults fixed to 30 days) to further increase page load times | - The API Endpoint `GET /files/{group}/{fileName}` now also returns a `Cache-Control` header (defaults fixed to 30 days) to further increase page load times | ||||||
| - Fixed that the API endpoint `/stock/shoppinglist/add-product` failed when a product should be added which was not already on the shopping list (thanks @Forceu) | - Fixed that the API endpoint `/stock/shoppinglist/add-product` failed when a product should be added which was not already on the shopping list (thanks @Forceu) | ||||||
| - Some style/CSS detail-refinements | - Some style/CSS detail-refinements | ||||||
|   | |||||||
| @@ -51,7 +51,7 @@ Setting('DISABLE_URL_REWRITING', false); | |||||||
|  |  | ||||||
| # Specify an custom homepage if desired - by default the homepage will be set to the stock overview, | # Specify an custom homepage if desired - by default the homepage will be set to the stock overview, | ||||||
| # this needs to be one of the following values: | # this needs to be one of the following values: | ||||||
| # stock, shoppinglist, recipes, chores, tasks, batteries, equipment, calendar | # stock, shoppinglist, recipes, chores, tasks, batteries, equipment, calendar, mealplan | ||||||
| Setting('ENTRY_PAGE', 'stock'); | Setting('ENTRY_PAGE', 'stock'); | ||||||
|  |  | ||||||
| # Set this to true if you want to disable authentication / the login screen, | # Set this to true if you want to disable authentication / the login screen, | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user