Plugin Directory

Changeset 3368085


Ignore:
Timestamp:
09/25/2025 10:01:48 PM (6 months ago)
Author:
michael.heuberger
Message:

Update to version 8.1.1 from GitHub

Location:
videomail-for-ninja-forms
Files:
6 added
6 deleted
8 edited
1 copied

Legend:

Unmodified
Added
Removed
  • videomail-for-ninja-forms/tags/8.1.1/readme.txt

    r3366104 r3368085  
    66Requires at least: 6.0
    77Tested up to: 6.8.2
    8 Stable tag: 8.1.0
     8Stable tag: 8.1.1
    99Requires PHP: 8.1.0
    1010Donate link: https://videomail.io/faq
     
    7171
    7272== Changelog ==
     73= 8.1.1 (26 Sept 2025) =
     74**Fix**
     75* Rename minified files to prevent LiteSpeed from minifying them all over again, see https://github.com/litespeedtech/lscache_wp/issues/908
     76
    7377= 8.1.0 (23 Sept 2025) =
    7478**Fix**
  • videomail-for-ninja-forms/tags/8.1.1/target/php/fields/videomail.php

    r3366104 r3368085  
    156156    wp_enqueue_style(
    157157      'nf-videomail-main',
    158       NF_Videomail::$cssUrl . 'main.min.css',
     158      NF_Videomail::$cssUrl . 'main-min.css',
    159159      array(),
    160160      NF_Videomail::VERSION
     
    165165    wp_register_script(
    166166      'nf-videomail-client',
    167       NF_Videomail::$jsUrl . 'videomail-client/index.min.js',
     167      NF_Videomail::$jsUrl . 'videomail-client/index-min.js',
    168168      array(),
    169169      NF_Videomail::VERSION
     
    172172    wp_enqueue_script(
    173173      'nf-videomail-main',
    174       NF_Videomail::$jsUrl . 'main.min.js',
     174      NF_Videomail::$jsUrl . 'main-min.js',
    175175      // The script nf-front-end is defined by the Ninja Forms plugin and
    176176      // enqueued along with the ("front-end", client-side) form.
  • videomail-for-ninja-forms/tags/8.1.1/target/php/videomail.php

    r3366104 r3368085  
    33
    44  const NAME = 'Videomail';
    5   const VERSION = '8.1.0';
     5  const VERSION = '8.1.1';
    66  const AUTHOR = 'Michael Heuberger + Kyle B. Johnson';
    77  const SLUG = 'videomail';
  • videomail-for-ninja-forms/tags/8.1.1/videomail-for-ninja-forms.php

    r3366104 r3368085  
    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: 8.1.0
     6  Version: 8.1.1
    77  Author: Michael Heuberger + Kyle B. Johnson
    88  Author URI: https://videomail.io
  • videomail-for-ninja-forms/trunk/readme.txt

    r3366104 r3368085  
    66Requires at least: 6.0
    77Tested up to: 6.8.2
    8 Stable tag: 8.1.0
     8Stable tag: 8.1.1
    99Requires PHP: 8.1.0
    1010Donate link: https://videomail.io/faq
     
    7171
    7272== Changelog ==
     73= 8.1.1 (26 Sept 2025) =
     74**Fix**
     75* Rename minified files to prevent LiteSpeed from minifying them all over again, see https://github.com/litespeedtech/lscache_wp/issues/908
     76
    7377= 8.1.0 (23 Sept 2025) =
    7478**Fix**
  • videomail-for-ninja-forms/trunk/target/php/fields/videomail.php

    r3366104 r3368085  
    156156    wp_enqueue_style(
    157157      'nf-videomail-main',
    158       NF_Videomail::$cssUrl . 'main.min.css',
     158      NF_Videomail::$cssUrl . 'main-min.css',
    159159      array(),
    160160      NF_Videomail::VERSION
     
    165165    wp_register_script(
    166166      'nf-videomail-client',
    167       NF_Videomail::$jsUrl . 'videomail-client/index.min.js',
     167      NF_Videomail::$jsUrl . 'videomail-client/index-min.js',
    168168      array(),
    169169      NF_Videomail::VERSION
     
    172172    wp_enqueue_script(
    173173      'nf-videomail-main',
    174       NF_Videomail::$jsUrl . 'main.min.js',
     174      NF_Videomail::$jsUrl . 'main-min.js',
    175175      // The script nf-front-end is defined by the Ninja Forms plugin and
    176176      // enqueued along with the ("front-end", client-side) form.
  • videomail-for-ninja-forms/trunk/target/php/videomail.php

    r3366104 r3368085  
    33
    44  const NAME = 'Videomail';
    5   const VERSION = '8.1.0';
     5  const VERSION = '8.1.1';
    66  const AUTHOR = 'Michael Heuberger + Kyle B. Johnson';
    77  const SLUG = 'videomail';
  • videomail-for-ninja-forms/trunk/videomail-for-ninja-forms.php

    r3366104 r3368085  
    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: 8.1.0
     6  Version: 8.1.1
    77  Author: Michael Heuberger + Kyle B. Johnson
    88  Author URI: https://videomail.io
Note: See TracChangeset for help on using the changeset viewer.