-
Notifications
You must be signed in to change notification settings - Fork 34
/
readme.txt
515 lines (339 loc) · 18.6 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
=== Brightcove Video Connect ===
Contributors: brightcove, 10up, oscarssanchez, collinsinternet, ivankk, technosailor, ChrisWiegman, tott, eduardmaghakyan, mattonomics, phoenixfireball, karinedo, foobuilder, helen, tlovett1, jonathantneal, adamsilverstein, jonbellah, sudar, bctbaldwin, rahmohn
Donate link: https://supporters.eff.org/donate
Tags: brightcove, videos, video
Tested up to: 6.6
Stable tag: 2.8.7
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Brightcove integration plugin, manage your Brightcove video cloud from within WordPress, using the latest APIs
== Description ==
Are you looking to handle your Brightcove Video and Playlist library natively from within WordPress or use Brightcove's Gallery In-Page video experiences?
With this plugin, you have the power to handle multiple accounts and video libraries, upload videos and add them to playlists, render shortcodes with your videos and all from within the WordPress admin interface.
== Installation and Usage and FAQ ==
For installation, usage, and Frequently Asked Question please see the [Brightcove Support Site](https://integrations.support.brightcove.com/wordpress/getting-started-brightcove-video-connect-wordpress-cms.html).
== Screenshots ==
1. Settings page to add an account and set up the player width.
2. Adding an account.
3. Successfully adding an account.
4. Listing the videos added to the selected account.
5. Selecting a video to show the details on the sidebar.
6. Videos' page to upload a new video.
7. Editing an account.
8. Video successfully uploaded to the Brightcove.
9. Listing the playlists added to the selected account.
10. Adding two Brightcove shortcodes to a post in the text mode.
11. Showing two videos added to a post in the visual mode.
12. Previewing a video.
13. Showing a sample post with a video added.
14. Selecting a playlist to show the details on the sidebar.
15. Brightcove Block and Block Settings.
== Changelog ==
= 2.8.7 - 2024-10-09 =
__Fixed:__
* Add missing script close tag. Props [@burhandodhy](https://github.com/burhandodhy).
* Selecting multiple videos while embedding a Video Experience results in error. Props [@burhandodhy](https://github.com/burhandodhy).
* Single Video Player Embed appears very different in the block editor. Props [@burhandodhy](https://github.com/burhandodhy).
* E2E tests. Props [@burhandodhy](https://github.com/burhandodhy).
* Calculate the padding based on the Aspect ratio. [@burhandodhy](https://github.com/burhandodhy).
* Video Save History. Props [@burhandodhy](https://github.com/burhandodhy).
__Changed:__
* Allow only png and jpg images for thumbnail and poster. Props [@burhandodhy](https://github.com/burhandodhy).
* Hide search field if video folder is selected. Props [@burhandodhy](https://github.com/burhandodhy).
= 2.8.6 - 2024-05-08 =
__Fixed:__
* Cannot use Brightcove block on custom post types. Props [@spacedmonkey](https://github.com/spacedmonkey) and [@jonnynews](https://github.com/jonnynews).
* Typo when saving the language_detection attribute. Props [@claimableperc](https://github.com/claimableperc).
* Combined queries with q search parameter. Props [@oscarssanchezz](https://github.com/oscarssanchezz).
= 2.8.5 - 2024-04-22 =
__Changed:__
* Add Select field for labels. Props [@burhandodhy](https://github.com/burhandodhy).
* Cache the API response and display a message from where user can retry the API again. Props [@burhandodhy](https://github.com/burhandodhy) and [@jonnynews](https://github.com/jonnynews).
* Update readme and assets. Props [@jeffpaul](https://github.com/jeffpaul).
__Fixed:__
* First parameter type of add_submenu_page() when no parent slug is sent. Props [@jonnynews](https://github.com/jonnynews).
* Display error message when the previous request is aborted. Props [@burhandodhy](https://github.com/burhandodhy).
* PHP warning while editing a label. Props [@MARQAS](https://github.com/MARQAS) and [@felipeelia](https://github.com/felipeelia).
* PHP warning while saving a video. Props [@MARQAS](https://github.com/MARQAS) and [@felipeelia](https://github.com/felipeelia).
* Move playlist notice above controls bar. Props [@MARQAS](https://github.com/MARQAS) and [@felipeelia](https://github.com/felipeelia).
* Clicking on the "Edit" and "Preview" buttons for the inactive videos breakes the layout. Props [@burhandodhy](https://github.com/burhandodhy) and [@felipeelia](https://github.com/felipeelia).
* Add support for special characters. Props [@burhandodhy](https://github.com/burhandodhy) and [@cr0ybot](https://github.com/cr0ybot).
* Search box alignment in Media modal. Props [@MARQAS](https://github.com/MARQAS) and [@felipeelia](https://github.com/felipeelia).
* Limit API calls on unwanted admin pages. Props [@burhandodhy](https://github.com/burhandodhy).
* Video update API fails when labels are empty. Props [@burhandodhy](https://github.com/burhandodhy).
= 2.8.4 - 2023-11-30 =
__Added:__
* Brightcove version to user agent string. Props [@felipeelia](https://github.com/felipeelia).
__Changed:__
* Use `wp.blockEditor.BlockControls` if available. Props [@felipeelia](https://github.com/felipeelia), [@JakePT](https://github.com/JakePT), and [@oscarssanchez](https://github.com/oscarssanchez).
__Fixed:__
* Empty "Created At:" and "Updated At:" in playlists. Props [@burhandodhy](https://github.com/burhandodhy) and [@MARQAS](https://github.com/MARQAS).
* Help notices being displayed more than once. Props [@burhandodhy](https://github.com/burhandodhy) and [@MARQAS](https://github.com/MARQAS).
* Caption upload. Props [@burhandodhy](https://github.com/burhandodhy) and [@MARQAS](https://github.com/MARQAS).
__Security:__
* Bumped `@babel/traverse` from 7.22.8 to 7.23.2. Props [@dependabot](https://github.com/dependabot).
= 2.8.3 =
* Playlist experience not rendering correctly in frontend
* Prevent API calls when Brightcove has not been configured yet
* Customization options hidden when switching embed type in in-page experiences
= 2.8.2 =
* Fixed plays in line not working with iFrame elements.
* Fixed autplay not working with Brightcove Player 7.
* Fixed link to authentication API docs.
= 2.8.1 =
* Fixed fatal error when Brightcove menu is null.
= 2.8.0 =
Deprecated
* BC_Oauth_API::Method _request_access_token() in favor of BC_Oauth_API::request_access_token()
* Action brightcove/admin/settings_page in favor of brightcove_admin_settings_page
* Action brightcove/admin/videos_page in favor of brightcove_admin_videos_page
* Action brightcove/admin/playlists_page in favor of brightcove_admin_playlists_page
* Action brightcove/admin/edit_source_page in favor of brightcove_admin_edit_source_page
* Action brightcove/admin/labels_page in favor of brightcove_admin_labels_page
* Action brightcove/admin/edit_label_page in favor of brightcove_admin_edit_label_page
Fixed
* PHPCS Fixes.
Added
* Ability to add Application ID parameter to video player.
* Enable audio track language detection based on browser language if video has multiple audio tracks.
= 2.7.0 =
Fixed
* Picture in Picture not working.
Added
* Enable audio track language detection based on browser language if video has multiple audio tracks.
= 2.6.1 =
Fixed
* Brightcove API changes break video edit view.
= 2.6.0 =
Added
* Support custom fields with multilingual metadata.
= 2.5.2 =
Added
* Update multilingual metadata.
= 2.5.1 =
Added
* Ability to display video URL in videos page.
Fixed
* Video and Playlist experiences displays wrong block settings.
* Update attribute type from int to string.
* Pass sizing attribute to determine if responsiveness should be enabled.
* Fix broken Brightcove experiences embedding.
= 2.5.0 =
* Add: State, Scheduled Start Date, and Scheduled End Date fields to the video edit screen.
= 2.4.0 =
* Add: In-Page Experiences.
= 2.3.1 =
Fixed
* Label field on video editing.
= 2.3.0 =
Added
* Settings sidebar to the Brightcove block. Props [@Rahmon](https://github.com/Rahmon), and [@oscarssanchez](https://github.com/oscarssanchez) via [#229](https://github.com/10up/brightcove-video-connect/pull/229).
Security
* Bump `path-parse` from 1.0.6 to 1.0.7. Props [@dependabot](https://github.com/dependabot) via [#222](https://github.com/10up/brightcove-video-connect/pull/222).
* Bump `tar` from 6.1.5 to 6.1.11. Props [@dependabot](https://github.com/dependabot) via [#223](https://github.com/10up/brightcove-video-connect/pull/223).
= 2.2.1 =
Changed
* Updated the screenshots.
= 2.2.0 =
Breaking Changes
* BC_Utility API changed: See `set_cache_item` and `delete_cache_item` in `includes/class-bc-utility.php`.
* BC_Utility API changed: Removed `remove_deleted_players` function.
Fixed
* Undefined index warnings. Props [@sanketio](https://github.com/sanketio) via [#197](https://github.com/10up/brightcove-video-connect/pull/197).
* Typo for the `$allowedtags` global used in conjunction with wp_kses. Props [@theskinnyghost](https://github.com/theskinnyghost) via [#203](https://github.com/10up/brightcove-video-connect/pull/203).
* Performance issue related with bc_transient_keys option. Props [@Rahmon](https://github.com/Rahmon) via [#215](https://github.com/10up/brightcove-video-connect/pull/215).
* Playlist preview in the editor. Props [@Rahmon](https://github.com/Rahmon) via [#216](https://github.com/10up/brightcove-video-connect/pull/216).
Security
* Bump `hosted-git-info` from 2.8.8 to 2.8.9 (props [@dependabot](https://github.com/dependabot) via [#212](https://github.com/10up/brightcove-video-connect/pull/212))
* Bump `normalize-url` from 4.5.0 to 4.5.1 (props [@dependabot](https://github.com/dependabot) via [#213](https://github.com/10up/brightcove-video-connect/pull/213))
= 2.1.4 =
* Fix: Default Source field when is submitted unchecked.
* Fix: Adjust the position of media details in the editing modal.
* Fix: Clear filtered results when the input search is empty.
* Fix: Add missing mute attribute in the block.
= 2.1.3 =
* Fix: Playlist player is not available.
= 2.1.2 =
* Fix: Default state filter: display filtered default on dropdown.
* Fix: jQuery context deprecation.
= 2.1.1 =
* Fix: Fresh installation bugfix with labels.
* Fix: PHPCS issues.
= 2.1 =
* Feature: Labels.
* Feature: VIP error logging to NewRelic.
* Changed to most recent logos.
* Feature: Status filter.
= 2.0 =
* Feature: Multi language caption processing.
* Feature: Active/Inactive videos filtering.
= 1.9.2 =
* Fix: Fatal error when credentials are revoked.
* Add a notice when credentials are revoked, prompting user to update them.
= 1.9.1 =
* Fix: Bug in preview when switching from classic editor to Gutenberg.
* Fix: Bug with editor capabilities.
= 1.9.0 =
* Picture in picture support.
* Support to use reference id in videos.
= 1.8.2 =
* Fix: Upload new videos bug.
= 1.8.1 =
* Fix: Adding a new brightcove account bug
= 1.8.0 =
* Enhancement: Enable search on playlists. Props [turtlepod](https://github.com/turtlepod)
* Enhancement: Adds a playsinline option for embeds.
* Enhancement: Adds a new settings field to have a default player size width.
* Fix: URL encoding uploads for files with foreign characters.
* Fix: Player ordering to better resemble the order in Brightcove Studio.
= 1.7.2 =
* Fix: Increase padding on iframe.
* Fix: Source account bug on upload page.
* Fix: Stop showing inactive players in the plugin.
= 1.7.1 =
* Fix: Settings page not loading when plugin is network activated.
* Fix: Adding multiple Gutenberg blocks to a post causes videos to sync video content.
* Fix: PHP notice when information from Brightcove account not available.
= 1.7.0 =
* Enhancement: Folder API support.
* Fix: Removed extra slashes that appeared on titles and descriptions.
* Fix: Behavior of status update messages.
= 1.6.1 =
* Fix: Fixed a bug related to the Gutenberg block.
* Fix: Updated support link on account settings page.
= 1.6.0 =
* Enhancement: Gutenberg support.
* Fix: Fixed a bug causing video previews not to show.
* Fix: Fixed a bug causing playlist videos to not be listed.
* Fix: Update to the 'brightcove_media_query_results' filter to allow $processed_results to be used.
* Fix: Removal of deprecated options for Plupload.
* Fix: Adding last two parameters to add_action to remove PHP 7.2 warnings.
* Fix: Removal of hardcoded video page height.
= 1.5.0 =
* Enhancement: Video Experience player.
* Enhancement: Video Experience playlists.
* Enhancement: Added filter to allow developer to specify an ingest profile.
* Fix: Resolves issue with WP dashboard being taken down when API is unresponsive.
* Fix: Adjustments to search behavior.
= 1.4.1 =
* Fix: Fixed a minor issue with the API request.
= 1.4.0 =
* Enhancement: Added player support for videos and playlists
* Enhancement: Updated playlist api to v2
* Fix: Fixed a bug that was causing issues when a playlist was edited
= 1.3.2 =
* Enhancement: Add a target attribute to change shortcode placement
* Enhancement: Improved performance of search
* Fix: Fixed a bug that was causing an empty thumbnail to be displayed in search results
= 1.3.1 =
* Enhancement: Show Brightcove button only in the main content editor
* Enhancement: Increased the timeout used to call Brightcove API
* Enhancement: Remove the 'Processing...' text from image thumbnails
= 1.3.0 =
* Various bug fixes
= 1.2.5 =
* Enhancement: Removed call to Brightcove status API
= 1.2.4 =
* Fix: Fixed issues with "Insert into Post" button
* Enhancement: Make all text translatable.
* Enhancement: Enhancements to Add source screen
* Enhancement: Fixed all PHP warnings
= 1.2.3 =
* Fix: Issue where API calls could fail silently
= 1.2.2 =
* Fix: Add strict parameter to use of `in_array`
* Fix: Add .avi to list of accepted MIMEtypes
* Fix: Issue where caption file types were deemed invalid if they had a query string attached
* Fix: Add fallback to default player for playlist rendering
* Fix: Issue where search would leave an empty screen
= 1.2.1 =
* Enhancement: Add brightcove_video_html filter
* Enhancement: Add support for the Heartbeat API
* Fix: Issue where playlist shortcode was mistakenly inserted
* Fix: Issue where spinners would not show on first load
= 1.2.0 =
* Enhancement: Enable the presentation and control of custom fields on uploaded videos
* Enhancement: Add support for custom video player selection during publication
* Enhancement: Support ingestion of preroll (poster) images and video thumbnails
* Enhancement: Support ingestion of closed captions
* Enhancement: Track the name and date of any changes to a video
= 1.1.3 =
* Fix: Tags should automatically populate drop down on videos page
* Fix: Clear search results if user empties field or clicks search field `x`
* Fix: Improve search handling
* Fix: Improve logic for exit edit mode when closing modal
* Fix: Ensure this bound properly in returned delete callback
* Fix: Prevent body/background from scrolling when modal open
* Fix: Fix a scroll overflow issue in the edit video modal
* Fix: When re-opening modal, always switch back to video grid view
* Fix: Activate the spinner only when opening modal, not in template
* Fix: Ensure close button handler doesn't interfere with other close requests
* Fix: Fix back button disabled detection
* Fix: Make the notices dismissable instead of fading
* Fix: Disable closing modal during sync
* Fix: Disable all buttons and hide delete link while syncing
* Fix: Disable all buttons on the edit video screen while syncing
* Fix: Correct scrollbar on Sync button click, adds some css padding
* Fix: Start with the spinner active, until the initial ajax request completes
* Fix: Set default account id for media manager
* Fix: Correct setting of account on selection
* Fix: Select default account for initial sync (as default)
* Fix: Only localize playlist data, get the rest via ajax
* Fix: Add selected to current account dropdown, remove All option
* Fix: Various miscellaneous corrections for updated WordPress VIP submission
= 1.1.2 =
* Fix: Remove extra files. This is a holdout from 1.1.1 to remove all the extra files from the repository.
= 1.1.1 =
* Fixed: playlists and other data saving to Database
* Fixed: incorrect close icon on media modal
* Fixed: minimum version check
* Enhancement: Removed callback subscriptions
* Fixed videos not consistently deleting
* Fixed caching issues
* Fixed editing videos from upload screen
* Fixed inconsistent player implementation
* Added responsive playlists and videos
* Removed GUI option for video width and height (more consistent to add manually)
* Added ability to bypass cache entirely
* Removed unnecessary code and other files throughout plugin and consolidated file structure
* Fixed broken shortcode insertion after changing video size via GUI
* Fixed inconsistent "Add new" button behavior on Video screen
* Fixed minimum size for playlist display (no longer only shows video selector when width >= 800px)
* Added notice upon playlist insertion if no compatible player is available - because you can never let people know enough
* Numerous other small typo corrections, fixes and enhancements
= 1.1.0 =
* Enhancement: Brightcove Video Connect will now warn users when a part of the Brightcove API system is down that might affect plugin or video behavior.
* Enhancement: The playlist page will now display an error if no playlist compatible player exists
* Fix: Date filters have been removed from playlists and videos as they were unusable
* Fix: The Brightcove URL has been fixed to better support HTTP and HTTPS operations
* Fix: Fix row-action issues in playlists introduced since WordPress 4.4
* Miscellaneous minor fixes and corrections to copy throughout the plugin.
= 1.0.9 =
* Fix: Fixed fatal error on uninstall
* Fix: Fixed smart playlist display
* Fix: Remove an error that could happen when adding an acount with empty playlists
= 1.0.8 =
* Fix: Default sort for videos is now "newest first" for all screens listing videos.
* Fix: Playlists now display properly
= 1.0.7 =
* Fix: Fixed the edit button for playlists
= 1.0.6 =
* Fix: JavaScript has been greatly cleaned up and should no longer conflict on the post editor or other screens.
= 1.0.5 =
* Refactored and cleaned up to meet WordPress VIP guidelines.
= 1.0.4 =
* Fix: Fixed a PHP Fatal error that could occur when the connection to the Brightcove API failed.
= 1.0.3 =
* Enhancement: Added ability to specify display size on video and playlist shortcodes.
= 1.0.2 =
* Increasing HTTP timeout to fix sporadic issues when adding sources
= 1.0.1 =
* Cleanup of references from /brightcove_video_cloud to /brightcove_video_connect.
* Fix: Plugin deactivation wasn't working.
= 1.0.0 =
* First release
== Upgrade Notice ==
= 1.2.4 =
Fixed issues with "Insert into Post" button
= 1.1.3 =
1.1.3 solves many JavaScript errors that users have been experiencing and is recommended for all users