Video Background - Version 2.7.3

Version Description

  • Fixed: Fixes a bug introduced in v2.7.2 where the metabox does not appear on some UNIX systems
Download this release

Release Info

Developer pushlabs
Plugin Icon 128x128 Video Background
Version 2.7.3
Comparing to
See all releases

Code changes from version 2.7.2 to 2.7.3

.gitattributes DELETED
@@ -1,7 +0,0 @@
1
- # Directories
2
- /.wordpress-org export-ignore
3
- /.github export-ignore
4
-
5
- # Files
6
- /.gitattributes export-ignore
7
- /.gitignore export-ignore
 
 
 
 
 
 
 
candide-vidbg.php CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Video Background
4
  Plugin URI: https://pushlabs.co/documentation/video-background
5
  Description: WordPress plugin to easily assign a video background to any element. Awesome.
6
  Author: Push Labs
7
- Version: 2.7.2
8
  Author URI: https://pushlabs.co
9
  Text Domain: video-background
10
  Domain Path: /languages
@@ -19,7 +19,7 @@ if ( !defined( 'ABSPATH' ) ) {
19
  define( 'VIDBG_PLUGIN_PATH', plugin_dir_path( __FILE__ ) );
20
  define( 'VIDBG_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
21
  define( 'VIDBG_PLUGIN_BASE', plugin_basename(__FILE__) );
22
- define( 'VIDBG_PLUGIN_VERSION', '2.7.2' );
23
 
24
  /**
25
  * Install the plugin
4
  Plugin URI: https://pushlabs.co/documentation/video-background
5
  Description: WordPress plugin to easily assign a video background to any element. Awesome.
6
  Author: Push Labs
7
+ Version: 2.7.3
8
  Author URI: https://pushlabs.co
9
  Text Domain: video-background
10
  Domain Path: /languages
19
  define( 'VIDBG_PLUGIN_PATH', plugin_dir_path( __FILE__ ) );
20
  define( 'VIDBG_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
21
  define( 'VIDBG_PLUGIN_BASE', plugin_basename(__FILE__) );
22
+ define( 'VIDBG_PLUGIN_VERSION', '2.7.3' );
23
 
24
  /**
25
  * Install the plugin
inc/vendor/cmb2/includes/{CMB2_hookup.php → CMB2_Hookup.php} RENAMED
File without changes
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: blakedotvegas, pushlabs
3
  Tags: video background, Visual Composer, WPBakery, SiteOrigin, page builder
4
  Requires at least: 4.5
5
  Tested up to: 6.0.1
6
- Stable tag: 2.7.2
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -84,6 +84,9 @@ To add a video background to a class called **header** add ".header" to the cont
84
 
85
  == Changelog ==
86
 
 
 
 
87
  = 2.7.2 =
88
  * Fixed: Upgraded CMB2 from 2.2.1 to 2.10.1
89
  * Fixed: Fixed critical errors seen when using UpdraftPlus 1.22.16 via the above CMB2 update
3
  Tags: video background, Visual Composer, WPBakery, SiteOrigin, page builder
4
  Requires at least: 4.5
5
  Tested up to: 6.0.1
6
+ Stable tag: 2.7.3
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
84
 
85
  == 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
89
+
90
  = 2.7.2 =
91
  * Fixed: Upgraded CMB2 from 2.2.1 to 2.10.1
92
  * Fixed: Fixed critical errors seen when using UpdraftPlus 1.22.16 via the above CMB2 update