Skip to content

Commit

Permalink
Bump version number, update change log and recompile assets
Browse files Browse the repository at this point in the history
  • Loading branch information
Bubka committed Nov 25, 2022
1 parent 67068b5 commit b4fe966
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion config/2fauth.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
|
*/

'version' => '3.4.0',
'version' => '3.4.1',
'repository' => 'https://github.com/Bubka/2FAuth',
'latestReleaseUrl' => 'https://api.github.com/repos/Bubka/2FAuth/releases/latest',

Expand Down
2 changes: 1 addition & 1 deletion public/js/app.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/mix-manifest.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit b4fe966

Please sign in to comment.