HEX
Server: nginx/1.28.1
System: Linux 10-41-63-61 6.8.0-31-generic #31-Ubuntu SMP PREEMPT_DYNAMIC Sat Apr 20 00:40:06 UTC 2024 x86_64
User: www (1001)
PHP: 7.4.33
Disabled: passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv
Upload Files
File: /www/server/phpmyadmin/phpmyadmin_9764cdcd971edddc/vendor/code-lts/u2f-php-server/CHANGELOG.md
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased] - yyyy-mm-dd

## [1.2.2] - 2024-07-24

- Update and fix doc blocks
- Support PHPUnit 10
- Improve tests for PHPUnit 10 & 11
- Exclude tests from the vendor tarball

## [1.2.1] - 2022-12-03

- Don't replace `samyoul/u2f-php-server` anymore in `composer.json`
- Exclude tests and phpunit config from vendor archives
- Apply `wdes/coding-standard` and make constants officially public

## [1.2.0] - 2021-12-12

- Added `ReturnTypeWillChange` for PHP 8.1 on SignRequest and RegistrationRequest
- Wrote tests for most of the code of this library
- Run tests on GitHub actions
- Changed the namespace from `Samyoul` to `CodeLts`
- Cleaned up the code
- Added a `.gitattributes` file
- Improved phpdoc blocks
- Wrote betters comments
- Added a CHANGELOG file
- Improved the README file

## [1.1.4] - 2018-10-26

- Fix issue when there is more than one U2F key registered

## [1.1.3] - 2016-12-14

- Fix public property access bug in `U2FServer` class
- Made `SignRequest` class json `JsonSerializable`

## [1.1.2] - 2016-12-13

- Replaced `toString()` with `jsonSerialize()` on `RegistrationRequest` class

## [1.1.1] - 2016-12-13

- Added `toString()` on `RegistrationRequest` class

## [1.1.0] - 2016-12-13

- Re-Namespaced the classes

## [1.0.0] - 2016-12-12

- First version