Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/wp_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion duouniversal-wordpress.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 4 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 =
Expand Down