Video Background - Version 2.2.3

Version Description

  • Fixed typo in settings submenu
Download this release

Release Info

Developer blakedotvegas
Plugin Icon 128x128 Video Background
Version 2.2.3
Comparing to
See all releases

Code changes from version 2.2.2 to 2.2.3

Files changed (2) hide show
  1. candide-vidbg.php +3 -3
  2. readme.txt +4 -1
candide-vidbg.php CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Video Background
4
  Plugin URI: http://blake.vegas/plugins/video-background/
5
  Description: jQuery WordPress plugin to easily assign a video background to any element. Awesome.
6
  Author: Blake Wilson
7
- Version: 2.2.2
8
  Author URI: http://blake.vegas
9
  */
10
 
@@ -21,7 +21,7 @@ add_action('admin_enqueue_scripts', 'vidbg_metabox_scripts');
21
  * Enqueue vidbg jquery script
22
  */
23
  function vidbg_jquery() {
24
- wp_enqueue_script('vidbg-video-background', plugins_url('/js/jquery.vidbg-min.js', __FILE__), array('jquery'), '2.2.2', true);
25
  }
26
  add_action('wp_footer', 'vidbg_jquery' );
27
 
@@ -302,7 +302,7 @@ add_action( 'admin_menu', 'vidbg_add_gettingstarted' );
302
  function vidbg_add_gettingstarted() {
303
  add_options_page(
304
  'Video Background',
305
- 'Video Backgroud',
306
  'manage_options',
307
  'html5-vidbg',
308
  'vidbg_gettingstarted_page'
4
  Plugin URI: http://blake.vegas/plugins/video-background/
5
  Description: jQuery WordPress plugin to easily assign a video background to any element. Awesome.
6
  Author: Blake Wilson
7
+ Version: 2.2.3
8
  Author URI: http://blake.vegas
9
  */
10
 
21
  * Enqueue vidbg jquery script
22
  */
23
  function vidbg_jquery() {
24
+ wp_enqueue_script('vidbg-video-background', plugins_url('/js/jquery.vidbg-min.js', __FILE__), array('jquery'), '2.2.3', true);
25
  }
26
  add_action('wp_footer', 'vidbg_jquery' );
27
 
302
  function vidbg_add_gettingstarted() {
303
  add_options_page(
304
  'Video Background',
305
+ 'Video Background',
306
  'manage_options',
307
  'html5-vidbg',
308
  'vidbg_gettingstarted_page'
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=VAQJG
4
  Tags: html5, video background, mp4, webm, responsive, shortcode, overlay, fullscreen background, fullscreen, html5 video background, metabox, blake vegas, loop, mute, unmute
5
  Requires at least: 3.2
6
  Tested up to: 4.3.1
7
- Stable tag: 2.2.2
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -73,6 +73,9 @@ To add a video background to a class called **header** add ".header" to the cont
73
 
74
  == Changelog ==
75
 
 
 
 
76
  = 2.2.2 =
77
  * Fixed blurred circle play button bug on iOS devices
78
 
4
  Tags: html5, video background, mp4, webm, responsive, shortcode, overlay, fullscreen background, fullscreen, html5 video background, metabox, blake vegas, loop, mute, unmute
5
  Requires at least: 3.2
6
  Tested up to: 4.3.1
7
+ Stable tag: 2.2.3
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
73
 
74
  == Changelog ==
75
 
76
+ = 2.2.3 =
77
+ * Fixed typo in settings submenu
78
+
79
  = 2.2.2 =
80
  * Fixed blurred circle play button bug on iOS devices
81