Plugin Directory

Changeset 3016632


Ignore:
Timestamp:
01/02/2024 07:48:55 PM (2 years ago)
Author:
fordfoundation
Message:

Update to version 1.0.3 from GitHub

Location:
video-accessibility
Files:
8 edited
1 copied

Legend:

Unmodified
Added
Removed
  • video-accessibility/tags/1.0.3/package-lock.json

    r3008389 r3016632  
    11{
    22    "name": "video-accessibility",
    3     "version": "1.0.2",
     3    "version": "1.0.3",
    44    "lockfileVersion": 3,
    55    "requires": true,
     
    77        "": {
    88            "name": "video-accessibility",
    9             "version": "1.0.2",
     9            "version": "1.0.3",
    1010            "license": "GPL-2.0-or-later",
    1111            "devDependencies": {
  • video-accessibility/tags/1.0.3/package.json

    r3008389 r3016632  
    22    "name": "video-accessibility",
    33    "displayName": "Video Accessibility",
    4     "version": "1.0.2",
     4    "version": "1.0.3",
    55    "description": "Video Accessibility Block WordPress Plugin",
    66    "author": "Ford Foundation",
  • video-accessibility/tags/1.0.3/readme.txt

    r3008389 r3016632  
    44Requires at least: 6.2
    55Tested up to: 6.4.1
    6 Stable tag: 1.0.2
     6Stable tag: 1.0.3
    77Requires PHP: 8.0
    88License: GPLv2 or later
     
    1111== Description ==
    1212
    13 Better video accessibility everywhere.
     13<strong>Better video accessibility everywhere.</strong>
    1414
    1515Display video transcripts next to embeds, toggle between two videos, and display a site-wide statement all in a single block.
    1616
    17 Features
     17= Features =
    1818* Display a scrollable video transcript next to a video embed. Upload a plain text file transcript or create one in admin.
    1919* Switch the embed player to display a second video. Ideal for displaying audio-described and non-audio-described versions of a video.
     
    2323* Customizable colors and fonts - block inherits existing site styles
    2424
    25 Benefits
     25= Benefits =
    2626Improve site-wide video accessibility by
    2727* Displaying transcripts next to embeds
     
    4242* width
    4343
     44== Installation ==
     45= Minimum Requirements =
     46* WordPress 6.2 or greater
     47* PHP version 8.0 or greater
     48
     49= Recommended Requirements =
     50* WordPress 6.4.2 or greater
     51* PHP version 8.0 or greater
     52
     53= Installation and Usage =
     541. Install using the WordPress built-in Plugin installer, or extract the zip file and drop the contents in the wp-content/plugins/ directory of your WordPress installation.
     552. Activate the plugin through the ‘Plugins’ menu in WordPress.
     563. Configure settings via Dashboard > Settings > Video Accessibility. The YouTube API key is optional. The Default Video Statement allows for a site-wide statement to be displayed in the block. This could be used for something such as an accessibility standards statement.
     574. Navigate to any post, page or custom post type item. Using any block insertion method, add the Video Accessibility block.
     585. Select a One column or Two column Layout as well as whether default panel content should display. The default content supports core text, image, media & text, and buttons blocks.
     596. Add Primary Video and Secondary Video data into the blocks.
     607. Edit Toggle Button text: text that displays initially in the video toggle switch button.
     618. Edit Secondary Button text: the text that displays after the button has been clicked.
     629. Edit Transcript: Selecting this button for editing will also display the corresponding Transcript panel block. This area is where a transcript plain text file could be imported or this block also supports core text, image and buttons blocks.
     6310. Edit Accessibility Statement: Selecting this button for editing will also display the corresponding Accessibility Statement panel block. This area is where the text from the plugin settings is displayed. Optionally edit this block on an as-needed with core text, image and buttons blocks.
     64
    4465== Screenshots ==
    45661. Front-end visual
     
    50716. Editable text transcript
    5172
    52 
    5373== Changelog ==
    5474
     75= 1.0.3 =
     76* Update Docs
     77
    5578= 1.0.2 =
    56 * New - Add settigns link to plugin page
     79* New - Add settings link to the plugin page
    5780
    5881= 1.0.1 =
     
    6184* WordPress 6.4.1 testing
    6285
    63 = 1.0.0 = 
    64 * initial release
     86= 1.0.0 =
     87* Initial release
  • video-accessibility/tags/1.0.3/video-accessibility.php

    r3008389 r3016632  
    33 * Plugin Name: Video Accessibility
    44 * Description: Display video transcripts next to embeds, toggle between two videos, and display a site-wide statement all in a single block.
    5  * Version: 1.0.2
     5 * Version: 1.0.3
    66 * Author: Ford Foundation, WDG
    77 * Author URI: https://fordfoundation.org
  • video-accessibility/trunk/package-lock.json

    r3008389 r3016632  
    11{
    22    "name": "video-accessibility",
    3     "version": "1.0.2",
     3    "version": "1.0.3",
    44    "lockfileVersion": 3,
    55    "requires": true,
     
    77        "": {
    88            "name": "video-accessibility",
    9             "version": "1.0.2",
     9            "version": "1.0.3",
    1010            "license": "GPL-2.0-or-later",
    1111            "devDependencies": {
  • video-accessibility/trunk/package.json

    r3008389 r3016632  
    22    "name": "video-accessibility",
    33    "displayName": "Video Accessibility",
    4     "version": "1.0.2",
     4    "version": "1.0.3",
    55    "description": "Video Accessibility Block WordPress Plugin",
    66    "author": "Ford Foundation",
  • video-accessibility/trunk/readme.txt

    r3008389 r3016632  
    44Requires at least: 6.2
    55Tested up to: 6.4.1
    6 Stable tag: 1.0.2
     6Stable tag: 1.0.3
    77Requires PHP: 8.0
    88License: GPLv2 or later
     
    1111== Description ==
    1212
    13 Better video accessibility everywhere.
     13<strong>Better video accessibility everywhere.</strong>
    1414
    1515Display video transcripts next to embeds, toggle between two videos, and display a site-wide statement all in a single block.
    1616
    17 Features
     17= Features =
    1818* Display a scrollable video transcript next to a video embed. Upload a plain text file transcript or create one in admin.
    1919* Switch the embed player to display a second video. Ideal for displaying audio-described and non-audio-described versions of a video.
     
    2323* Customizable colors and fonts - block inherits existing site styles
    2424
    25 Benefits
     25= Benefits =
    2626Improve site-wide video accessibility by
    2727* Displaying transcripts next to embeds
     
    4242* width
    4343
     44== Installation ==
     45= Minimum Requirements =
     46* WordPress 6.2 or greater
     47* PHP version 8.0 or greater
     48
     49= Recommended Requirements =
     50* WordPress 6.4.2 or greater
     51* PHP version 8.0 or greater
     52
     53= Installation and Usage =
     541. Install using the WordPress built-in Plugin installer, or extract the zip file and drop the contents in the wp-content/plugins/ directory of your WordPress installation.
     552. Activate the plugin through the ‘Plugins’ menu in WordPress.
     563. Configure settings via Dashboard > Settings > Video Accessibility. The YouTube API key is optional. The Default Video Statement allows for a site-wide statement to be displayed in the block. This could be used for something such as an accessibility standards statement.
     574. Navigate to any post, page or custom post type item. Using any block insertion method, add the Video Accessibility block.
     585. Select a One column or Two column Layout as well as whether default panel content should display. The default content supports core text, image, media & text, and buttons blocks.
     596. Add Primary Video and Secondary Video data into the blocks.
     607. Edit Toggle Button text: text that displays initially in the video toggle switch button.
     618. Edit Secondary Button text: the text that displays after the button has been clicked.
     629. Edit Transcript: Selecting this button for editing will also display the corresponding Transcript panel block. This area is where a transcript plain text file could be imported or this block also supports core text, image and buttons blocks.
     6310. Edit Accessibility Statement: Selecting this button for editing will also display the corresponding Accessibility Statement panel block. This area is where the text from the plugin settings is displayed. Optionally edit this block on an as-needed with core text, image and buttons blocks.
     64
    4465== Screenshots ==
    45661. Front-end visual
     
    50716. Editable text transcript
    5172
    52 
    5373== Changelog ==
    5474
     75= 1.0.3 =
     76* Update Docs
     77
    5578= 1.0.2 =
    56 * New - Add settigns link to plugin page
     79* New - Add settings link to the plugin page
    5780
    5881= 1.0.1 =
     
    6184* WordPress 6.4.1 testing
    6285
    63 = 1.0.0 = 
    64 * initial release
     86= 1.0.0 =
     87* Initial release
  • video-accessibility/trunk/video-accessibility.php

    r3008389 r3016632  
    33 * Plugin Name: Video Accessibility
    44 * Description: Display video transcripts next to embeds, toggle between two videos, and display a site-wide statement all in a single block.
    5  * Version: 1.0.2
     5 * Version: 1.0.3
    66 * Author: Ford Foundation, WDG
    77 * Author URI: https://fordfoundation.org
Note: See TracChangeset for help on using the changeset viewer.