diff --git a/.github/workflows/wp_ci.yml b/.github/workflows/wp_ci.yml index dec6fbc..0e4f06b 100644 --- a/.github/workflows/wp_ci.yml +++ b/.github/workflows/wp_ci.yml @@ -39,6 +39,9 @@ jobs: - name: PHP tests run: ./vendor/bin/phpunit --process-isolation tests + - name: Print artifact sha256 + run: echo "SHA256 " && sha256sum ./duo-universal.zip + - name: Upload artifact uses: actions/upload-artifact@v4 with: diff --git a/duouniversal-wordpress.php b/duouniversal-wordpress.php index 17e3fea..745dc4f 100644 --- a/duouniversal-wordpress.php +++ b/duouniversal-wordpress.php @@ -11,7 +11,7 @@ * Plugin Name: Duo Universal * Plugin URI: http://wordpress.org/extend/plugins/duo-universal/ * Description: This plugin enables Duo universal authentication for WordPress logins. - * Version: 1.2.0 + * Version: 1.2.1 * Requires at least: 6.0.0 * Requires PHP: 7.3.16 * Author: Duo Security diff --git a/readme.txt b/readme.txt index ac0ccf2..d7e5d58 100644 --- a/readme.txt +++ b/readme.txt @@ -2,8 +2,8 @@ Contributors: duosecurity Tags: authentication, muti-factor, two-factor, authenticator, login, username, password, duo, security Requires at least: 6.0.0 -Stable tag: 1.2.0 -Tested up to: 6.8.0 +Stable tag: 1.2.1 +Tested up to: 6.9 Requires PHP: 7.3.16 License: Apache-2.0 License URI: https://www.apache.org/licenses/LICENSE-2.0 @@ -38,6 +38,8 @@ Is Duo’s two-factor service really free? Yes, Duo is free up to 10 users and no credit card is required to get started! Paid plans for more than 10 users start at only $1/user/month. == Changelog == += 1.2.1 = +* Adds support for new Duo certificate authorities. = 1.2.0 = * Updated dependencies to require duo_universal_php v1.1.0 = 1.1.0 =