mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-30 20:55:42 +00:00 
			
		
		
		
	Bump API version
This commit is contained in:
		| @@ -4,11 +4,16 @@ InvenTree API version information | |||||||
|  |  | ||||||
|  |  | ||||||
| # InvenTree API version | # InvenTree API version | ||||||
| INVENTREE_API_VERSION = 46 | INVENTREE_API_VERSION = 47 | ||||||
|  |  | ||||||
| """ | """ | ||||||
| Increment this API version number whenever there is a significant change to the API that any clients need to know about | Increment this API version number whenever there is a significant change to the API that any clients need to know about | ||||||
|  |  | ||||||
|  | v47 -> 2022-05-09 : https://github.com/inventree/InvenTree/pull/2957 | ||||||
|  |     - Allows filtering of plugin list by 'active' status | ||||||
|  |     - Allows filtering of plugin list by 'mixin' support | ||||||
|  |     - Adds endpoint to "identify" or "locate" stock items and locations (using plugins) | ||||||
|  |  | ||||||
| v46 -> 2022-05-09 | v46 -> 2022-05-09 | ||||||
|     - Fixes read permissions on settings API |     - Fixes read permissions on settings API | ||||||
|     - Allows non-staff users to read global settings via the API |     - Allows non-staff users to read global settings via the API | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user