Plugin Directory

Changeset 3082714


Ignore:
Timestamp:
05/07/2024 04:42:28 PM (22 months ago)
Author:
pushlabs
Message:

Update to version 2.7.7 from GitHub

Location:
video-background
Files:
8 deleted
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • video-background/tags/2.7.7/CHANGELOG.md

    r3082200 r3082714  
    11# Video Background
     2
     3## 2.7.7
     4
     5### Patch Changes
     6
     7- Removed `.changeset`, `package.json`, and `package-lock.json` from production dist
    28
    39## 2.7.6
  • video-background/tags/2.7.7/candide-vidbg.php

    r3082200 r3082714  
    55 * Description: WordPress plugin to easily assign a video background to any element. Awesome.
    66 * Author: Push Labs
    7  * Version: 2.7.6
     7 * Version: 2.7.7
    88 * Author URI: https://pushlabs.co
    99 * Text 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.6' );
     22define( 'VIDBG_PLUGIN_VERSION', '2.7.7' );
    2323
    2424/**
  • video-background/tags/2.7.7/readme.txt

    r3082200 r3082714  
    44Requires at least: 4.5
    55Tested up to: 6.5.2
    6 Stable tag: 2.7.6
     6Stable tag: 2.7.7
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    8484
    8585== Changelog ==
     86
     87= 2.7.7 =
     88
     89- Removed `.changeset`, `package.json`, and `package-lock.json` from production dist
    8690
    8791= 2.7.6 =
  • video-background/trunk/CHANGELOG.md

    r3082200 r3082714  
    11# Video Background
     2
     3## 2.7.7
     4
     5### Patch Changes
     6
     7- Removed `.changeset`, `package.json`, and `package-lock.json` from production dist
    28
    39## 2.7.6
  • video-background/trunk/candide-vidbg.php

    r3082200 r3082714  
    55 * Description: WordPress plugin to easily assign a video background to any element. Awesome.
    66 * Author: Push Labs
    7  * Version: 2.7.6
     7 * Version: 2.7.7
    88 * Author URI: https://pushlabs.co
    99 * Text 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.6' );
     22define( 'VIDBG_PLUGIN_VERSION', '2.7.7' );
    2323
    2424/**
  • video-background/trunk/readme.txt

    r3082200 r3082714  
    44Requires at least: 4.5
    55Tested up to: 6.5.2
    6 Stable tag: 2.7.6
     6Stable tag: 2.7.7
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    8484
    8585== Changelog ==
     86
     87= 2.7.7 =
     88
     89- Removed `.changeset`, `package.json`, and `package-lock.json` from production dist
    8690
    8791= 2.7.6 =
Note: See TracChangeset for help on using the changeset viewer.