Skip to content

Commit b119043

Browse files
committed
Merge branch 'release/9.0.1'
* release/9.0.1: Final commit of version 9.0.1 Bump VC to v9.0.1 with fixes within
2 parents 27fbdfe + 3104c58 commit b119043

10 files changed

Lines changed: 210 additions & 187 deletions

File tree

dist/videomail-for-ninja-forms.zip

257 Bytes
Binary file not shown.

package-lock.json

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

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "videomail-for-ninja-forms",
3-
"version": "9.0.0",
3+
"version": "9.0.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": [
@@ -58,13 +58,13 @@
5858
]
5959
},
6060
"dependencies": {
61-
"videomail-client": "13.0.0"
61+
"videomail-client": "13.2.0"
6262
},
6363
"devDependencies": {
64-
"@babel/core": "7.28.4",
65-
"@babel/eslint-parser": "7.28.4",
66-
"@babel/plugin-transform-runtime": "7.28.3",
67-
"@babel/preset-env": "7.28.3",
64+
"@babel/core": "7.28.5",
65+
"@babel/eslint-parser": "7.28.5",
66+
"@babel/plugin-transform-runtime": "7.28.5",
67+
"@babel/preset-env": "7.28.5",
6868
"@babel/runtime": "7.28.4",
6969
"babel-eslint": "10.1.0",
7070
"browser-sync": "3.0.4",

readme.txt

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
11
=== Videomail for Ninja Forms ===
2-
32
Contributors: michael.heuberger, kbjohnson90
43
Tags: video, email, recorder, sign language
5-
64
Requires at least: 6.0
75
Tested up to: 6.8.2
8-
Stable tag: 9.0.0
6+
Stable tag: 9.0.1
97
Requires PHP: 8.1.0
108
Donate link: https://videomail.io/faq
119
License: CC0-1.0
1210

13-
Record videos in Ninja Forms!
11+
Record videos with audio or in Sign Language with Ninja Forms!
1412

1513
== Description ==
14+
1615
With this add-on recording and sending videos in WordPress *finally* comes true. No further coding required. Just install + configure a bit (like duration, width or enable audio etc) and that’s all. Wicked.
1716

1817
* Record from webcam, simple
@@ -70,6 +69,20 @@ To get help, just use any of these contacts at [https://binarykitchen.com](https
7069
2. Once you have assembled a form and preview it, any browser will ask for webcam access first.
7170

7271
== Changelog ==
72+
73+
= 9.0.1 (2 Nov 2025) =
74+
**Improvement**
75+
* More user friendlier error messages for missing inputs
76+
77+
**Change:**
78+
* Include recording location which will assist investigating technical issues
79+
80+
**Fix**
81+
* Rename wrong option name from ninjaFormPlugin to videomailNinjaFormPlugin
82+
83+
**Chore**
84+
* Upgrade VC dependency
85+
7386
= 9.0.0 (21 Oct 2025) =
7487
**Change:**
7588
* Breaking change: switch to new Videomail API endpoint.

src/js/main.js

Lines changed: 2 additions & 2 deletions
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 = "9.0.0";
2+
const PLUGIN_VERSION = "9.0.1";
33

44
// manual switch to have more stuff printed to console
55
let DEBUG = false;
@@ -118,7 +118,7 @@ const VideomailFieldController = Marionette.Object.extend({
118118
// log actions/events to console
119119
verbose,
120120

121-
versions: { ninjaFormPlugin: PLUGIN_VERSION },
121+
versions: { videomailNinjaFormPlugin: PLUGIN_VERSION },
122122
});
123123

124124
this.videomailClient.on("PREVIEW", this.onPreview.bind(this));

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 = '9.0.0';
5+
const VERSION = '9.0.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/js/videomail-client/index-min.js

Lines changed: 42 additions & 32 deletions
Large diffs are not rendered by default.

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 = '9.0.0';
5+
const VERSION = '9.0.1';
66
const AUTHOR = 'Michael Heuberger + Kyle B. Johnson';
77
const SLUG = 'videomail';
88
const PREFIX = 'NF_Videomail';

videomail-for-ninja-forms.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Plugin Name: Videomail for Ninja Forms
44
Plugin URI: https://github.com/binarykitchen/videomail-for-ninja-forms
55
Description: Express yourself in more than just words. Record and send a short video from your webcam.
6-
Version: 9.0.0
6+
Version: 9.0.1
77
Author: Michael Heuberger + Kyle B. Johnson
88
Author URI: https://videomail.io
99
Author URI: http://kylebjohnson.me

0 commit comments

Comments
 (0)