Browse Source

Bump version number, update change log and recompile assets

Bubka 2 years ago
parent
commit
b4fe966557
4 changed files with 9 additions and 2 deletions
  1. 7 0
      changelog.md
  2. 1 1
      config/2fauth.php
  3. 0 0
      public/js/app.js
  4. 1 1
      public/mix-manifest.json

+ 7 - 0
changelog.md

@@ -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.

+ 1 - 1
config/2fauth.php

@@ -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',
 

File diff suppressed because it is too large
+ 0 - 0
public/js/app.js


+ 1 - 1
public/mix-manifest.json

@@ -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"

Some files were not shown because too many files changed in this diff