Changeset 3016632
- Timestamp:
- 01/02/2024 07:48:55 PM (2 years ago)
- Location:
- video-accessibility
- Files:
-
- 8 edited
- 1 copied
-
tags/1.0.3 (copied) (copied from video-accessibility/trunk)
-
tags/1.0.3/package-lock.json (modified) (2 diffs)
-
tags/1.0.3/package.json (modified) (1 diff)
-
tags/1.0.3/readme.txt (modified) (6 diffs)
-
tags/1.0.3/video-accessibility.php (modified) (1 diff)
-
trunk/package-lock.json (modified) (2 diffs)
-
trunk/package.json (modified) (1 diff)
-
trunk/readme.txt (modified) (6 diffs)
-
trunk/video-accessibility.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
video-accessibility/tags/1.0.3/package-lock.json
r3008389 r3016632 1 1 { 2 2 "name": "video-accessibility", 3 "version": "1.0. 2",3 "version": "1.0.3", 4 4 "lockfileVersion": 3, 5 5 "requires": true, … … 7 7 "": { 8 8 "name": "video-accessibility", 9 "version": "1.0. 2",9 "version": "1.0.3", 10 10 "license": "GPL-2.0-or-later", 11 11 "devDependencies": { -
video-accessibility/tags/1.0.3/package.json
r3008389 r3016632 2 2 "name": "video-accessibility", 3 3 "displayName": "Video Accessibility", 4 "version": "1.0. 2",4 "version": "1.0.3", 5 5 "description": "Video Accessibility Block WordPress Plugin", 6 6 "author": "Ford Foundation", -
video-accessibility/tags/1.0.3/readme.txt
r3008389 r3016632 4 4 Requires at least: 6.2 5 5 Tested up to: 6.4.1 6 Stable tag: 1.0. 26 Stable tag: 1.0.3 7 7 Requires PHP: 8.0 8 8 License: GPLv2 or later … … 11 11 == Description == 12 12 13 Better video accessibility everywhere. 13 <strong>Better video accessibility everywhere.</strong> 14 14 15 15 Display video transcripts next to embeds, toggle between two videos, and display a site-wide statement all in a single block. 16 16 17 Features 17 = Features = 18 18 * Display a scrollable video transcript next to a video embed. Upload a plain text file transcript or create one in admin. 19 19 * Switch the embed player to display a second video. Ideal for displaying audio-described and non-audio-described versions of a video. … … 23 23 * Customizable colors and fonts - block inherits existing site styles 24 24 25 Benefits 25 = Benefits = 26 26 Improve site-wide video accessibility by 27 27 * Displaying transcripts next to embeds … … 42 42 * width 43 43 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 = 54 1. 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. 55 2. Activate the plugin through the ‘Plugins’ menu in WordPress. 56 3. 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. 57 4. Navigate to any post, page or custom post type item. Using any block insertion method, add the Video Accessibility block. 58 5. 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. 59 6. Add Primary Video and Secondary Video data into the blocks. 60 7. Edit Toggle Button text: text that displays initially in the video toggle switch button. 61 8. Edit Secondary Button text: the text that displays after the button has been clicked. 62 9. 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. 63 10. 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 44 65 == Screenshots == 45 66 1. Front-end visual … … 50 71 6. Editable text transcript 51 72 52 53 73 == Changelog == 54 74 75 = 1.0.3 = 76 * Update Docs 77 55 78 = 1.0.2 = 56 * New - Add setti gns link toplugin page79 * New - Add settings link to the plugin page 57 80 58 81 = 1.0.1 = … … 61 84 * WordPress 6.4.1 testing 62 85 63 = 1.0.0 = 64 * initial release86 = 1.0.0 = 87 * Initial release -
video-accessibility/tags/1.0.3/video-accessibility.php
r3008389 r3016632 3 3 * Plugin Name: Video Accessibility 4 4 * 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. 25 * Version: 1.0.3 6 6 * Author: Ford Foundation, WDG 7 7 * Author URI: https://fordfoundation.org -
video-accessibility/trunk/package-lock.json
r3008389 r3016632 1 1 { 2 2 "name": "video-accessibility", 3 "version": "1.0. 2",3 "version": "1.0.3", 4 4 "lockfileVersion": 3, 5 5 "requires": true, … … 7 7 "": { 8 8 "name": "video-accessibility", 9 "version": "1.0. 2",9 "version": "1.0.3", 10 10 "license": "GPL-2.0-or-later", 11 11 "devDependencies": { -
video-accessibility/trunk/package.json
r3008389 r3016632 2 2 "name": "video-accessibility", 3 3 "displayName": "Video Accessibility", 4 "version": "1.0. 2",4 "version": "1.0.3", 5 5 "description": "Video Accessibility Block WordPress Plugin", 6 6 "author": "Ford Foundation", -
video-accessibility/trunk/readme.txt
r3008389 r3016632 4 4 Requires at least: 6.2 5 5 Tested up to: 6.4.1 6 Stable tag: 1.0. 26 Stable tag: 1.0.3 7 7 Requires PHP: 8.0 8 8 License: GPLv2 or later … … 11 11 == Description == 12 12 13 Better video accessibility everywhere. 13 <strong>Better video accessibility everywhere.</strong> 14 14 15 15 Display video transcripts next to embeds, toggle between two videos, and display a site-wide statement all in a single block. 16 16 17 Features 17 = Features = 18 18 * Display a scrollable video transcript next to a video embed. Upload a plain text file transcript or create one in admin. 19 19 * Switch the embed player to display a second video. Ideal for displaying audio-described and non-audio-described versions of a video. … … 23 23 * Customizable colors and fonts - block inherits existing site styles 24 24 25 Benefits 25 = Benefits = 26 26 Improve site-wide video accessibility by 27 27 * Displaying transcripts next to embeds … … 42 42 * width 43 43 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 = 54 1. 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. 55 2. Activate the plugin through the ‘Plugins’ menu in WordPress. 56 3. 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. 57 4. Navigate to any post, page or custom post type item. Using any block insertion method, add the Video Accessibility block. 58 5. 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. 59 6. Add Primary Video and Secondary Video data into the blocks. 60 7. Edit Toggle Button text: text that displays initially in the video toggle switch button. 61 8. Edit Secondary Button text: the text that displays after the button has been clicked. 62 9. 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. 63 10. 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 44 65 == Screenshots == 45 66 1. Front-end visual … … 50 71 6. Editable text transcript 51 72 52 53 73 == Changelog == 54 74 75 = 1.0.3 = 76 * Update Docs 77 55 78 = 1.0.2 = 56 * New - Add setti gns link toplugin page79 * New - Add settings link to the plugin page 57 80 58 81 = 1.0.1 = … … 61 84 * WordPress 6.4.1 testing 62 85 63 = 1.0.0 = 64 * initial release86 = 1.0.0 = 87 * Initial release -
video-accessibility/trunk/video-accessibility.php
r3008389 r3016632 3 3 * Plugin Name: Video Accessibility 4 4 * 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. 25 * Version: 1.0.3 6 6 * Author: Ford Foundation, WDG 7 7 * Author URI: https://fordfoundation.org
Note: See TracChangeset
for help on using the changeset viewer.