Plugin Directory

Changeset 3298322


Ignore:
Timestamp:
05/21/2025 08:51:38 PM (9 months ago)
Author:
duosecurity
Message:

Updated plugin for release 1.2.0

Location:
duo-universal
Files:
8 edited
1 copied

Legend:

Unmodified
Added
Removed
  • duo-universal/tags/1.2.0/composer.json

    r3042098 r3298322  
    1313  "require": {
    1414    "composer/installers": "~1.0",
    15     "duosecurity/duo_universal_php": ">=1.0.1"
     15    "duosecurity/duo_universal_php": ">=1.1.0"
    1616  },
    1717  "require-dev": {
  • duo-universal/tags/1.2.0/composer.lock

    r3042098 r3298322  
    55        "This file is @generated automatically"
    66    ],
    7     "content-hash": "991a25ed1815de443edb0e8637c74468",
     7    "content-hash": "afd3b1b2ba55a2436c4eb78e8fc3681c",
    88    "packages": [
    99        {
     
    160160        {
    161161            "name": "duosecurity/duo_universal_php",
    162             "version": "1.0.1",
     162            "version": "1.1.0",
    163163            "source": {
    164164                "type": "git",
    165165                "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",
    172172                "shasum": ""
    173173            },
    174174            "require": {
    175175                "ext-curl": "*",
     176                "ext-json": "*",
    176177                "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",
    181182                "squizlabs/php_codesniffer": "3.*"
    182183            },
     
    188189            },
    189190            "notification-url": "https://packagist.org/downloads/",
     191            "license": [
     192                "BSD-3-Clause"
     193            ],
    190194            "description": "A PHP implementation of the Duo Universal SDK.",
    191195            "homepage": "https://duo.com/",
     
    193197                "email": "[email protected]",
    194198                "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": "2022-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"
    198202        },
    199203        {
     
    25712575    "aliases": [],
    25722576    "minimum-stability": "stable",
    2573     "stability-flags": [],
     2577    "stability-flags": {},
    25742578    "prefer-stable": false,
    25752579    "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"
    25792583}
  • duo-universal/tags/1.2.0/duouniversal-wordpress.php

    r3105321 r3298322  
    1212 * Plugin URI: http://wordpress.org/extend/plugins/duo-universal/
    1313 * Description: This plugin enables Duo universal authentication for WordPress logins.
    14  * Version: 1.1.0
     14 * Version: 1.2.0
    1515 * Requires at least: 6.0.0
    1616 * Requires PHP: 7.3.16
  • duo-universal/tags/1.2.0/readme.txt

    r3283531 r3298322  
    33Tags: authentication, muti-factor, two-factor, authenticator, login, username, password, duo, security
    44Requires at least: 6.0.0
    5 Stable tag: 1.1.0
     5Stable tag: 1.2.0
    66Tested up to: 6.8.0
    77Requires PHP: 7.3.16
     
    3939
    4040== Changelog ==
     41= 1.2.0 =
     42* Updated dependencies to require duo_universal_php v1.1.0
    4143= 1.1.0 =
    4244* Refactored 2FA session management
  • duo-universal/trunk/composer.json

    r3042098 r3298322  
    1313  "require": {
    1414    "composer/installers": "~1.0",
    15     "duosecurity/duo_universal_php": ">=1.0.1"
     15    "duosecurity/duo_universal_php": ">=1.1.0"
    1616  },
    1717  "require-dev": {
  • duo-universal/trunk/composer.lock

    r3042098 r3298322  
    55        "This file is @generated automatically"
    66    ],
    7     "content-hash": "991a25ed1815de443edb0e8637c74468",
     7    "content-hash": "afd3b1b2ba55a2436c4eb78e8fc3681c",
    88    "packages": [
    99        {
     
    160160        {
    161161            "name": "duosecurity/duo_universal_php",
    162             "version": "1.0.1",
     162            "version": "1.1.0",
    163163            "source": {
    164164                "type": "git",
    165165                "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",
    172172                "shasum": ""
    173173            },
    174174            "require": {
    175175                "ext-curl": "*",
     176                "ext-json": "*",
    176177                "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",
    181182                "squizlabs/php_codesniffer": "3.*"
    182183            },
     
    188189            },
    189190            "notification-url": "https://packagist.org/downloads/",
     191            "license": [
     192                "BSD-3-Clause"
     193            ],
    190194            "description": "A PHP implementation of the Duo Universal SDK.",
    191195            "homepage": "https://duo.com/",
     
    193197                "email": "[email protected]",
    194198                "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": "2022-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"
    198202        },
    199203        {
     
    25712575    "aliases": [],
    25722576    "minimum-stability": "stable",
    2573     "stability-flags": [],
     2577    "stability-flags": {},
    25742578    "prefer-stable": false,
    25752579    "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"
    25792583}
  • duo-universal/trunk/duouniversal-wordpress.php

    r3105321 r3298322  
    1212 * Plugin URI: http://wordpress.org/extend/plugins/duo-universal/
    1313 * Description: This plugin enables Duo universal authentication for WordPress logins.
    14  * Version: 1.1.0
     14 * Version: 1.2.0
    1515 * Requires at least: 6.0.0
    1616 * Requires PHP: 7.3.16
  • duo-universal/trunk/readme.txt

    r3283531 r3298322  
    33Tags: authentication, muti-factor, two-factor, authenticator, login, username, password, duo, security
    44Requires at least: 6.0.0
    5 Stable tag: 1.1.0
     5Stable tag: 1.2.0
    66Tested up to: 6.8.0
    77Requires PHP: 7.3.16
     
    3939
    4040== Changelog ==
     41= 1.2.0 =
     42* Updated dependencies to require duo_universal_php v1.1.0
    4143= 1.1.0 =
    4244* Refactored 2FA session management
Note: See TracChangeset for help on using the changeset viewer.