Plugin Directory

Changeset 2774452


Ignore:
Timestamp:
08/23/2022 10:38:55 PM (4 years ago)
Author:
pushlabs
Message:

Update to version 2.7.3 from GitHub

Location:
video-background
Files:
2 added
4 deleted
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • video-background/tags/2.7.3/candide-vidbg.php

    r2774411 r2774452  
    55Description: WordPress plugin to easily assign a video background to any element. Awesome.
    66Author: Push Labs
    7 Version: 2.7.2
     7Version: 2.7.3
    88Author URI: https://pushlabs.co
    99Text Domain: video-background
     
    2020define( 'VIDBG_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
    2121define( 'VIDBG_PLUGIN_BASE', plugin_basename(__FILE__) );
    22 define( 'VIDBG_PLUGIN_VERSION', '2.7.2' );
     22define( 'VIDBG_PLUGIN_VERSION', '2.7.3' );
    2323
    2424/**
  • video-background/tags/2.7.3/readme.txt

    r2774411 r2774452  
    44Requires at least: 4.5
    55Tested up to: 6.0.1
    6 Stable tag: 2.7.2
     6Stable tag: 2.7.3
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    8484
    8585== Changelog ==
     86
     87= 2.7.3 =
     88* Fixed: Fixes a bug introduced in v2.7.2 where the metabox does not appear on some UNIX systems
    8689
    8790= 2.7.2 =
  • video-background/trunk/candide-vidbg.php

    r2774411 r2774452  
    55Description: WordPress plugin to easily assign a video background to any element. Awesome.
    66Author: Push Labs
    7 Version: 2.7.2
     7Version: 2.7.3
    88Author URI: https://pushlabs.co
    99Text Domain: video-background
     
    2020define( 'VIDBG_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
    2121define( 'VIDBG_PLUGIN_BASE', plugin_basename(__FILE__) );
    22 define( 'VIDBG_PLUGIN_VERSION', '2.7.2' );
     22define( 'VIDBG_PLUGIN_VERSION', '2.7.3' );
    2323
    2424/**
  • video-background/trunk/readme.txt

    r2774411 r2774452  
    44Requires at least: 4.5
    55Tested up to: 6.0.1
    6 Stable tag: 2.7.2
     6Stable tag: 2.7.3
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    8484
    8585== Changelog ==
     86
     87= 2.7.3 =
     88* Fixed: Fixes a bug introduced in v2.7.2 where the metabox does not appear on some UNIX systems
    8689
    8790= 2.7.2 =
Note: See TracChangeset for help on using the changeset viewer.