1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-11-28 09:24:24 +01:00

Merge branch 'dev' for release 6.3.34

This commit is contained in:
Du Peng 2024-10-21 12:09:49 +02:00
commit 4b542bd8ee
3 changed files with 6 additions and 2 deletions

View File

@ -2,6 +2,10 @@
## Next release
## v6.3.34 2024 October 21
- Fix a bug: unable to run open project update task
## v6.3.33 2024 October 2
- Fix a bug: unable to reset OpenApi token

View File

@ -19,7 +19,7 @@ namespace :fablab do
task bulk_update: :environment do
if Setting.get('openlab_app_id').present? && Setting.get('openlab_app_secret').present?
Project.find_each do |project|
project.openlab_update
project.openlab_create_or_update
puts '-> Done'
end
else

View File

@ -1,6 +1,6 @@
{
"name": "fab-manager",
"version": "6.3.33",
"version": "6.3.34",
"description": "Fab-manager is the FabLab management solution. It provides a comprehensive, web-based, open-source tool to simplify your administrative tasks and your marker's projects.",
"keywords": [
"fablab",