diff --git a/_define.php b/_define.php index 2889815..faa9efa 100644 --- a/_define.php +++ b/_define.php @@ -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', diff --git a/bin/release b/bin/release index 52f3265..53a1692 100755 --- a/bin/release +++ b/bin/release @@ -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(