mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-06-20 11:47:53 +02:00
Bump version number, update change log and recompile assets
This commit is contained in:
parent
67068b5ccd
commit
b4fe966557
@ -1,5 +1,12 @@
|
|||||||
# Change log
|
# Change log
|
||||||
|
|
||||||
|
## [3.4.1] - 2022-11-25
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- [issue #140](https://github.com/Bubka/2FAuth/issues/140) Bad regex for Period field (advanced form)
|
||||||
|
- [issue #141](https://github.com/Bubka/2FAuth/issues/141) Digits field is missing in advanced form
|
||||||
|
|
||||||
## [3.4.0] - 2022-10-20
|
## [3.4.0] - 2022-10-20
|
||||||
|
|
||||||
This release is a big step towards more accessibility. Keyboard navigation is now fully supported, with clean and consistent focus, and several UI components have received relevant ARIA properties to support assistive technologies.
|
This release is a big step towards more accessibility. Keyboard navigation is now fully supported, with clean and consistent focus, and several UI components have received relevant ARIA properties to support assistive technologies.
|
||||||
|
@ -9,7 +9,7 @@ return [
|
|||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
'version' => '3.4.0',
|
'version' => '3.4.1',
|
||||||
'repository' => 'https://github.com/Bubka/2FAuth',
|
'repository' => 'https://github.com/Bubka/2FAuth',
|
||||||
'latestReleaseUrl' => 'https://api.github.com/repos/Bubka/2FAuth/releases/latest',
|
'latestReleaseUrl' => 'https://api.github.com/repos/Bubka/2FAuth/releases/latest',
|
||||||
|
|
||||||
|
2
public/js/app.js
vendored
2
public/js/app.js
vendored
File diff suppressed because one or more lines are too long
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"/js/app.js": "/js/app.js?id=b8d6128c5379f04335a3211a07c63fbb",
|
"/js/app.js": "/js/app.js?id=0759ee4bf9957ba897e8ca63f1fc960a",
|
||||||
"/js/manifest.js": "/js/manifest.js?id=af5ab3286fe62cebba2085465b83b8b5",
|
"/js/manifest.js": "/js/manifest.js?id=af5ab3286fe62cebba2085465b83b8b5",
|
||||||
"/css/app.css": "/css/app.css?id=7a62b621b3fdb6e0e88a7230fdfbd075",
|
"/css/app.css": "/css/app.css?id=7a62b621b3fdb6e0e88a7230fdfbd075",
|
||||||
"/js/vendor.js": "/js/vendor.js?id=5b9def2003ec2c6749359957e3a52c0e"
|
"/js/vendor.js": "/js/vendor.js?id=5b9def2003ec2c6749359957e3a52c0e"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user