Changeset 3225830
- Timestamp:
- 01/20/2025 08:38:39 PM (14 months ago)
- Location:
- dblocks-youtube-lazyload
- Files:
-
- 8 edited
- 1 copied
-
tags/1.2.1 (copied) (copied from dblocks-youtube-lazyload/trunk)
-
tags/1.2.1/dblocks-lazyload-for-youtube.php (modified) (1 diff)
-
tags/1.2.1/package-lock.json (modified) (2 diffs)
-
tags/1.2.1/package.json (modified) (1 diff)
-
tags/1.2.1/readme.txt (modified) (3 diffs)
-
trunk/dblocks-lazyload-for-youtube.php (modified) (1 diff)
-
trunk/package-lock.json (modified) (2 diffs)
-
trunk/package.json (modified) (1 diff)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dblocks-youtube-lazyload/tags/1.2.1/dblocks-lazyload-for-youtube.php
r3225827 r3225830 6 6 * Requires at least: 6.5.2 7 7 * Requires PHP: 7.4 8 * Version: 1.2. 08 * Version: 1.2.1 9 9 * Author: DPlugins 10 10 * Author URI: https://dplugins.com/ -
dblocks-youtube-lazyload/tags/1.2.1/package-lock.json
r3225827 r3225830 1 1 { 2 2 "name": "dblocks-lazyload-for-youtube", 3 "version": "1.2. 0",3 "version": "1.2.1", 4 4 "lockfileVersion": 3, 5 5 "requires": true, … … 7 7 "": { 8 8 "name": "dblocks-lazyload-for-youtube", 9 "version": "1.2. 0",9 "version": "1.2.1", 10 10 "license": "GPL-2.0-or-later", 11 11 "dependencies": { -
dblocks-youtube-lazyload/tags/1.2.1/package.json
r3225827 r3225830 1 1 { 2 2 "name": "dblocks-lazyload-for-youtube", 3 "version": "1.2. 0",3 "version": "1.2.1", 4 4 "description": "Block that load YouTube video scripts only if user clicks on the play button", 5 5 "author": "DPlugins", -
dblocks-youtube-lazyload/tags/1.2.1/readme.txt
r3225827 r3225830 1 1 === DBlocks Lazyload for YouTube === 2 2 Contributors: dplugins, krstivoja 3 Tags: youtube, lazy, load, gdpr, dblocks , custom icon3 Tags: youtube, lazy, load, gdpr, dblocks 4 4 Requires at least: 4.0 5 5 Tested up to: 6.7.1 6 Stable tag: 1.2. 06 Stable tag: 1.2.1 7 7 Requires PHP: 7.4 8 8 License: GPL-2.0-or-later … … 20 20 - **Icon colors**: Use WordPress Theme colors to apply on play button 21 21 - **Icon size**: Define size of the play button 22 - **Custom play icon**: Ability to upload your own SVG play icon. 23 - **Styles are global**: Apply then once see changes across entire website 22 24 - **Thumbnail image quality** choose what you will fetch from youtube 23 - **Styles are global**: Apply then once see changes across entire website 24 - **Multiple Viewing Modes**: Includes 'Code', 'Preview', and 'Split View' modes, enabling you to code and preview content simultaneously or separately, optimizing your workflow. 25 - **Custom play icon**: Ability to upload your own SVG play icon. 25 - **Custom thumbnail**: Ability to upload your own thumbnail image. 26 26 27 27 ### Third-Party Services … … 62 62 == Changelog == 63 63 64 65 66 = 1.2.1 = 67 * Updated readme file. 68 64 69 = 1.2.0 = 65 70 * Added option to upload custom thumbnail for extra privacy. -
dblocks-youtube-lazyload/trunk/dblocks-lazyload-for-youtube.php
r3225827 r3225830 6 6 * Requires at least: 6.5.2 7 7 * Requires PHP: 7.4 8 * Version: 1.2. 08 * Version: 1.2.1 9 9 * Author: DPlugins 10 10 * Author URI: https://dplugins.com/ -
dblocks-youtube-lazyload/trunk/package-lock.json
r3225827 r3225830 1 1 { 2 2 "name": "dblocks-lazyload-for-youtube", 3 "version": "1.2. 0",3 "version": "1.2.1", 4 4 "lockfileVersion": 3, 5 5 "requires": true, … … 7 7 "": { 8 8 "name": "dblocks-lazyload-for-youtube", 9 "version": "1.2. 0",9 "version": "1.2.1", 10 10 "license": "GPL-2.0-or-later", 11 11 "dependencies": { -
dblocks-youtube-lazyload/trunk/package.json
r3225827 r3225830 1 1 { 2 2 "name": "dblocks-lazyload-for-youtube", 3 "version": "1.2. 0",3 "version": "1.2.1", 4 4 "description": "Block that load YouTube video scripts only if user clicks on the play button", 5 5 "author": "DPlugins", -
dblocks-youtube-lazyload/trunk/readme.txt
r3225827 r3225830 1 1 === DBlocks Lazyload for YouTube === 2 2 Contributors: dplugins, krstivoja 3 Tags: youtube, lazy, load, gdpr, dblocks , custom icon3 Tags: youtube, lazy, load, gdpr, dblocks 4 4 Requires at least: 4.0 5 5 Tested up to: 6.7.1 6 Stable tag: 1.2. 06 Stable tag: 1.2.1 7 7 Requires PHP: 7.4 8 8 License: GPL-2.0-or-later … … 20 20 - **Icon colors**: Use WordPress Theme colors to apply on play button 21 21 - **Icon size**: Define size of the play button 22 - **Custom play icon**: Ability to upload your own SVG play icon. 23 - **Styles are global**: Apply then once see changes across entire website 22 24 - **Thumbnail image quality** choose what you will fetch from youtube 23 - **Styles are global**: Apply then once see changes across entire website 24 - **Multiple Viewing Modes**: Includes 'Code', 'Preview', and 'Split View' modes, enabling you to code and preview content simultaneously or separately, optimizing your workflow. 25 - **Custom play icon**: Ability to upload your own SVG play icon. 25 - **Custom thumbnail**: Ability to upload your own thumbnail image. 26 26 27 27 ### Third-Party Services … … 62 62 == Changelog == 63 63 64 65 66 = 1.2.1 = 67 * Updated readme file. 68 64 69 = 1.2.0 = 65 70 * Added option to upload custom thumbnail for extra privacy.
Note: See TracChangeset
for help on using the changeset viewer.