Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Releases: cdowdy/bolt-html5-video

Blue Dominica Doberman

19 Oct 15:50
Compare
Choose a tag to compare

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

20 Dec 16:00
Compare
Choose a tag to compare

Thanks to Cath Gillespie this is a fix for #9 where the was a twig runtime error trying to upload files in the backend with a custom field typel

#9

Fixes Filename mismatch

30 Jun 19:11
Compare
Choose a tag to compare

renames Html5FieldProvider to HTML5FieldProvider 04d1bf6 thanks @SahAssar

Version 2.0 Custom Fields!

29 Jun 17:24
Compare
Choose a tag to compare

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

19 Jun 14:53
Compare
Choose a tag to compare

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

15 Jun 17:57
Compare
Choose a tag to compare

adds notice for Bolt's update that removes valid HTML5 tags and attributes

Ware Shoals Lime Chihuahua

16 Aug 17:03
Compare
Choose a tag to compare
  1. Cleaned up video template to remove large spaces in rendered output
  2. Updates to the readme
    • added page of examples 3da2670
    • added poster image placeholder docs to readme a99a056
    • new gif of save data with poster e3c98fd
  3. updates package name to remove dashes
  4. fixes array to string conversion for saved_data e914a6c
  5. fixed no width/height set in savedata mode from stoping video insertion e914a6c
  6. adds poster as alternative to button in saved data mode
  7. adds giflike config example to the config file 2c5ee64

Caseyville Maroon Pointer

05 Aug 18:04
Compare
Choose a tag to compare

Fixes save data file not being served: e351d95

Hawaii Iron Airedale

02 Aug 19:09
Compare
Choose a tag to compare

Fixes config not being created on install unless the twig function / tag is already used

Red Zinc Pomeranian

29 Jul 17:00
Compare
Choose a tag to compare

Initial Release. Hopefully all development debugging code was removed before I tagged :-)