From 733a59639e174e7c5070d5cf21ad2b92e4548785 Mon Sep 17 00:00:00 2001 From: Andreas Heigl Date: Fri, 11 Oct 2024 07:29:56 +0200 Subject: [PATCH] Bump version --- .github/workflows/tests.yml | 2 +- authLdap.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 642b4a9..d0021e2 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -48,7 +48,7 @@ jobs: - name: Checkout uses: actions/checkout@v2 - name: Build the docker-compose stack - run: docker-compose -f docker-compose.yml up -d + run: docker compose -f docker-compose.yml up -d - name: Check running containers run: docker ps -a - name: Setup PHP diff --git a/authLdap.php b/authLdap.php index 300ada6..af47da4 100644 --- a/authLdap.php +++ b/authLdap.php @@ -4,7 +4,7 @@ Plugin Name: AuthLDAP Plugin URI: https://github.com/heiglandreas/authLdap Description: This plugin allows you to use your existing LDAP as authentication base for WordPress -Version: 2.6.3 +Version: 2.6.4 Author: Andreas Heigl Author URI: http://andreas.heigl.org License: MIT