Skip to content

Commit 034698c

Browse files
committed
Merge branch 'release/8.3.1'
* release/8.3.1: Final commit of version 8.3.1 Bump to v8.3.1 Add a missing comma, FFS
2 parents 52cdbfa + 08ab557 commit 034698c

11 files changed

Lines changed: 16 additions & 12 deletions

dist/videomail-for-ninja-forms.zip

16 Bytes
Binary file not shown.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "videomail-for-ninja-forms",
3-
"version": "8.3.0",
3+
"version": "8.3.1",
44
"description": "With this add-on recording videos in Wordpress Ninja Forms comes true.",
55
"author": "Michael Heuberger <michael.heuberger@binarykitchen.com>",
66
"contributors": [

readme.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Tags: video, email, recorder, sign language
55

66
Requires at least: 6.0
77
Tested up to: 6.8.2
8-
Stable tag: 8.3.0
8+
Stable tag: 8.3.1
99
Requires PHP: 8.1.0
1010
Donate link: https://videomail.io/faq
1111
License: CC0-1.0
@@ -70,6 +70,10 @@ To get help, just use any of these contacts at [https://binarykitchen.com](https
7070
2. Once you have assembled a form and preview it, any browser will ask for webcam access first.
7171

7272
== Changelog ==
73+
= 8.3.1 (17 Oct 2025) =
74+
**Fix**
75+
* Adds one missing comma :)
76+
7377
= 8.3.0 (17 Oct 2025) =
7478
**Improvement**
7579
* Adds new advanced option "disableFormWhenSubmitting" to increase security during form submissions

src/js/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Remember, you can't use any import/require statements here
2-
const PLUGIN_VERSION = "8.3.0";
2+
const PLUGIN_VERSION = "8.3.1";
33

44
// manual switch to have more stuff printed to console
55
let DEBUG = false;

src/php/config/videomail-field-settings.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
'group' => 'advanced',
142142
'value' => false,
143143
'help' => __('With this option enabled, the user will not be asked for camera permissions unless the record button is clicked. When disabled (default), permissions are being asked on page load which is preferred. This option is only for when the there is a conflict with the application when already many other events occur on page load.', 'videomail-for-ninja-forms')
144-
)
144+
),
145145

146146
'disable_form_when_submitting' => array(
147147
'name' => 'disable_form_when_submitting',

src/php/videomail.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
final class NF_Videomail {
33

44
const NAME = 'Videomail';
5-
const VERSION = '8.3.0';
5+
const VERSION = '8.3.1';
66
const AUTHOR = 'Michael Heuberger + Kyle B. Johnson';
77
const SLUG = 'videomail';
88
const PREFIX = 'NF_Videomail';

target/js/main-min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

target/php/config/videomail-field-settings.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
'group' => 'advanced',
142142
'value' => false,
143143
'help' => __('With this option enabled, the user will not be asked for camera permissions unless the record button is clicked. When disabled (default), permissions are being asked on page load which is preferred. This option is only for when the there is a conflict with the application when already many other events occur on page load.', 'videomail-for-ninja-forms')
144-
)
144+
),
145145

146146
'disable_form_when_submitting' => array(
147147
'name' => 'disable_form_when_submitting',

target/php/videomail.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
final class NF_Videomail {
33

44
const NAME = 'Videomail';
5-
const VERSION = '8.3.0';
5+
const VERSION = '8.3.1';
66
const AUTHOR = 'Michael Heuberger + Kyle B. Johnson';
77
const SLUG = 'videomail';
88
const PREFIX = 'NF_Videomail';

0 commit comments

Comments
 (0)