Plugin Directory

Changeset 3438455


Ignore:
Timestamp:
01/13/2026 09:46:43 AM (2 months ago)
Author:
harsh175
Message:

Update readme.txt

Location:
product-media-video-viewer
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • product-media-video-viewer/trunk/readme.txt

    r3438328 r3438455  
    11=== Product Media Video Viewer for WooCommerce ===
    22Contributors: harsh175
    3 Tags: woocommerce, product video, product gallery, media slider, video gallery
     3Tags: woocommerce, product video, product gallery, video slider, video gallery
    44Requires at least: 6.6
    55Tested up to: 6.9
     
    6464* `pvmg_product_images` – Modify product images used in the media gallery
    6565
     66= Shortcodes =
     67* `[pvmg_video id="1"]` – Single video
     68* `[pvmg_video id="1,2,3"]` – Multiple videos
     69* `[pvmg_video id="1" autoplay="1"]` – With autoplay
     70
     71== Performance ==
     72
     73The plugin is optimized for performance:
     74– CSS and JS files are only loaded on product pages
     75– YouTube API is loaded asynchronously
     76– Images are lazy-loaded in the modal
     77– Minimal database queries
     78
     79== Security ==
     80
     81– All inputs are sanitized and escaped
     82– YouTube URLs are validated
     83– Nonce verification on form submissions
     84– Capability checks for admin functions
     85
     86== Support ==
     87
     88For issues, questions, or feature requests:
     89– Check the troubleshooting section above
     90– Review the browser console for errors
     91– Check WordPress and WooCommerce compatibility
     92
    6693== Screenshots ==
    6794
    68951. Admin-side product media setup
    69962. Popup media gallery with image & video tabs
    70 
    71 
    72 == Third Party Libraries/Resources ==
    73 
    74 This plugin bundles the following third-party libraries:
    75 
    76 * Slick Slider 
    77   Author: Ken Wheeler 
    78   License: MIT 
    79   Source: https://kenwheeler.github.io/slick/
    8097
    8198== Changelog ==
Note: See TracChangeset for help on using the changeset viewer.