Video Background - Version 2.5.7

Version Description

  • Added ability to filter the post types using "vidbg_post_types" filter.
Download this release

Release Info

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

Code changes from version 2.5.6 to 2.5.7

Files changed (3) hide show
  1. candide-vidbg.php +6 -1
  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.6
8
  Author URI: http://blakewilson.me
9
  Donate Link: http://paypal.me/blakewilsonme
10
  Text Domain: video-background
@@ -160,6 +160,11 @@ function vidbg_register_metabox() {
160
  $prefix = 'vidbg_metabox_field_';
161
  $post_types = array( 'post', 'page' );
162
 
 
 
 
 
 
163
  $vidbg_metabox = new_cmb2_box( array(
164
  'id' => 'vidbg-metabox',
165
  'title' => __( 'Video Background', '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.7
8
  Author URI: http://blakewilson.me
9
  Donate Link: http://paypal.me/blakewilsonme
10
  Text Domain: video-background
160
  $prefix = 'vidbg_metabox_field_';
161
  $post_types = array( 'post', 'page' );
162
 
163
+ /**
164
+ * Allow the post types to be filtered out
165
+ */
166
+ $post_types = apply_filters( 'vidbg_post_types', $post_types );
167
+
168
  $vidbg_metabox = new_cmb2_box( array(
169
  'id' => 'vidbg-metabox',
170
  'title' => __( 'Video Background', 'video-background' ),
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-07-06 00:46-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: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,57 +284,57 @@ msgid ""
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
 
3
  msgstr ""
4
  "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
5
  "Project-Id-Version: Video Background\n"
6
+ "POT-Creation-Date: 2016-07-18 16:58-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:170
41
  msgid "Video Background"
42
  msgstr ""
43
 
44
+ #: candide-vidbg.php:177
45
  msgid "Container"
46
  msgstr ""
47
 
48
+ #: candide-vidbg.php:178
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:182
55
  msgid "YouTube Link"
56
  msgstr ""
57
 
58
+ #: candide-vidbg.php:185
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:190
66
  msgid "Link to .mp4"
67
  msgstr ""
68
 
69
+ #: candide-vidbg.php:191
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:195
77
  msgid "Upload .mp4 file"
78
  msgstr ""
79
 
80
+ #: candide-vidbg.php:200
81
  msgid "Link to .webm"
82
  msgstr ""
83
 
84
+ #: candide-vidbg.php:201
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:205
92
  msgid "Upload .webm file"
93
  msgstr ""
94
 
95
+ #: candide-vidbg.php:210
96
  msgid "Link to fallback image"
97
  msgstr ""
98
 
99
+ #: candide-vidbg.php:211
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:215
106
  msgid "Upload fallback image"
107
  msgstr ""
108
 
109
+ #: candide-vidbg.php:220
110
  msgid "Overlay"
111
  msgstr ""
112
 
113
+ #: candide-vidbg.php:221
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:226 candide-vidbg.php:263 candide-vidbg.php:275
120
  msgid "Off"
121
  msgstr ""
122
 
123
+ #: candide-vidbg.php:227 candide-vidbg.php:264 candide-vidbg.php:276
124
  msgid "On"
125
  msgstr ""
126
 
127
+ #: candide-vidbg.php:233
128
  msgid "Overlay Color"
129
  msgstr ""
130
 
131
+ #: candide-vidbg.php:234
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:241
138
  msgid "Overlay Opacity"
139
  msgstr ""
140
 
141
+ #: candide-vidbg.php:242
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:249
148
  msgid "Overlay Texture"
149
  msgstr ""
150
 
151
+ #: candide-vidbg.php:252
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:257
159
  msgid "Turn off loop?"
160
  msgstr ""
161
 
162
+ #: candide-vidbg.php:258
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:269
169
  msgid "Play the audio?"
170
  msgstr ""
171
 
172
+ #: candide-vidbg.php:270
173
  msgid "Enabling this will play the audio of the video."
174
  msgstr ""
175
 
176
+ #: candide-vidbg.php:279
177
  msgid "Enable Play/Pause button"
178
  msgstr ""
179
 
180
+ #: candide-vidbg.php:282
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:284
188
  msgid "Enable Mute/Unmute button"
189
  msgstr ""
190
 
191
+ #: candide-vidbg.php:287
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:292
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:480 candide-vidbg.php:487
205
  msgid "Hide Muted Pro Fields"
206
  msgstr ""
207
 
208
+ #: candide-vidbg.php:525
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:540
215
  msgid "<h2>Video Background</h2>"
216
  msgstr ""
217
 
218
+ #: candide-vidbg.php:541
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:542
225
  msgid "<h3>Getting Started</h3>"
226
  msgstr ""
227
 
228
+ #: candide-vidbg.php:543
229
  msgid ""
230
  "<p>To implement Video Background on your website, please follow the "
231
  "instructions below."
232
  msgstr ""
233
 
234
+ #: candide-vidbg.php:545
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:546
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:547
248
  msgid "<li>Enjoy.</li>"
249
  msgstr ""
250
 
251
+ #: candide-vidbg.php:549
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:551
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:552
265
  msgid "<h3>Questions?</h3>"
266
  msgstr ""
267
 
268
+ #: candide-vidbg.php:553
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:554
276
  msgid "<h3>Supporting the Plugin</h3>"
277
  msgstr ""
278
 
279
+ #: candide-vidbg.php:555
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:557
288
  msgid "<li>YouTube Integration</li>"
289
  msgstr ""
290
 
291
+ #: candide-vidbg.php:558
292
  msgid "<li>Visual Composer Integration</li>"
293
  msgstr ""
294
 
295
+ #: candide-vidbg.php:559
296
  msgid "<li>Page Builder by SiteOrigin Integration</li>"
297
  msgstr ""
298
 
299
+ #: candide-vidbg.php:560
300
  msgid "<li>Frontend Play/Pause Button Option</li>"
301
  msgstr ""
302
 
303
+ #: candide-vidbg.php:561
304
  msgid "<li>Frontend Volume Button Option</li>"
305
  msgstr ""
306
 
307
+ #: candide-vidbg.php:562
308
  msgid "<li>Overlay Image Textures</li>"
309
  msgstr ""
310
 
311
+ #: candide-vidbg.php:563
312
  msgid "<li>Extensive Documentation</li>"
313
  msgstr ""
314
 
315
+ #: candide-vidbg.php:564
316
  msgid "<li>Video Tutorials</li>"
317
  msgstr ""
318
 
319
+ #: candide-vidbg.php:565
320
  msgid "<li>And Much More!</li>"
321
  msgstr ""
322
 
323
+ #: candide-vidbg.php:567
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:568
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:585
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.6
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.6 =
89
  * Fixed compatibility issues with other CMB2 instances
90
 
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.7
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.7 =
89
+ * Added ability to filter the post types using "vidbg_post_types" filter.
90
+
91
  = 2.5.6 =
92
  * Fixed compatibility issues with other CMB2 instances
93