Plugin Directory

Changeset 3179238


Ignore:
Timestamp:
10/31/2024 06:39:25 AM (16 months ago)
Author:
wpfeedback
Message:

Updated to 4.0.8

Location:
atarim-visual-collaboration
Files:
209 added
3 edited

Legend:

Unmodified
Added
Removed
  • atarim-visual-collaboration/trunk/atarim-visual-collaboration.php

    r3167075 r3179238  
    33 * Plugin Name: Atarim: Visual Website Collaboration, Feedback & Workflow Management
    44 * Description: Atarim Visual Collaboration makes it easy and efficient to collaborate on websites with your clients, internal team, contractors…anyone! It’s used by nearly 10,000 agencies and freelancers worldwide on over 120,000 websites.
    5  * Version: 4.0.7
     5 * Version: 4.0.8
    66 * Requires at least: 5.0
    77 * Require PHP: 7.4
     
    3030}
    3131if ( ! defined( 'WPF_VERSION' ) ) {
    32     define( 'WPF_VERSION', '4.0.7' );
     32    define( 'WPF_VERSION', '4.0.8' );
    3333}
    3434
     
    466466                wp_enqueue_script( 'wpf_browser_info_script' );
    467467
    468                 wp_enqueue_script( 'wpf_lottie_script', 'https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js', array(), strtotime( "now" ), true );
     468                wp_enqueue_script( 'wpf_lottie_script', 'https://unpkg.com/@lottiefiles/lottie-player@2.0.8/dist/lottie-player.js', array(), strtotime( "now" ), true );
    469469
    470470                wp_register_script( 'wpf_common_functions', WPF_PLUGIN_URL . 'js/wpf_common_functions.js', array(), strtotime( "now" ), true );
  • atarim-visual-collaboration/trunk/inc/admin/wpf_admin_function.php

    r3157953 r3179238  
    327327            wp_enqueue_script( 'wpf_browser_info_script' );
    328328
    329             wp_enqueue_script( 'wpf_lottie_script', 'https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js', array(), strtotime( "now" ), true );
     329            wp_enqueue_script( 'wpf_lottie_script', 'https://unpkg.com/@lottiefiles/lottie-player@2.0.8/dist/lottie-player.js', array(), strtotime( "now" ), true );
    330330
    331331            wp_register_script( 'wpf_popper_script', WPF_PLUGIN_URL . 'js/popper.min.js', array(), WPF_VERSION, true );
  • atarim-visual-collaboration/trunk/readme.txt

    r3167075 r3179238  
    44Requires at least: 5.0
    55Tested up to: 6.6
    6 Stable tag: 4.0.7
     6Stable tag: 4.0.8
    77Requires PHP: 7.4
    88License: GPLv3 or later
     
    375375
    376376== Changelog ==
     377
     378= 4.0.8 =
     379* **Security Update** - Updated Lottie library version from @latest to a fixed 2.0.8 version to ensure a stable and secure experience.
     380* **Issue Fix** - Prevents future occurrences of popups from third-party changes by loading a specific, verified version of the animation library.
    377381
    378382= 4.0.7 =
Note: See TracChangeset for help on using the changeset viewer.