Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions _define.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
'Galette Objects Lend', //Name
'Manage rent/lend of object', //Short description
'Mélissa Djebel, Johan Cwiklinski', //Author
'2.1.2', //Version
'2.2.0', //Version
'1.2.0', //Galette version compatibility
'objectslend', //routing name and translation domain
'2024-10-20', //Date
'2025-10-09', //Date
[
'objectslend_preferences' => 'admin',
'store_objectlend_preferences' => 'admin',
Expand Down
7 changes: 3 additions & 4 deletions bin/release
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@ from datetime import datetime
from termcolor import colored
from urllib.parse import urlparse

# on Tuxfamily
ssh_path = 'galette/galette-repository/plugins/'
ssh_host = 'ssh.tuxfamily.org'
galette_dl_repo = 'http://download.tuxfamily.org/galette/plugins/'
ssh_path = '/var/www/galette.eu/download/plugins/'
ssh_host = 'galette.eu'
galette_dl_repo = 'https://galette.eu/download/plugins/'
is_local = False

local_dl_repo = os.path.join(
Expand Down