diff --git a/dist/videomail-for-ninja-forms.zip b/dist/videomail-for-ninja-forms.zip index fa655bd..ee73f0b 100644 Binary files a/dist/videomail-for-ninja-forms.zip and b/dist/videomail-for-ninja-forms.zip differ diff --git a/package-lock.json b/package-lock.json index 0e849d9..988f281 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "videomail-for-ninja-forms", - "version": "5.2.0", + "version": "5.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "videomail-for-ninja-forms", - "version": "5.2.0", + "version": "5.2.1", "license": "CC0-1.0", "dependencies": { "videomail-client": "8.1.1" diff --git a/package.json b/package.json index 5d82fea..af4fe74 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "videomail-for-ninja-forms", - "version": "5.2.0", + "version": "5.2.1", "description": "With this add-on recording videos in Wordpress Ninja Forms comes true.", "author": "Michael Heuberger ", "contributors": [ diff --git a/readme.txt b/readme.txt index 3ddd4b6..c13a5d0 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: video, email, recorder, sign language Requires at least: 6.0 Tested up to: 6.5.4 -Stable tag: 5.1.1 +Stable tag: 5.2.1 Requires PHP: 7.4.0 Donate link: https://videomail.io/faq License: CC0-1.0 @@ -69,7 +69,7 @@ To get help, just use any of these contacts at [https://binarykitchen.com](https 2. Once you have assembled a form and preview it, any browser will ask for webcam access first. == Changelog == -= 5.2.0 (30 Jun 2024) = += 5.2.1 (30 Jun 2024) = *Improvement:* * New option "stretch' to let the video take full width of the parent container, regardless of the webcam resolution. * Improve documentation for developers diff --git a/src/php/videomail.php b/src/php/videomail.php index 1147385..0232eee 100755 --- a/src/php/videomail.php +++ b/src/php/videomail.php @@ -2,7 +2,7 @@ final class NF_Videomail { const NAME = 'Videomail'; - const VERSION = '5.2.0'; + const VERSION = '5.2.1'; const AUTHOR = 'Michael Heuberger + Kyle B. Johnson'; const SLUG = 'videomail'; const PREFIX = 'NF_Videomail'; diff --git a/target/php/videomail.php b/target/php/videomail.php index 1147385..0232eee 100755 --- a/target/php/videomail.php +++ b/target/php/videomail.php @@ -2,7 +2,7 @@ final class NF_Videomail { const NAME = 'Videomail'; - const VERSION = '5.2.0'; + const VERSION = '5.2.1'; const AUTHOR = 'Michael Heuberger + Kyle B. Johnson'; const SLUG = 'videomail'; const PREFIX = 'NF_Videomail'; diff --git a/videomail-for-ninja-forms.php b/videomail-for-ninja-forms.php index 325ebe2..2ef8392 100644 --- a/videomail-for-ninja-forms.php +++ b/videomail-for-ninja-forms.php @@ -3,7 +3,7 @@ Plugin Name: Videomail for Ninja Forms Plugin URI: https://github.com/binarykitchen/videomail-for-ninja-forms Description: Express yourself in more than just words. Record and send a short video from your webcam. -Version: 5.2.0 +Version: 5.2.1 Author: Michael Heuberger + Kyle B. Johnson Author URI: https://videomail.io Author URI: http://kylebjohnson.me