Bump version number, update change log and recompile assets

This commit is contained in:
Bubka 2022-11-25 14:31:45 +01:00
parent 67068b5ccd
commit b4fe966557
4 changed files with 10 additions and 3 deletions

View File

@ -1,5 +1,12 @@
# 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
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.

View File

@ -9,7 +9,7 @@ return [
|
*/
'version' => '3.4.0',
'version' => '3.4.1',
'repository' => 'https://github.com/Bubka/2FAuth',
'latestReleaseUrl' => 'https://api.github.com/repos/Bubka/2FAuth/releases/latest',

2
public/js/app.js vendored

File diff suppressed because one or more lines are too long

View File

@ -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",
"/css/app.css": "/css/app.css?id=7a62b621b3fdb6e0e88a7230fdfbd075",
"/js/vendor.js": "/js/vendor.js?id=5b9def2003ec2c6749359957e3a52c0e"