Skip to content

Releases: richard67/mod_rfvideo

Richard Fath's Video Player Module 2.0.1

14 Oct 11:29
Compare
Choose a tag to compare

What's Changed

  1. Use own root namespace and not Joomla
  2. Use _JEXEC instead of deprecated JPATH_PLATFORM
  3. Fix Russian language string MOD_RFVIDEO_LOADING

Richard Fath's Video Player Module 2.0.0

09 Apr 11:23
4b2dfce
Compare
Choose a tag to compare

What's Changed

  1. Rework sizing and positioning of player and playlist so it works with any video size and on any module position.
  • Set CSS styles on elements based on calculations depending on the configuration options so that the CSS file is independent from video size or module position.
  • Use CSS flex boxes.
  1. Add configuration options for playlist size and to switch on or off display of player status.

  2. Add display of the currently played playlist item's title and configuration option to switch it on or off.

  3. Remove now obsolete suffix from source groups configuration.

  4. Use ordered list for playlist.

  5. SEO, a11y: Use buttons not links in playlist.

  6. New option to show item durations in the playlist.

  7. New option to chose playlist source. Possible choices:

  • Manual entry like before in the configuration form.
  • Read playlist from a file in WEBVTT format.
  1. Limit playlist size.

  2. New option to configure playlist position.

  3. Fixes for RTL direction.

  4. Don't use style attributes of elements but add inline style with the web asset manager to make it safe for CSP.

  5. Add vendor prefixed CSS to support older browsers.

  6. Improved es5 transpile and js minify.

  7. Improved inline help texts.

  8. Improved configuration form validation.

  9. Code style fixes.

Backward compatibility breaks

  1. Configuration options have changed.
    New configuration options have been added, and the "suffix" option has been removed from source groups configuration.
    You should open your module's configuration options and review them. Then save the options, also if no change has been made.
  2. CSS classes have changed.
    If you have used own CSS to style the module, you have to adapt that to the changed classes in the HTML markup, especially to the removed "suffix" option mentioned above.

Richard Fath's Video Player Module 2.0.0 Release Candidate 2

08 Apr 15:13
Compare
Choose a tag to compare
  1. Add vendor prefixed CSS to support older browsers
  2. Improved es5 transpile and js minify

If I don't find any mistakes in this release candidate, the next release will be 2.0.0 stable, and that will be identical to this release candidate.

Richard Fath's Video Player Module 2.0.0 Release Candidate 1

07 Apr 15:42
Compare
Choose a tag to compare
  1. Improved inline help texts.
  2. Improved configuration form validation.

Richard Fath's Video Player Module 2.0.0 Beta 1

02 Nov 14:46
Compare
Choose a tag to compare

Don't use style attributes of elements but add inline style with the web asset manager to make it safe for CSP.

Richard Fath's Video Player Module 2.0.0 Alpha 3

10 Oct 11:30
Compare
Choose a tag to compare
  1. New option to show item durations in the playlist.
  2. New option to chose playlist source. Possible choices:
  • Manual entry like before in the configuration form.
  • Read playlist from a file in WEBVTT format.
  1. Limit playlist size.
  2. New option to configure playlist position.
  3. Fixed bug with playlist position when changing the source group (video size and quality).

Richard Fath's Video Player Module 2.0.0 Alpha 2

28 Sep 13:26
Compare
Choose a tag to compare

SEO, a11y: Use buttons not links in playlist

Richard Fath's Video Player Module 2.0.0 Alpha 1

27 Sep 18:49
Compare
Choose a tag to compare
  1. Rework sizing and positioning of player and playlist so it works with any video size and on any module position.
  • Set CSS styles on elements based on calculations depending on the configuration options so that the CSS file is independent from video size or module position.
  • Use CSS flex boxes.
  1. Add configuration options for playlist size and to switch on or off display of player status.
  2. Add display of the currently played playlist item's title and configuration option to switch it on or off.
  3. Remove now obsolete suffix from source groups configuration.
  4. Use ordered list for playlist.
  5. Fixes for RTL direction.
  6. Code style fixes.

Richard Fath's Video Player Module 1.0.2

12 Sep 19:01
Compare
Choose a tag to compare
  • Added gzipped media resources
  • Fixed copyright in language files
  • Added de-DE and ru-RU language files to module XML
  • Fixed package and subpackage doc block tags
  • Fixed source group change not working when select size is smaller than number of select options
  • Added copyright to JS
  • Less cryptic function and variable names in JS
  • Added inline help to the configuration form
  • Added check for Joomla API to JS
  • Added possibility to use zero value to auto-size select element
  • Added option to choose CSS style sheet
  • Added hint to inline help about using own CSS files
  • Added notes to the configuration form
  • Fixed version and creation date in module XML

Richard Fath's Video Player Module 1.0.1

11 Sep 01:18
Compare
Choose a tag to compare

Fixes for manifest and update site.