Changeset 3298322
- Timestamp:
- 05/21/2025 08:51:38 PM (9 months ago)
- Location:
- duo-universal
- Files:
-
- 8 edited
- 1 copied
-
tags/1.2.0 (copied) (copied from duo-universal/trunk)
-
tags/1.2.0/composer.json (modified) (1 diff)
-
tags/1.2.0/composer.lock (modified) (5 diffs)
-
tags/1.2.0/duouniversal-wordpress.php (modified) (1 diff)
-
tags/1.2.0/readme.txt (modified) (2 diffs)
-
trunk/composer.json (modified) (1 diff)
-
trunk/composer.lock (modified) (5 diffs)
-
trunk/duouniversal-wordpress.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
duo-universal/tags/1.2.0/composer.json
r3042098 r3298322 13 13 "require": { 14 14 "composer/installers": "~1.0", 15 "duosecurity/duo_universal_php": ">=1. 0.1"15 "duosecurity/duo_universal_php": ">=1.1.0" 16 16 }, 17 17 "require-dev": { -
duo-universal/tags/1.2.0/composer.lock
r3042098 r3298322 5 5 "This file is @generated automatically" 6 6 ], 7 "content-hash": " 991a25ed1815de443edb0e8637c74468",7 "content-hash": "afd3b1b2ba55a2436c4eb78e8fc3681c", 8 8 "packages": [ 9 9 { … … 160 160 { 161 161 "name": "duosecurity/duo_universal_php", 162 "version": "1. 0.1",162 "version": "1.1.0", 163 163 "source": { 164 164 "type": "git", 165 165 "url": "https://github.com/duosecurity/duo_universal_php.git", 166 "reference": " d7d9bd3bf996d16ff7f4af57b45ed5ca3144cd16"167 }, 168 "dist": { 169 "type": "zip", 170 "url": "https://api.github.com/repos/duosecurity/duo_universal_php/zipball/ d7d9bd3bf996d16ff7f4af57b45ed5ca3144cd16",171 "reference": " d7d9bd3bf996d16ff7f4af57b45ed5ca3144cd16",166 "reference": "a2852c46949a2de9ca6da908e4353a81c61b43a3" 167 }, 168 "dist": { 169 "type": "zip", 170 "url": "https://api.github.com/repos/duosecurity/duo_universal_php/zipball/a2852c46949a2de9ca6da908e4353a81c61b43a3", 171 "reference": "a2852c46949a2de9ca6da908e4353a81c61b43a3", 172 172 "shasum": "" 173 173 }, 174 174 "require": { 175 175 "ext-curl": "*", 176 "ext-json": "*", 176 177 "firebase/php-jwt": "^6.0", 177 "php": ">=7. 3"178 }, 179 "require-dev": { 180 "phpunit/phpunit": "^ 8.0",178 "php": ">=7.4" 179 }, 180 "require-dev": { 181 "phpunit/phpunit": "^9.0", 181 182 "squizlabs/php_codesniffer": "3.*" 182 183 }, … … 188 189 }, 189 190 "notification-url": "https://packagist.org/downloads/", 191 "license": [ 192 "BSD-3-Clause" 193 ], 190 194 "description": "A PHP implementation of the Duo Universal SDK.", 191 195 "homepage": "https://duo.com/", … … 193 197 "email": "[email protected]", 194 198 "issues": "https://github.com/duosecurity/duo_universal_php/issues", 195 "source": "https://github.com/duosecurity/duo_universal_php/tree/1. 0.1"196 }, 197 "time": "202 2-07-06T13:56:13+00:00"199 "source": "https://github.com/duosecurity/duo_universal_php/tree/1.1.0" 200 }, 201 "time": "2025-03-05T18:33:28+00:00" 198 202 }, 199 203 { … … 2571 2575 "aliases": [], 2572 2576 "minimum-stability": "stable", 2573 "stability-flags": [],2577 "stability-flags": {}, 2574 2578 "prefer-stable": false, 2575 2579 "prefer-lowest": false, 2576 "platform": [],2577 "platform-dev": [],2578 "plugin-api-version": "2. 2.0"2580 "platform": {}, 2581 "platform-dev": {}, 2582 "plugin-api-version": "2.6.0" 2579 2583 } -
duo-universal/tags/1.2.0/duouniversal-wordpress.php
r3105321 r3298322 12 12 * Plugin URI: http://wordpress.org/extend/plugins/duo-universal/ 13 13 * Description: This plugin enables Duo universal authentication for WordPress logins. 14 * Version: 1. 1.014 * Version: 1.2.0 15 15 * Requires at least: 6.0.0 16 16 * Requires PHP: 7.3.16 -
duo-universal/tags/1.2.0/readme.txt
r3283531 r3298322 3 3 Tags: authentication, muti-factor, two-factor, authenticator, login, username, password, duo, security 4 4 Requires at least: 6.0.0 5 Stable tag: 1. 1.05 Stable tag: 1.2.0 6 6 Tested up to: 6.8.0 7 7 Requires PHP: 7.3.16 … … 39 39 40 40 == Changelog == 41 = 1.2.0 = 42 * Updated dependencies to require duo_universal_php v1.1.0 41 43 = 1.1.0 = 42 44 * Refactored 2FA session management -
duo-universal/trunk/composer.json
r3042098 r3298322 13 13 "require": { 14 14 "composer/installers": "~1.0", 15 "duosecurity/duo_universal_php": ">=1. 0.1"15 "duosecurity/duo_universal_php": ">=1.1.0" 16 16 }, 17 17 "require-dev": { -
duo-universal/trunk/composer.lock
r3042098 r3298322 5 5 "This file is @generated automatically" 6 6 ], 7 "content-hash": " 991a25ed1815de443edb0e8637c74468",7 "content-hash": "afd3b1b2ba55a2436c4eb78e8fc3681c", 8 8 "packages": [ 9 9 { … … 160 160 { 161 161 "name": "duosecurity/duo_universal_php", 162 "version": "1. 0.1",162 "version": "1.1.0", 163 163 "source": { 164 164 "type": "git", 165 165 "url": "https://github.com/duosecurity/duo_universal_php.git", 166 "reference": " d7d9bd3bf996d16ff7f4af57b45ed5ca3144cd16"167 }, 168 "dist": { 169 "type": "zip", 170 "url": "https://api.github.com/repos/duosecurity/duo_universal_php/zipball/ d7d9bd3bf996d16ff7f4af57b45ed5ca3144cd16",171 "reference": " d7d9bd3bf996d16ff7f4af57b45ed5ca3144cd16",166 "reference": "a2852c46949a2de9ca6da908e4353a81c61b43a3" 167 }, 168 "dist": { 169 "type": "zip", 170 "url": "https://api.github.com/repos/duosecurity/duo_universal_php/zipball/a2852c46949a2de9ca6da908e4353a81c61b43a3", 171 "reference": "a2852c46949a2de9ca6da908e4353a81c61b43a3", 172 172 "shasum": "" 173 173 }, 174 174 "require": { 175 175 "ext-curl": "*", 176 "ext-json": "*", 176 177 "firebase/php-jwt": "^6.0", 177 "php": ">=7. 3"178 }, 179 "require-dev": { 180 "phpunit/phpunit": "^ 8.0",178 "php": ">=7.4" 179 }, 180 "require-dev": { 181 "phpunit/phpunit": "^9.0", 181 182 "squizlabs/php_codesniffer": "3.*" 182 183 }, … … 188 189 }, 189 190 "notification-url": "https://packagist.org/downloads/", 191 "license": [ 192 "BSD-3-Clause" 193 ], 190 194 "description": "A PHP implementation of the Duo Universal SDK.", 191 195 "homepage": "https://duo.com/", … … 193 197 "email": "[email protected]", 194 198 "issues": "https://github.com/duosecurity/duo_universal_php/issues", 195 "source": "https://github.com/duosecurity/duo_universal_php/tree/1. 0.1"196 }, 197 "time": "202 2-07-06T13:56:13+00:00"199 "source": "https://github.com/duosecurity/duo_universal_php/tree/1.1.0" 200 }, 201 "time": "2025-03-05T18:33:28+00:00" 198 202 }, 199 203 { … … 2571 2575 "aliases": [], 2572 2576 "minimum-stability": "stable", 2573 "stability-flags": [],2577 "stability-flags": {}, 2574 2578 "prefer-stable": false, 2575 2579 "prefer-lowest": false, 2576 "platform": [],2577 "platform-dev": [],2578 "plugin-api-version": "2. 2.0"2580 "platform": {}, 2581 "platform-dev": {}, 2582 "plugin-api-version": "2.6.0" 2579 2583 } -
duo-universal/trunk/duouniversal-wordpress.php
r3105321 r3298322 12 12 * Plugin URI: http://wordpress.org/extend/plugins/duo-universal/ 13 13 * Description: This plugin enables Duo universal authentication for WordPress logins. 14 * Version: 1. 1.014 * Version: 1.2.0 15 15 * Requires at least: 6.0.0 16 16 * Requires PHP: 7.3.16 -
duo-universal/trunk/readme.txt
r3283531 r3298322 3 3 Tags: authentication, muti-factor, two-factor, authenticator, login, username, password, duo, security 4 4 Requires at least: 6.0.0 5 Stable tag: 1. 1.05 Stable tag: 1.2.0 6 6 Tested up to: 6.8.0 7 7 Requires PHP: 7.3.16 … … 39 39 40 40 == Changelog == 41 = 1.2.0 = 42 * Updated dependencies to require duo_universal_php v1.1.0 41 43 = 1.1.0 = 42 44 * Refactored 2FA session management
Note: See TracChangeset
for help on using the changeset viewer.