Plugin Directory

Changeset 3297938

Timestamp:
05/21/2025 09:55:23 AM (6 months ago)
Author:
web-engineer
Message:

tagging version 1.3.0.14760

Location:
video-callout
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • video-callout/tags/1.3.0.14760/assets/style.css

    r3260337 r3297938  
    109109    float: right;
    110110}
     111
     112
     113@media only screen and (max-width: 720px) {
     114
     115    .wevideopopup {
     116        width: 90vw !important;
     117        height: auto !important;
     118        aspect-ratio: 4 / 3 !important;
     119        margin: auto !important;
     120    }
     121}
  • video-callout/tags/1.3.0.14760/readme.txt

    r3261808 r3297938  
    33Tags: popup, video, youtube, vimeo, google drive
    44Requires at least: 5.8
    5 Tested up to: 6.7
     5Tested up to: 6.8
    66Requires PHP: 7.4
    77License: GPLv3
    88License URI: https://www.gnu.org/licenses/gpl-3.0.html
    9 Stable tag: 1.2.9.14334
     9Stable tag: 1.3.0.14760
    1010
    1111Add a video popup to your posts with an optional delay and display frequency. Fully customisable window with modal option.
     
    5757Fixes and feature updates will be noted here however.Where an update is just related to updates to contained
    5858packages the release won't be listed here.
     59
     60= 1.3.0 =
     61* Fixed width to the view size for smaller screens to prevent video from being too big
    5962
    6063= 1.2.5 =
  • video-callout/tags/1.3.0.14760/video-callout.php

    r3261808 r3297938  
    88 * Plugin URI: https://www.web-engineer.co.uk/video-callout?ref=plugin-page
    99 * Description: A simple solution to creating "Video Callouts" to your users on any given post/page as an overlay or modal, allows precise control of the frequency, timing delay and how the video is dismissed.
    10  * Version: 1.2.9.14334
     10 * Version: 1.3.0.14760
    1111 * Author: Web Engineer
    1212 * Author URI: https://www.web-engineer.co.uk/
  • video-callout/trunk/assets/style.css

    r3260337 r3297938  
    109109    float: right;
    110110}
     111
     112
     113@media only screen and (max-width: 720px) {
     114
     115    .wevideopopup {
     116        width: 90vw !important;
     117        height: auto !important;
     118        aspect-ratio: 4 / 3 !important;
     119        margin: auto !important;
     120    }
     121}
  • video-callout/trunk/readme.txt

    r3261808 r3297938  
    33Tags: popup, video, youtube, vimeo, google drive
    44Requires at least: 5.8
    5 Tested up to: 6.7
     5Tested up to: 6.8
    66Requires PHP: 7.4
    77License: GPLv3
    88License URI: https://www.gnu.org/licenses/gpl-3.0.html
    9 Stable tag: 1.2.9.14334
     9Stable tag: 1.3.0.14760
    1010
    1111Add a video popup to your posts with an optional delay and display frequency. Fully customisable window with modal option.
     
    5757Fixes and feature updates will be noted here however.Where an update is just related to updates to contained
    5858packages the release won't be listed here.
     59
     60= 1.3.0 =
     61* Fixed width to the view size for smaller screens to prevent video from being too big
    5962
    6063= 1.2.5 =
  • video-callout/trunk/video-callout.php

    r3261808 r3297938  
    88 * Plugin URI: https://www.web-engineer.co.uk/video-callout?ref=plugin-page
    99 * Description: A simple solution to creating "Video Callouts" to your users on any given post/page as an overlay or modal, allows precise control of the frequency, timing delay and how the video is dismissed.
    10  * Version: 1.2.9.14334
     10 * Version: 1.3.0.14760
    1111 * Author: Web Engineer
    1212 * Author URI: https://www.web-engineer.co.uk/
Note: See TracChangeset for help on using the changeset viewer.