Skip to content

Commit fcb9ea0

Browse files
committed
Merge branch 'release/2.2.0' into develop
2 parents 479b397 + 4970b90 commit fcb9ea0

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

_define.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
2525
'Galette Objects Lend', //Name
2626
'Manage rent/lend of object', //Short description
2727
'Mélissa Djebel, Johan Cwiklinski', //Author
28-
'2.1.2', //Version
28+
'2.2.0', //Version
2929
'1.2.0', //Galette version compatibility
3030
'objectslend', //routing name and translation domain
31-
'2024-10-20', //Date
31+
'2025-10-09', //Date
3232
[
3333
'objectslend_preferences' => 'admin',
3434
'store_objectlend_preferences' => 'admin',

bin/release

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@ from datetime import datetime
66
from termcolor import colored
77
from urllib.parse import urlparse
88

9-
# on Tuxfamily
10-
ssh_path = 'galette/galette-repository/plugins/'
11-
ssh_host = 'ssh.tuxfamily.org'
12-
galette_dl_repo = 'http://download.tuxfamily.org/galette/plugins/'
9+
ssh_path = '/var/www/galette.eu/download/plugins/'
10+
ssh_host = 'galette.eu'
11+
galette_dl_repo = 'https://galette.eu/download/plugins/'
1312
is_local = False
1413

1514
local_dl_repo = os.path.join(

0 commit comments

Comments
 (0)