Releases: cdowdy/bolt-html5-video
Blue Dominica Doberman
Fixes twig runtime error again with missing variables
- f85dfaf thanks @rixbeck
- 8b919f8 updates preview poster URL
- use url() instead of path() for upload location f485a2b
- use json storage type instead of deprecated json_array for doctrine 3a2fb52
- add missing macro import d605cfe
- removes old {{ app.paths.files }} in favor of the asset function 244a135
- adds "select from stack" button to the backend 468ed7c
Fixes twig runtime error
Fixes Filename mismatch
Version 2.0 Custom Fields!
This is a BREAKING change and update. Versions of this extension on 1.x.x will need to change their twig templates at minimum to accommodate this update.
This adds a custom field to use in the backend. This field replaces usage of file
and filelist
field types. It also removes some config settings and options that are no longer used in v2.x+
Changes:
- Removes usage of
sprintf
in favor of using$app['resources]->gerUrl()
- dcc8da8
Additions:
- adds Service Provider for a custom field e476316
- adds CDN handler to handle videos using a cdn from the config 7230a1d
- adds use statement for CDN handler a2f5275
- adds HTML5video handler to create our video sources 65e2d12
- adds html5video handler use statement. updates createvidsources method 93db8dd
- adds backend template for the custom field 072b8b0
- adds new macros for twig function output 1984e65
- adds check for filename key to allow an array of files to be passed bb6d337
- adds note about using an ID set in the config 8f1b75e
- adds upgrade section on removed multiple source, types and savedata d01f3f3
- adds new screenshots for v2.x 14748e2
- adds in the forgotten field provider :) 9b60044
Removals:
- removes save data options and methods. No longer used 8445525
- removes save data options from config da60e87
- removes mutliple source and types from config 8e8d127
- removes video types and mutliple source config settings and methods 9b6626c
- removes prefixCDNURL method. no longer used 75161cb
- removes videoFile method 43e850b
- removes cdnFile method. no longer used 8901f84
- removes getHost method. no longer in use 02770b0
- removes old screenshots 1be3598
Updates:
- updates custom field code for new bolt stoarge deabc67
- updates main twig template to build our video tag. removes save-data macros and output 795932b
- updates README to bolt html5 video 2.0. Removes Save-Data and multiple sources and types 458010a
- updates composer.json for new screenshots and keywords 4448714
Havana Doberman
Adds in a default config name for instances where someone might have made a booboo and forgot to input one (hint... I do this sometimes :) )
Black Steel Great Dane
adds notice for Bolt's update that removes valid HTML5 tags and attributes
Ware Shoals Lime Chihuahua
- Cleaned up video template to remove large spaces in rendered output
- Updates to the readme
- updates package name to remove dashes
- fixes array to string conversion for saved_data e914a6c
- fixed no width/height set in savedata mode from stoping video insertion e914a6c
- adds poster as alternative to button in saved data mode
- adds giflike config example to the config file 2c5ee64
Caseyville Maroon Pointer
Fixes save data file not being served: e351d95
Hawaii Iron Airedale
Fixes config not being created on install unless the twig function / tag is already used
Red Zinc Pomeranian
Initial Release. Hopefully all development debugging code was removed before I tagged :-)