Skip to content

Commit

Permalink
Merge branch 'dev' for release 6.3.34
Browse files Browse the repository at this point in the history
  • Loading branch information
gnepud committed Oct 21, 2024
2 parents 71c94bf + 2ea4296 commit 4b542bd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/tasks/fablab/openlab.rake
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 4b542bd

Please sign in to comment.