Video Background - Version 2.5.5

Version Description

  • Fixed notice issue when hide muted fields checkbox was checked
Download this release

Release Info

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

Code changes from version 2.5.4 to 2.5.5

Files changed (3) hide show
  1. candide-vidbg.php +15 -5
  2. languages/video-background.pot +61 -61
  3. readme.txt +4 -1
candide-vidbg.php CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Video Background
4
  Plugin URI: http://blakewilson.me/projects/video-background/
5
  Description: jQuery WordPress plugin to easily assign a video background to any element. Awesome.
6
  Author: Blake Wilson
7
- Version: 2.5.4
8
  Author URI: http://blakewilson.me
9
  Donate Link: http://paypal.me/blakewilsonme
10
  Text Domain: video-background
@@ -104,13 +104,15 @@ add_filter( 'cmb2_localized_data', 'vidbg_default_color_palette' );
104
  * Helper function to output disabled Video Background Pro fields
105
  *
106
  * @since 2.5.4
 
 
107
  */
108
  function vidbg_disabled_pro_field( $field_name = 'Blank Pro', $field_id = 'pro_blank', $field_type = 'input', $field_description = '' ) {
109
 
110
  $output = '';
111
  $options = get_option( 'vidbg_disable_pro_fields' );
112
 
113
- if ( $options['vidbg_checkbox_disable_pro_field'] !== '1' ) {
114
  if ( $field_type === 'input' ) {
115
  $field_class = 'cmb-row cmb-type-text cmb2-id-pro-disabled-field-' . $field_id . ' table-layout';
116
  } elseif ( $field_type === 'radio' ) {
@@ -491,12 +493,20 @@ add_action( 'admin_init', 'vidbg_register_settings' );
491
  * @since 2.5.4
492
  *
493
  * @uses get_option()
 
494
  */
495
  function vidbg_checkbox_disable_pro_field_render() {
496
  $options = get_option( 'vidbg_disable_pro_fields' );
497
- ?>
498
- <input type='checkbox' name='vidbg_disable_pro_fields[vidbg_checkbox_disable_pro_field]' <?php checked( $options['vidbg_checkbox_disable_pro_field'], 1 ); ?> value='1'>
499
- <?php
 
 
 
 
 
 
 
500
  }
501
 
502
  /**
4
  Plugin URI: http://blakewilson.me/projects/video-background/
5
  Description: jQuery WordPress plugin to easily assign a video background to any element. Awesome.
6
  Author: Blake Wilson
7
+ Version: 2.5.5
8
  Author URI: http://blakewilson.me
9
  Donate Link: http://paypal.me/blakewilsonme
10
  Text Domain: video-background
104
  * Helper function to output disabled Video Background Pro fields
105
  *
106
  * @since 2.5.4
107
+ *
108
+ * @uses get_option()
109
  */
110
  function vidbg_disabled_pro_field( $field_name = 'Blank Pro', $field_id = 'pro_blank', $field_type = 'input', $field_description = '' ) {
111
 
112
  $output = '';
113
  $options = get_option( 'vidbg_disable_pro_fields' );
114
 
115
+ if ( ! $options ) {
116
  if ( $field_type === 'input' ) {
117
  $field_class = 'cmb-row cmb-type-text cmb2-id-pro-disabled-field-' . $field_id . ' table-layout';
118
  } elseif ( $field_type === 'radio' ) {
493
  * @since 2.5.4
494
  *
495
  * @uses get_option()
496
+ * @uses checked()
497
  */
498
  function vidbg_checkbox_disable_pro_field_render() {
499
  $options = get_option( 'vidbg_disable_pro_fields' );
500
+
501
+ $output = '';
502
+ $check = '';
503
+ if ( $options ) {
504
+ $check = checked( $options['vidbg_checkbox_disable_pro_field'], 1, false );
505
+ }
506
+
507
+ $output .= '<input type="checkbox" name="vidbg_disable_pro_fields[vidbg_checkbox_disable_pro_field]" ' . $check . ' value="1">';
508
+
509
+ echo $output;
510
  }
511
 
512
  /**
languages/video-background.pot CHANGED
@@ -3,7 +3,7 @@ msgid ""
3
  msgstr ""
4
  "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
5
  "Project-Id-Version: Video Background\n"
6
- "POT-Creation-Date: 2016-06-24 00:51-0700\n"
7
  "PO-Revision-Date: 2016-03-30 22:31-0700\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
@@ -37,246 +37,246 @@ msgid "Hide Advanced Options"
37
  msgstr ""
38
 
39
  #. Plugin Name of the plugin/theme
40
- #: candide-vidbg.php:163
41
  msgid "Video Background"
42
  msgstr ""
43
 
44
- #: candide-vidbg.php:170
45
  msgid "Container"
46
  msgstr ""
47
 
48
- #: candide-vidbg.php:171
49
  msgid ""
50
  "Please specify the container you would like your video background to be in."
51
  "<br>ex: <code>.header</code> or <code>body</code>"
52
  msgstr ""
53
 
54
- #: candide-vidbg.php:175
55
  msgid "YouTube Link"
56
  msgstr ""
57
 
58
- #: candide-vidbg.php:178
59
  msgid ""
60
  "To create YouTube video backgrounds, <a href=\"http://pushlabs.co/video-"
61
  "background-pro\" rel=\"nofollow\" target=\"_blank\">please download the pro "
62
  "version!</a>"
63
  msgstr ""
64
 
65
- #: candide-vidbg.php:183
66
  msgid "Link to .mp4"
67
  msgstr ""
68
 
69
- #: candide-vidbg.php:184
70
  msgid ""
71
  "Please specify the link to the .mp4 file. You can either enter a URL or "
72
  "upload a file.<br>For browser compatability, please enter an .mp4 and .webm "
73
  "file for video backgrounds."
74
  msgstr ""
75
 
76
- #: candide-vidbg.php:188
77
  msgid "Upload .mp4 file"
78
  msgstr ""
79
 
80
- #: candide-vidbg.php:193
81
  msgid "Link to .webm"
82
  msgstr ""
83
 
84
- #: candide-vidbg.php:194
85
  msgid ""
86
  "Please specify the link to the .webm file. You can either enter a URL or "
87
  "upload a file.<br>For browser compatability, please enter an .mp4 and .webm "
88
  "file for video backgrounds."
89
  msgstr ""
90
 
91
- #: candide-vidbg.php:198
92
  msgid "Upload .webm file"
93
  msgstr ""
94
 
95
- #: candide-vidbg.php:203
96
  msgid "Link to fallback image"
97
  msgstr ""
98
 
99
- #: candide-vidbg.php:204
100
  msgid ""
101
  "Please specify a link to the fallback image in case the browser does not "
102
  "support video backgrounds. You can either enter a URL or upload a file."
103
  msgstr ""
104
 
105
- #: candide-vidbg.php:208
106
  msgid "Upload fallback image"
107
  msgstr ""
108
 
109
- #: candide-vidbg.php:213
110
  msgid "Overlay"
111
  msgstr ""
112
 
113
- #: candide-vidbg.php:214
114
  msgid ""
115
  "Add an overlay over the video. This is useful if your text isn't readable "
116
  "with a video background."
117
  msgstr ""
118
 
119
- #: candide-vidbg.php:219 candide-vidbg.php:256 candide-vidbg.php:268
120
  msgid "Off"
121
  msgstr ""
122
 
123
- #: candide-vidbg.php:220 candide-vidbg.php:257 candide-vidbg.php:269
124
  msgid "On"
125
  msgstr ""
126
 
127
- #: candide-vidbg.php:226
128
  msgid "Overlay Color"
129
  msgstr ""
130
 
131
- #: candide-vidbg.php:227
132
  msgid ""
133
  "If overlay is enabled, a color will be used for the overlay. You can specify "
134
  "the color here."
135
  msgstr ""
136
 
137
- #: candide-vidbg.php:234
138
  msgid "Overlay Opacity"
139
  msgstr ""
140
 
141
- #: candide-vidbg.php:235
142
  msgid ""
143
  "Specify the opacity of the overlay with the left being mostly transparent "
144
  "and the right being hardly transparent."
145
  msgstr ""
146
 
147
- #: candide-vidbg.php:242
148
  msgid "Overlay Texture"
149
  msgstr ""
150
 
151
- #: candide-vidbg.php:245
152
  msgid ""
153
  "To add overlay textures to your video background, <a href=\"http://pushlabs."
154
  "co/video-background-pro\" rel=\"nofollow\" target=\"_blank\">please download "
155
  "the pro version!</a>"
156
  msgstr ""
157
 
158
- #: candide-vidbg.php:250
159
  msgid "Turn off loop?"
160
  msgstr ""
161
 
162
- #: candide-vidbg.php:251
163
  msgid ""
164
  "Turn off the loop for Video Background. Once the video is complete, it will "
165
  "display the last frame of the video."
166
  msgstr ""
167
 
168
- #: candide-vidbg.php:262
169
  msgid "Play the audio?"
170
  msgstr ""
171
 
172
- #: candide-vidbg.php:263
173
  msgid "Enabling this will play the audio of the video."
174
  msgstr ""
175
 
176
- #: candide-vidbg.php:272
177
  msgid "Enable Play/Pause button"
178
  msgstr ""
179
 
180
- #: candide-vidbg.php:275
181
  msgid ""
182
  "To enable a play/pause button on the frontend, <a href=\"http://pushlabs.co/"
183
  "video-background-pro\" rel=\"nofollow\" target=\"_blank\">please download "
184
  "the pro version!</a>"
185
  msgstr ""
186
 
187
- #: candide-vidbg.php:277
188
  msgid "Enable Mute/Unmute button"
189
  msgstr ""
190
 
191
- #: candide-vidbg.php:280
192
  msgid ""
193
  "To enable a mute/unmute button on the frontend, <a href=\"http://pushlabs.co/"
194
  "video-background-pro\" rel=\"nofollow\" target=\"_blank\">please download "
195
  "the pro version!</a>"
196
  msgstr ""
197
 
198
- #: candide-vidbg.php:285
199
  msgid ""
200
  "<a href=\"#vidbg_advanced_options\" class=\"button vidbg-button advanced-"
201
  "options-button\">Show Advanced options</a>"
202
  msgstr ""
203
 
204
- #: candide-vidbg.php:473 candide-vidbg.php:480
205
  msgid "Hide Muted Pro Fields"
206
  msgstr ""
207
 
208
- #: candide-vidbg.php:510
209
  msgid ""
210
  "Okay, Okay, some of you don't want/need Video Background Pro. I get that. "
211
  "That's why you can hide the muted pro fields below :)"
212
  msgstr ""
213
 
214
- #: candide-vidbg.php:525
215
  msgid "<h2>Video Background</h2>"
216
  msgstr ""
217
 
218
- #: candide-vidbg.php:526
219
  msgid ""
220
  "<p>Video background makes it easy to add responsive, great looking video "
221
  "backgrounds to any element on your website.</p>"
222
  msgstr ""
223
 
224
- #: candide-vidbg.php:527
225
  msgid "<h3>Getting Started</h3>"
226
  msgstr ""
227
 
228
- #: candide-vidbg.php:528
229
  msgid ""
230
  "<p>To implement Video Background on your website, please follow the "
231
  "instructions below."
232
  msgstr ""
233
 
234
- #: candide-vidbg.php:530
235
  msgid ""
236
  "<li>Edit the page or post you would like the video background to appear on.</"
237
  "li>"
238
  msgstr ""
239
 
240
- #: candide-vidbg.php:531
241
  msgid ""
242
  "<li>Below the content editor, you should see a metabox titled <b>Video "
243
  "Background</b>. Enter the values for the required fields and publish/update "
244
  "the page.</li>"
245
  msgstr ""
246
 
247
- #: candide-vidbg.php:532
248
  msgid "<li>Enjoy.</li>"
249
  msgstr ""
250
 
251
- #: candide-vidbg.php:534
252
  msgid ""
253
  "<p>Alternatively, you can use the shortcode by placing the following code at "
254
  "the bottom of the content editor of the page or post you would like the "
255
  "video background to appear on. Here is how it works:</p>"
256
  msgstr ""
257
 
258
- #: candide-vidbg.php:536
259
  msgid ""
260
  "<a href=\"http://blakewilson.me/projects/video-background/\" class=\"button"
261
  "\" target=\"_blank\">Further Documentation</a>"
262
  msgstr ""
263
 
264
- #: candide-vidbg.php:537
265
  msgid "<h3>Questions?</h3>"
266
  msgstr ""
267
 
268
- #: candide-vidbg.php:538
269
  msgid ""
270
  "<p>If you have any feedback/questions regarding the plugin you can reach me "
271
  "<a href=\"https://wordpress.org/support/plugin/video-background\" target="
272
  "\"_blank\">here.</a>"
273
  msgstr ""
274
 
275
- #: candide-vidbg.php:539
276
  msgid "<h3>Supporting the Plugin</h3>"
277
  msgstr ""
278
 
279
- #: candide-vidbg.php:540
280
  msgid ""
281
  "<p>If you like Video Background and want to show your support, consider "
282
  "purchasing the <a href=\"http://pushlabs.co/video-background-pro\" rel="
@@ -284,57 +284,57 @@ msgid ""
284
  "helpful features that make your life easier like:</p>"
285
  msgstr ""
286
 
287
- #: candide-vidbg.php:542
288
  msgid "<li>YouTube Integration</li>"
289
  msgstr ""
290
 
291
- #: candide-vidbg.php:543
292
  msgid "<li>Visual Composer Integration</li>"
293
  msgstr ""
294
 
295
- #: candide-vidbg.php:544
296
  msgid "<li>Page Builder by SiteOrigin Integration</li>"
297
  msgstr ""
298
 
299
- #: candide-vidbg.php:545
300
  msgid "<li>Frontend Play/Pause Button Option</li>"
301
  msgstr ""
302
 
303
- #: candide-vidbg.php:546
304
  msgid "<li>Frontend Volume Button Option</li>"
305
  msgstr ""
306
 
307
- #: candide-vidbg.php:547
308
  msgid "<li>Overlay Image Textures</li>"
309
  msgstr ""
310
 
311
- #: candide-vidbg.php:548
312
  msgid "<li>Extensive Documentation</li>"
313
  msgstr ""
314
 
315
- #: candide-vidbg.php:549
316
  msgid "<li>Video Tutorials</li>"
317
  msgstr ""
318
 
319
- #: candide-vidbg.php:550
320
  msgid "<li>And Much More!</li>"
321
  msgstr ""
322
 
323
- #: candide-vidbg.php:552
324
  msgid ""
325
  "<a href=\"http://pushlabs.co/video-background-pro\" class=\"button button-"
326
  "primary\" rel=\"nofollow\" target=\"_blank\">Learn More About Video "
327
  "Background Pro</a>"
328
  msgstr ""
329
 
330
- #: candide-vidbg.php:553
331
  msgid ""
332
  " <a href=\"https://twitter.com/intent/follow?screen_name=blakewilsonme\" "
333
  "class=\"button button-primary vidbg-twitter\" target=\"_blank\">Get Updates "
334
  "on Twitter</a>"
335
  msgstr ""
336
 
337
- #: candide-vidbg.php:570
338
  msgid "<a href=\"options-general.php?page=html5-vidbg\">Getting Started</a>"
339
  msgstr ""
340
 
3
  msgstr ""
4
  "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
5
  "Project-Id-Version: Video Background\n"
6
+ "POT-Creation-Date: 2016-06-27 20:27-0700\n"
7
  "PO-Revision-Date: 2016-03-30 22:31-0700\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
37
  msgstr ""
38
 
39
  #. Plugin Name of the plugin/theme
40
+ #: candide-vidbg.php:165
41
  msgid "Video Background"
42
  msgstr ""
43
 
44
+ #: candide-vidbg.php:172
45
  msgid "Container"
46
  msgstr ""
47
 
48
+ #: candide-vidbg.php:173
49
  msgid ""
50
  "Please specify the container you would like your video background to be in."
51
  "<br>ex: <code>.header</code> or <code>body</code>"
52
  msgstr ""
53
 
54
+ #: candide-vidbg.php:177
55
  msgid "YouTube Link"
56
  msgstr ""
57
 
58
+ #: candide-vidbg.php:180
59
  msgid ""
60
  "To create YouTube video backgrounds, <a href=\"http://pushlabs.co/video-"
61
  "background-pro\" rel=\"nofollow\" target=\"_blank\">please download the pro "
62
  "version!</a>"
63
  msgstr ""
64
 
65
+ #: candide-vidbg.php:185
66
  msgid "Link to .mp4"
67
  msgstr ""
68
 
69
+ #: candide-vidbg.php:186
70
  msgid ""
71
  "Please specify the link to the .mp4 file. You can either enter a URL or "
72
  "upload a file.<br>For browser compatability, please enter an .mp4 and .webm "
73
  "file for video backgrounds."
74
  msgstr ""
75
 
76
+ #: candide-vidbg.php:190
77
  msgid "Upload .mp4 file"
78
  msgstr ""
79
 
80
+ #: candide-vidbg.php:195
81
  msgid "Link to .webm"
82
  msgstr ""
83
 
84
+ #: candide-vidbg.php:196
85
  msgid ""
86
  "Please specify the link to the .webm file. You can either enter a URL or "
87
  "upload a file.<br>For browser compatability, please enter an .mp4 and .webm "
88
  "file for video backgrounds."
89
  msgstr ""
90
 
91
+ #: candide-vidbg.php:200
92
  msgid "Upload .webm file"
93
  msgstr ""
94
 
95
+ #: candide-vidbg.php:205
96
  msgid "Link to fallback image"
97
  msgstr ""
98
 
99
+ #: candide-vidbg.php:206
100
  msgid ""
101
  "Please specify a link to the fallback image in case the browser does not "
102
  "support video backgrounds. You can either enter a URL or upload a file."
103
  msgstr ""
104
 
105
+ #: candide-vidbg.php:210
106
  msgid "Upload fallback image"
107
  msgstr ""
108
 
109
+ #: candide-vidbg.php:215
110
  msgid "Overlay"
111
  msgstr ""
112
 
113
+ #: candide-vidbg.php:216
114
  msgid ""
115
  "Add an overlay over the video. This is useful if your text isn't readable "
116
  "with a video background."
117
  msgstr ""
118
 
119
+ #: candide-vidbg.php:221 candide-vidbg.php:258 candide-vidbg.php:270
120
  msgid "Off"
121
  msgstr ""
122
 
123
+ #: candide-vidbg.php:222 candide-vidbg.php:259 candide-vidbg.php:271
124
  msgid "On"
125
  msgstr ""
126
 
127
+ #: candide-vidbg.php:228
128
  msgid "Overlay Color"
129
  msgstr ""
130
 
131
+ #: candide-vidbg.php:229
132
  msgid ""
133
  "If overlay is enabled, a color will be used for the overlay. You can specify "
134
  "the color here."
135
  msgstr ""
136
 
137
+ #: candide-vidbg.php:236
138
  msgid "Overlay Opacity"
139
  msgstr ""
140
 
141
+ #: candide-vidbg.php:237
142
  msgid ""
143
  "Specify the opacity of the overlay with the left being mostly transparent "
144
  "and the right being hardly transparent."
145
  msgstr ""
146
 
147
+ #: candide-vidbg.php:244
148
  msgid "Overlay Texture"
149
  msgstr ""
150
 
151
+ #: candide-vidbg.php:247
152
  msgid ""
153
  "To add overlay textures to your video background, <a href=\"http://pushlabs."
154
  "co/video-background-pro\" rel=\"nofollow\" target=\"_blank\">please download "
155
  "the pro version!</a>"
156
  msgstr ""
157
 
158
+ #: candide-vidbg.php:252
159
  msgid "Turn off loop?"
160
  msgstr ""
161
 
162
+ #: candide-vidbg.php:253
163
  msgid ""
164
  "Turn off the loop for Video Background. Once the video is complete, it will "
165
  "display the last frame of the video."
166
  msgstr ""
167
 
168
+ #: candide-vidbg.php:264
169
  msgid "Play the audio?"
170
  msgstr ""
171
 
172
+ #: candide-vidbg.php:265
173
  msgid "Enabling this will play the audio of the video."
174
  msgstr ""
175
 
176
+ #: candide-vidbg.php:274
177
  msgid "Enable Play/Pause button"
178
  msgstr ""
179
 
180
+ #: candide-vidbg.php:277
181
  msgid ""
182
  "To enable a play/pause button on the frontend, <a href=\"http://pushlabs.co/"
183
  "video-background-pro\" rel=\"nofollow\" target=\"_blank\">please download "
184
  "the pro version!</a>"
185
  msgstr ""
186
 
187
+ #: candide-vidbg.php:279
188
  msgid "Enable Mute/Unmute button"
189
  msgstr ""
190
 
191
+ #: candide-vidbg.php:282
192
  msgid ""
193
  "To enable a mute/unmute button on the frontend, <a href=\"http://pushlabs.co/"
194
  "video-background-pro\" rel=\"nofollow\" target=\"_blank\">please download "
195
  "the pro version!</a>"
196
  msgstr ""
197
 
198
+ #: candide-vidbg.php:287
199
  msgid ""
200
  "<a href=\"#vidbg_advanced_options\" class=\"button vidbg-button advanced-"
201
  "options-button\">Show Advanced options</a>"
202
  msgstr ""
203
 
204
+ #: candide-vidbg.php:475 candide-vidbg.php:482
205
  msgid "Hide Muted Pro Fields"
206
  msgstr ""
207
 
208
+ #: candide-vidbg.php:520
209
  msgid ""
210
  "Okay, Okay, some of you don't want/need Video Background Pro. I get that. "
211
  "That's why you can hide the muted pro fields below :)"
212
  msgstr ""
213
 
214
+ #: candide-vidbg.php:535
215
  msgid "<h2>Video Background</h2>"
216
  msgstr ""
217
 
218
+ #: candide-vidbg.php:536
219
  msgid ""
220
  "<p>Video background makes it easy to add responsive, great looking video "
221
  "backgrounds to any element on your website.</p>"
222
  msgstr ""
223
 
224
+ #: candide-vidbg.php:537
225
  msgid "<h3>Getting Started</h3>"
226
  msgstr ""
227
 
228
+ #: candide-vidbg.php:538
229
  msgid ""
230
  "<p>To implement Video Background on your website, please follow the "
231
  "instructions below."
232
  msgstr ""
233
 
234
+ #: candide-vidbg.php:540
235
  msgid ""
236
  "<li>Edit the page or post you would like the video background to appear on.</"
237
  "li>"
238
  msgstr ""
239
 
240
+ #: candide-vidbg.php:541
241
  msgid ""
242
  "<li>Below the content editor, you should see a metabox titled <b>Video "
243
  "Background</b>. Enter the values for the required fields and publish/update "
244
  "the page.</li>"
245
  msgstr ""
246
 
247
+ #: candide-vidbg.php:542
248
  msgid "<li>Enjoy.</li>"
249
  msgstr ""
250
 
251
+ #: candide-vidbg.php:544
252
  msgid ""
253
  "<p>Alternatively, you can use the shortcode by placing the following code at "
254
  "the bottom of the content editor of the page or post you would like the "
255
  "video background to appear on. Here is how it works:</p>"
256
  msgstr ""
257
 
258
+ #: candide-vidbg.php:546
259
  msgid ""
260
  "<a href=\"http://blakewilson.me/projects/video-background/\" class=\"button"
261
  "\" target=\"_blank\">Further Documentation</a>"
262
  msgstr ""
263
 
264
+ #: candide-vidbg.php:547
265
  msgid "<h3>Questions?</h3>"
266
  msgstr ""
267
 
268
+ #: candide-vidbg.php:548
269
  msgid ""
270
  "<p>If you have any feedback/questions regarding the plugin you can reach me "
271
  "<a href=\"https://wordpress.org/support/plugin/video-background\" target="
272
  "\"_blank\">here.</a>"
273
  msgstr ""
274
 
275
+ #: candide-vidbg.php:549
276
  msgid "<h3>Supporting the Plugin</h3>"
277
  msgstr ""
278
 
279
+ #: candide-vidbg.php:550
280
  msgid ""
281
  "<p>If you like Video Background and want to show your support, consider "
282
  "purchasing the <a href=\"http://pushlabs.co/video-background-pro\" rel="
284
  "helpful features that make your life easier like:</p>"
285
  msgstr ""
286
 
287
+ #: candide-vidbg.php:552
288
  msgid "<li>YouTube Integration</li>"
289
  msgstr ""
290
 
291
+ #: candide-vidbg.php:553
292
  msgid "<li>Visual Composer Integration</li>"
293
  msgstr ""
294
 
295
+ #: candide-vidbg.php:554
296
  msgid "<li>Page Builder by SiteOrigin Integration</li>"
297
  msgstr ""
298
 
299
+ #: candide-vidbg.php:555
300
  msgid "<li>Frontend Play/Pause Button Option</li>"
301
  msgstr ""
302
 
303
+ #: candide-vidbg.php:556
304
  msgid "<li>Frontend Volume Button Option</li>"
305
  msgstr ""
306
 
307
+ #: candide-vidbg.php:557
308
  msgid "<li>Overlay Image Textures</li>"
309
  msgstr ""
310
 
311
+ #: candide-vidbg.php:558
312
  msgid "<li>Extensive Documentation</li>"
313
  msgstr ""
314
 
315
+ #: candide-vidbg.php:559
316
  msgid "<li>Video Tutorials</li>"
317
  msgstr ""
318
 
319
+ #: candide-vidbg.php:560
320
  msgid "<li>And Much More!</li>"
321
  msgstr ""
322
 
323
+ #: candide-vidbg.php:562
324
  msgid ""
325
  "<a href=\"http://pushlabs.co/video-background-pro\" class=\"button button-"
326
  "primary\" rel=\"nofollow\" target=\"_blank\">Learn More About Video "
327
  "Background Pro</a>"
328
  msgstr ""
329
 
330
+ #: candide-vidbg.php:563
331
  msgid ""
332
  " <a href=\"https://twitter.com/intent/follow?screen_name=blakewilsonme\" "
333
  "class=\"button button-primary vidbg-twitter\" target=\"_blank\">Get Updates "
334
  "on Twitter</a>"
335
  msgstr ""
336
 
337
+ #: candide-vidbg.php:580
338
  msgid "<a href=\"options-general.php?page=html5-vidbg\">Getting Started</a>"
339
  msgstr ""
340
 
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: blakedotvegas
3
  Tags: html5, video background, mp4, webm, responsive, shortcode, overlay, fullscreen background, fullscreen, html5 video background, metabox, blake wilson, loop, mute, unmute
4
  Requires at least: 3.8.0
5
  Tested up to: 4.5.3
6
- Stable tag: 2.5.4
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
  Donate link: https://www.paypal.me/blakewilsonme
@@ -85,6 +85,9 @@ You sure can! Simply go to the "Settings > Video Background" menu tab and check
85
 
86
  == Changelog ==
87
 
 
 
 
88
  = 2.5.4 =
89
  * Fixed a bug that made the browser position jump when clicking the "Advanced Options" button
90
  * Added better localization support for translations
3
  Tags: html5, video background, mp4, webm, responsive, shortcode, overlay, fullscreen background, fullscreen, html5 video background, metabox, blake wilson, loop, mute, unmute
4
  Requires at least: 3.8.0
5
  Tested up to: 4.5.3
6
+ Stable tag: 2.5.5
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
  Donate link: https://www.paypal.me/blakewilsonme
85
 
86
  == Changelog ==
87
 
88
+ = 2.5.5 =
89
+ * Fixed notice issue when hide muted fields checkbox was checked
90
+
91
  = 2.5.4 =
92
  * Fixed a bug that made the browser position jump when clicking the "Advanced Options" button
93
  * Added better localization support for translations