From 0ecd9e2a8e8725ac3a36eddb07b5257682a6a2c3 Mon Sep 17 00:00:00 2001 From: Liam Ryde Date: Fri, 29 Aug 2025 16:25:52 -0400 Subject: [PATCH 1/3] Change package to 2.3.0 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index cb4bab6..7483618 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ name = "phpLDAPadmin" description.en = "Manage OpenLDAP database over the web" description.fr = "Application web de gestion de la base OpenLDAP" -version = "2.2.1~ynh1" +version = "2.3.0~ynh1" maintainers = ["aymhce"] @@ -38,8 +38,8 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://github.com/leenooks/phpLDAPadmin/archive/refs/tags/2.2.1.tar.gz" - sha256 = "0dc2780abdbcd6d5af20e1ef05c2cec6b89ddce9ba9e84f0da0c282007f8acc9" + url = "https://github.com/leenooks/phpLDAPadmin/archive/refs/tags/2.3.0.tar.gz" + sha256 = "440c024defcd4d23d3a00733f489a6b959a5f35a48dc37ba8d4c939d0f6c9fca" autoupdate.strategy = "latest_github_tag" autoupdate.version_regex = "^RELEASE-(.*)$" From 4ccb2b9e994bfad4676bcd5c551c779b4986226b Mon Sep 17 00:00:00 2001 From: eric_G <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 11 Oct 2025 23:28:59 +0200 Subject: [PATCH 2/3] Update manifest.toml --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 2758842..c0b498e 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ name = "phpLDAPadmin" description.en = "Manage LDAP databases using a web interface" description.fr = "Gérez des base LDAP depuis une interface web" -version = "2.3.0~ynh1" +version = "2.3.4~ynh1" maintainers = ["aymhce"] @@ -37,8 +37,8 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://github.com/leenooks/phpLDAPadmin/archive/refs/tags/2.3.0.tar.gz" - sha256 = "440c024defcd4d23d3a00733f489a6b959a5f35a48dc37ba8d4c939d0f6c9fca" + url = "https://github.com/leenooks/phpLDAPadmin/archive/refs/tags/2.3.4.tar.gz" + sha256 = "89fa22b7a777ea2804dc5104137727eca8f1c0548b4b12c13032a089be93a1f5" autoupdate.strategy = "latest_github_tag" autoupdate.version_regex = "^RELEASE-(.*)$" From efd5628ac4b45d57e100fe91c73557726f9a99e5 Mon Sep 17 00:00:00 2001 From: eric_G <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 17 Feb 2026 21:05:34 +0100 Subject: [PATCH 3/3] Update install --- scripts/install | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/install b/scripts/install index a2e7228..e09d45c 100755 --- a/scripts/install +++ b/scripts/install @@ -43,7 +43,6 @@ ynh_config_add_nginx #================================================= ynh_script_progression "Installing app..." -ynh_composer_install ynh_composer_exec install --optimize-autoloader --no-dev #=================================================