Plugin Directory

Changeset 3113463

Timestamp:
07/06/2024 09:13:40 AM (4 weeks ago)
Author:
nico23
Message:

Update plugin to version 10.2.3 with NextgenThemes WordPress Plugin Deploy

Location:
advanced-responsive-video-embedder
Files:
28 edited
1 copied

Legend:

Unmodified
Added
Removed
  • advanced-responsive-video-embedder/tags/10.2.3/advanced-responsive-video-embedder.php

    r3103775 r3113463  
    44 * Plugin URI:        https://nextgenthemes.com/plugins/arve-pro/
    55 * Description:       Easy responsive video embeds via URL (like WordPress) or Shortcodes. Supports almost anything you can imagine.
    6  * Version:           10.2.2
     6 * Version:           10.2.
    77 * Requires PHP:      7.4
    88 * Requires at least: 6.5
     
    2121namespace Nextgenthemes\ARVE;
    2222
    23 const VERSION               = '10.2.2';
     23const VERSION               = '10.2.';
    2424const PRO_VERSION_REQUIRED  = '6.0.0-alpha3';
    2525const NUM_TRACKS            = 3;
  • advanced-responsive-video-embedder/tags/10.2.3/build/admin-rtl.css

    r3102944 r3113463  
    11.arve-license-input{width:280px}.arve-btn{padding-right:3px}.arve-icon:before{content:""!important}.edit-shortcode-form-fields.shortcode-ui-edit-arve .field-block{padding-bottom:.4em;padding-top:.4em}.edit-shortcode-form-fields.shortcode-ui-edit-arve .field-block label{display:inline-block;margin:0}.edit-shortcode-form-fields.shortcode-ui-edit-arve .field-block label:first-child{width:110px}.edit-shortcode-form-fields.shortcode-ui-edit-arve .shortcode-ui-attribute-aspect_ratio input,.edit-shortcode-form-fields.shortcode-ui-edit-arve .shortcode-ui-attribute-description input,.edit-shortcode-form-fields.shortcode-ui-edit-arve .shortcode-ui-attribute-title input,.edit-shortcode-form-fields.shortcode-ui-edit-arve .shortcode-ui-attribute-upload_date input,.edit-shortcode-form-fields.shortcode-ui-edit-arve .shortcode-ui-attribute-url input{width:700px}.arve-list-small{font-size:.85em;list-style:square;padding-right:20px}.arve-list-small li{margin-bottom:2px}.arve-settings-page-ad{margin:0;padding-left:.7rem!important}.arve-corner-spacer{float:left;height:38px;width:20px}@media (min-width:1400px){.arve-settings-page-ad{position:absolute!important;left:0;width:320px}.arve-options-wrap{padding-left:350px;position:relative}}#arve-shortcode{font-size:1.2em;line-height:1.2;margin-top:1em}
    2 .arve-sc-dialog{--ngt-wp-body-bg:#f0f0f1;background-color:var(--ngt-wp-body-bg);border:none;border-radius:5px;box-sizing:border-box;height:100dvh;max-width:100dvw;padding:0;width:900px}.arve-sc-dialog *,.arve-sc-dialog :after,.arve-sc-dialog :before{box-sizing:inherit}.arve-sc-dialog::backdrop{background-color:rgba(0,0,0,.8)}.arve-sc-dialog[open]{animation:arve-sc-dialog-zoom .4s cubic-bezier(.34,1.56,.64,1)}.arve-sc-dialog[open]::backdrop{animation:arve-sc-dialog-fade .4s ease-out}.arve-sc-dialog:not([open]){display:none}.arve-sc-dialog .media-modal-close{left:10px}.arve-sc-dialog .media-modal-close[data-wp-on--click="actions.toggleHelp"]{left:52px}.arve-sc-dialog .dashicons-editor-help:before{content:""!important}.arve-sc-dialog__wrap{container-type:inline-size;display:grid;gap:0 0;grid-template-areas:"." "." ".";grid-template-columns:minmax(300px,1fr);grid-template-rows:auto 1fr auto;height:100%}.arve-sc-dialog__header{text-align:end}.arve-sc-dialog__body{background:linear-gradient(var(--ngt-wp-body-bg) 30%,hsla(0,0%,100%,0)),linear-gradient(hsla(0,0%,100%,0),var(--ngt-wp-body-bg) 70%) 100% 100%,radial-gradient(farthest-side at 50% 0,rgba(0,0,0,.2),transparent),radial-gradient(farthest-side at 50% 100%,rgba(0,0,0,.2),transparent) 100% 100%;background-attachment:local,local,scroll,scroll;background-repeat:no-repeat;background-size:100% 40px,100% 40px,100% 14px,100% 14px;overflow-x:hidden;overflow-y:auto;padding-right:10px;padding-left:10px;position:relative}.arve-sc-dialog__body hr{display:none}.arve-sc-dialog__body .ngt-opt--arve-random_video_urls,.arve-sc-dialog__body .ngt-opt--description,.arve-sc-dialog__body .ngt-opt--random_video_url,.arve-sc-dialog__body .ngt-opt--url{grid-column:1/span 2!important}@container (min-width: 700px){.arve-sc-dialog__body{align-items:center;-moz-column-gap:2em;column-gap:2em;display:grid;grid-template-columns:minmax(0,50%) minmax(0,50%);padding-bottom:4px;row-gap:1em}.arve-sc-dialog__body .ngt-opt p{margin:0}}.ngt .arve-sc-dialog__close-btn{background:none;border:none;font-size:2rem;height:2.1rem;width:2.1rem}.ngt .arve-sc-dialog__close-btn .dashicons{vertical-align:baseline}.ngt .arve-sc-dialog__description{margin-top:.2rem}.arve-sc-dialog__footer{padding:10px}#arve-shortcode{font-size:1.2em;line-height:1.2;margin-top:1em}@keyframes arve-sc-dialog-zoom{0%{transform:scale(.8)}to{transform:scale(1)}}@keyframes arve-sc-dialog-fade{0%{opacity:0}to{opacity:1}}
     2.arve-sc-dialog{--ngt-wp-body-bg:#f0f0f1;background-color:var(--ngt-wp-body-bg);border:none;border-radius:5px;box-sizing:border-box;height:100dvh;max-width:100dvw;padding:0;width:900px}.arve-sc-dialog *,.arve-sc-dialog :after,.arve-sc-dialog :before{box-sizing:inherit}.arve-sc-dialog::backdrop{background-color:rgba(0,0,0,.8)}.arve-sc-dialog[open]{animation:arve-sc-dialog-zoom .4s cubic-bezier(.34,1.56,.64,1)}.arve-sc-dialog[open]::backdrop{animation:arve-sc-dialog-fade .4s ease-out}.arve-sc-dialog:not([open]){display:none}.arve-sc-dialog .media-modal-close{left:10px}.arve-sc-dialog .media-modal-close[data-wp-on--click="actions.toggleHelp"]{left:52px}.arve-sc-dialog .dashicons-editor-help:before{content:""!important}.arve-sc-dialog__wrap{container-type:inline-size;display:grid;gap:0 0;grid-template-areas:"." "." ".";grid-template-columns:minmax(300px,1fr);grid-template-rows:auto 1fr auto;height:100%}.arve-sc-dialog__header{text-align:end}.arve-sc-dialog__body{background:linear-gradient(var(--ngt-wp-body-bg) 30%,hsla(0,0%,100%,0)),linear-gradient(hsla(0,0%,100%,0),var(--ngt-wp-body-bg) 70%) 100% 100%,radial-gradient(farthest-side at 50% 0,rgba(0,0,0,.2),transparent),radial-gradient(farthest-side at 50% 100%,rgba(0,0,0,.2),transparent) 100% 100%;background-attachment:local,local,scroll,scroll;background-repeat:no-repeat;background-size:100% 40px,100% 40px,100% 14px,100% 14px;overflow-x:hidden;overflow-y:auto;padding-right:10px;padding-left:10px;position:relative}.arve-sc-dialog__body hr{display:none}.arve-sc-dialog__body .ngt-opt--arve-random_video_urls,.arve-sc-dialog__body .ngt-opt--description,.arve-sc-dialog__body .ngt-opt--random_video_url,.arve-sc-dialog__body .ngt-opt--url{grid-column:1/span 2!important}@container (min-width: 700px){.arve-sc-dialog__body{-moz-column-gap:2em;column-gap:2em;display:grid;grid-template-columns:minmax(0,50%) minmax(0,50%);padding-bottom:4px;row-gap:1em}.arve-sc-dialog__body .ngt-opt p{margin:0}}.ngt .arve-sc-dialog__close-btn{background:none;border:none;font-size:2rem;height:2.1rem;width:2.1rem}.ngt .arve-sc-dialog__close-btn .dashicons{vertical-align:baseline}.ngt .arve-sc-dialog__description{margin-top:.2rem}.arve-sc-dialog__footer{padding:10px}#arve-shortcode{font-size:1.2em;line-height:1.2;margin-top:1em}@keyframes arve-sc-dialog-zoom{0%{transform:scale(.8)}to{transform:scale(1)}}@keyframes arve-sc-dialog-fade{0%{opacity:0}to{opacity:1}}
    33#html div.arve,div.arve,div.wp-block-nextgenthemes-arve-block{display:block;margin-bottom:1.5em;width:100%}#html div.arve:after,div.arve:after,div.wp-block-nextgenthemes-arve-block:after{clear:both;content:"";display:table}#html div.arve.alignleft,div.arve.alignleft,div.wp-block-nextgenthemes-arve-block.alignleft{margin-left:1.5em;margin-top:.4em}#html div.arve.alignright,div.arve.alignright,div.wp-block-nextgenthemes-arve-block.alignright{margin-right:1.5em;margin-top:.4em}#html div.arve [hidden],#html div.arve[hidden],div.arve [hidden],div.arve[hidden],div.wp-block-nextgenthemes-arve-block [hidden],div.wp-block-nextgenthemes-arve-block[hidden]{display:none}#html .arve-inner,.arve-inner{display:block;margin:0;padding:0;width:auto}#html .arve-embed,.arve-embed{display:block;margin:0;max-height:100vh;overflow:hidden;padding:0;position:relative;width:100%}#html .arve[data-provider=tiktok] .arve-embed,.arve[data-provider=tiktok] .arve-embed{height:580px}#html .arve-embed--has-aspect-ratio,.arve-embed--has-aspect-ratio{aspect-ratio:16/9}#html .arve-embed--has-aspect-ratio:after,.arve-embed--has-aspect-ratio:after{clear:both;content:"";display:block}#html .arve-ar,.arve-ar{display:block}#html .arve-iframe,#html .arve-play-btn,#html .arve-thumbnail,.arve-iframe,.arve-play-btn,.arve-thumbnail{border:0;bottom:0;height:100%!important;right:0;margin:0;padding:0;position:absolute;top:0;width:100%!important}#html .arve-video,.arve-video{height:auto;margin:0;padding:0;width:100%}#html .arve-promote-link,.arve-promote-link{float:left;font-family:Open Sans,Sagoe UI,Arvo,Lato,arial,sans-serif;font-size:.8em}.components-button--arve-thumbnail{display:block;height:auto}@supports(aspect-ratio:16/9){#html .arve-ar,#html .arve-embed--has-aspect-ratio:after,.arve-ar,.arve-embed--has-aspect-ratio:after{display:none}}.et-fb-tinymce-buttons #arve-btn{display:none}
  • advanced-responsive-video-embedder/tags/10.2.3/build/admin.asset.php

    r3102944 r3113463  
    1 <?php return array('dependencies' => array(), 'version' => '8b2e21e5ee7f4cb6c825');
     1<?php return array('dependencies' => array(), 'version' => '');
  • advanced-responsive-video-embedder/tags/10.2.3/build/admin.css

    r3102944 r3113463  
    11.arve-license-input{width:280px}.arve-btn{padding-left:3px}.arve-icon:before{content:""!important}.edit-shortcode-form-fields.shortcode-ui-edit-arve .field-block{padding-bottom:.4em;padding-top:.4em}.edit-shortcode-form-fields.shortcode-ui-edit-arve .field-block label{display:inline-block;margin:0}.edit-shortcode-form-fields.shortcode-ui-edit-arve .field-block label:first-child{width:110px}.edit-shortcode-form-fields.shortcode-ui-edit-arve .shortcode-ui-attribute-aspect_ratio input,.edit-shortcode-form-fields.shortcode-ui-edit-arve .shortcode-ui-attribute-description input,.edit-shortcode-form-fields.shortcode-ui-edit-arve .shortcode-ui-attribute-title input,.edit-shortcode-form-fields.shortcode-ui-edit-arve .shortcode-ui-attribute-upload_date input,.edit-shortcode-form-fields.shortcode-ui-edit-arve .shortcode-ui-attribute-url input{width:700px}.arve-list-small{font-size:.85em;list-style:square;padding-left:20px}.arve-list-small li{margin-bottom:2px}.arve-settings-page-ad{margin:0;padding-right:.7rem!important}.arve-corner-spacer{float:right;height:38px;width:20px}@media (min-width:1400px){.arve-settings-page-ad{position:absolute!important;right:0;width:320px}.arve-options-wrap{padding-right:350px;position:relative}}#arve-shortcode{font-size:1.2em;line-height:1.2;margin-top:1em}
    2 .arve-sc-dialog{--ngt-wp-body-bg:#f0f0f1;background-color:var(--ngt-wp-body-bg);border:none;border-radius:5px;box-sizing:border-box;height:100dvh;max-width:100dvw;padding:0;width:900px}.arve-sc-dialog *,.arve-sc-dialog :after,.arve-sc-dialog :before{box-sizing:inherit}.arve-sc-dialog::backdrop{background-color:rgba(0,0,0,.8)}.arve-sc-dialog[open]{animation:arve-sc-dialog-zoom .4s cubic-bezier(.34,1.56,.64,1)}.arve-sc-dialog[open]::backdrop{animation:arve-sc-dialog-fade .4s ease-out}.arve-sc-dialog:not([open]){display:none}.arve-sc-dialog .media-modal-close{right:10px}.arve-sc-dialog .media-modal-close[data-wp-on--click="actions.toggleHelp"]{right:52px}.arve-sc-dialog .dashicons-editor-help:before{content:""!important}.arve-sc-dialog__wrap{container-type:inline-size;display:grid;gap:0 0;grid-template-areas:"." "." ".";grid-template-columns:minmax(300px,1fr);grid-template-rows:auto 1fr auto;height:100%}.arve-sc-dialog__header{text-align:end}.arve-sc-dialog__body{background:linear-gradient(var(--ngt-wp-body-bg) 30%,hsla(0,0%,100%,0)),linear-gradient(hsla(0,0%,100%,0),var(--ngt-wp-body-bg) 70%) 0 100%,radial-gradient(farthest-side at 50% 0,rgba(0,0,0,.2),transparent),radial-gradient(farthest-side at 50% 100%,rgba(0,0,0,.2),transparent) 0 100%;background-attachment:local,local,scroll,scroll;background-repeat:no-repeat;background-size:100% 40px,100% 40px,100% 14px,100% 14px;overflow-x:hidden;overflow-y:auto;padding-left:10px;padding-right:10px;position:relative}.arve-sc-dialog__body hr{display:none}.arve-sc-dialog__body .ngt-opt--arve-random_video_urls,.arve-sc-dialog__body .ngt-opt--description,.arve-sc-dialog__body .ngt-opt--random_video_url,.arve-sc-dialog__body .ngt-opt--url{grid-column:1/span 2!important}@container (min-width: 700px){.arve-sc-dialog__body{align-items:center;-moz-column-gap:2em;column-gap:2em;display:grid;grid-template-columns:minmax(0,50%) minmax(0,50%);padding-bottom:4px;row-gap:1em}.arve-sc-dialog__body .ngt-opt p{margin:0}}.ngt .arve-sc-dialog__close-btn{background:none;border:none;font-size:2rem;height:2.1rem;width:2.1rem}.ngt .arve-sc-dialog__close-btn .dashicons{vertical-align:baseline}.ngt .arve-sc-dialog__description{margin-top:.2rem}.arve-sc-dialog__footer{padding:10px}#arve-shortcode{font-size:1.2em;line-height:1.2;margin-top:1em}@keyframes arve-sc-dialog-zoom{0%{transform:scale(.8)}to{transform:scale(1)}}@keyframes arve-sc-dialog-fade{0%{opacity:0}to{opacity:1}}
     2.arve-sc-dialog{--ngt-wp-body-bg:#f0f0f1;background-color:var(--ngt-wp-body-bg);border:none;border-radius:5px;box-sizing:border-box;height:100dvh;max-width:100dvw;padding:0;width:900px}.arve-sc-dialog *,.arve-sc-dialog :after,.arve-sc-dialog :before{box-sizing:inherit}.arve-sc-dialog::backdrop{background-color:rgba(0,0,0,.8)}.arve-sc-dialog[open]{animation:arve-sc-dialog-zoom .4s cubic-bezier(.34,1.56,.64,1)}.arve-sc-dialog[open]::backdrop{animation:arve-sc-dialog-fade .4s ease-out}.arve-sc-dialog:not([open]){display:none}.arve-sc-dialog .media-modal-close{right:10px}.arve-sc-dialog .media-modal-close[data-wp-on--click="actions.toggleHelp"]{right:52px}.arve-sc-dialog .dashicons-editor-help:before{content:""!important}.arve-sc-dialog__wrap{container-type:inline-size;display:grid;gap:0 0;grid-template-areas:"." "." ".";grid-template-columns:minmax(300px,1fr);grid-template-rows:auto 1fr auto;height:100%}.arve-sc-dialog__header{text-align:end}.arve-sc-dialog__body{background:linear-gradient(var(--ngt-wp-body-bg) 30%,hsla(0,0%,100%,0)),linear-gradient(hsla(0,0%,100%,0),var(--ngt-wp-body-bg) 70%) 0 100%,radial-gradient(farthest-side at 50% 0,rgba(0,0,0,.2),transparent),radial-gradient(farthest-side at 50% 100%,rgba(0,0,0,.2),transparent) 0 100%;background-attachment:local,local,scroll,scroll;background-repeat:no-repeat;background-size:100% 40px,100% 40px,100% 14px,100% 14px;overflow-x:hidden;overflow-y:auto;padding-left:10px;padding-right:10px;position:relative}.arve-sc-dialog__body hr{display:none}.arve-sc-dialog__body .ngt-opt--arve-random_video_urls,.arve-sc-dialog__body .ngt-opt--description,.arve-sc-dialog__body .ngt-opt--random_video_url,.arve-sc-dialog__body .ngt-opt--url{grid-column:1/span 2!important}@container (min-width: 700px){.arve-sc-dialog__body{-moz-column-gap:2em;column-gap:2em;display:grid;grid-template-columns:minmax(0,50%) minmax(0,50%);padding-bottom:4px;row-gap:1em}.arve-sc-dialog__body .ngt-opt p{margin:0}}.ngt .arve-sc-dialog__close-btn{background:none;border:none;font-size:2rem;height:2.1rem;width:2.1rem}.ngt .arve-sc-dialog__close-btn .dashicons{vertical-align:baseline}.ngt .arve-sc-dialog__description{margin-top:.2rem}.arve-sc-dialog__footer{padding:10px}#arve-shortcode{font-size:1.2em;line-height:1.2;margin-top:1em}@keyframes arve-sc-dialog-zoom{0%{transform:scale(.8)}to{transform:scale(1)}}@keyframes arve-sc-dialog-fade{0%{opacity:0}to{opacity:1}}
    33#html div.arve,div.arve,div.wp-block-nextgenthemes-arve-block{display:block;margin-bottom:1.5em;width:100%}#html div.arve:after,div.arve:after,div.wp-block-nextgenthemes-arve-block:after{clear:both;content:"";display:table}#html div.arve.alignleft,div.arve.alignleft,div.wp-block-nextgenthemes-arve-block.alignleft{margin-right:1.5em;margin-top:.4em}#html div.arve.alignright,div.arve.alignright,div.wp-block-nextgenthemes-arve-block.alignright{margin-left:1.5em;margin-top:.4em}#html div.arve [hidden],#html div.arve[hidden],div.arve [hidden],div.arve[hidden],div.wp-block-nextgenthemes-arve-block [hidden],div.wp-block-nextgenthemes-arve-block[hidden]{display:none}#html .arve-inner,.arve-inner{display:block;margin:0;padding:0;width:auto}#html .arve-embed,.arve-embed{display:block;margin:0;max-height:100vh;overflow:hidden;padding:0;position:relative;width:100%}#html .arve[data-provider=tiktok] .arve-embed,.arve[data-provider=tiktok] .arve-embed{height:580px}#html .arve-embed--has-aspect-ratio,.arve-embed--has-aspect-ratio{aspect-ratio:16/9}#html .arve-embed--has-aspect-ratio:after,.arve-embed--has-aspect-ratio:after{clear:both;content:"";display:block}#html .arve-ar,.arve-ar{display:block}#html .arve-iframe,#html .arve-play-btn,#html .arve-thumbnail,.arve-iframe,.arve-play-btn,.arve-thumbnail{border:0;bottom:0;height:100%!important;left:0;margin:0;padding:0;position:absolute;top:0;width:100%!important}#html .arve-video,.arve-video{height:auto;margin:0;padding:0;width:100%}#html .arve-promote-link,.arve-promote-link{float:right;font-family:Open Sans,Sagoe UI,Arvo,Lato,arial,sans-serif;font-size:.8em}.components-button--arve-thumbnail{display:block;height:auto}@supports(aspect-ratio:16/9){#html .arve-ar,#html .arve-embed--has-aspect-ratio:after,.arve-ar,.arve-embed--has-aspect-ratio:after{display:none}}.et-fb-tinymce-buttons #arve-btn{display:none}
  • advanced-responsive-video-embedder/tags/10.2.3/changelog.md

    r3103775 r3113463  
    33* [ARVE Pro changelog](https://nextgenthemes.com/plugins/arve-pro/#changelog)
    44* [ARVE Random Videos changelog](https://nextgenthemes.com/plugins/arve-random-video/#changelog)
     5
     6
     7
     8
    59
    610### 2024-06-17 10.2.2 ###
  • advanced-responsive-video-embedder/tags/10.2.3/php/Admin/fn-admin.php

    r3103775 r3113463  
    122122                sprintf(
    123123                    // Translators: %1$s URL, %2$s version tag.
    124                     __( 'For the ARVE Block to work you currently need the <a href="%1$s">Gutenberg plugin</a> active or <a href="$2$s">WP 6.6-beta2</a> or later. Reason is unknown at the time of writing this.', 'advanced-responsive-video-embedder' ),
     124                    __( 'For the ARVE Block to work you currently need the <a href="%1$s">Gutenberg plugin</a> active or <a href="$2$s">WP 6.6-2</a> or later. Reason is unknown at the time of writing this.', 'advanced-responsive-video-embedder' ),
    125125                    \admin_url( 'plugin-install.php?s=Gutenberg%2520Team&tab=search&type=term' ),
    126                     esc_url( 'https://wordpress.org/news/2024/06/wordpress-6-6-beta-2/' )
     126                    esc_url( 'https://wordpress.org/news/2024/07/wordpress-6-6-rc2/' )
     127                ),
     128                ALLOWED_HTML,
     129                array( 'http', 'https' )
     130            ),
     131            array(
     132                'cap' => 'install_plugins',
     133            )
     134        );
     135    }
     136
     137    if ( is_plugin_active( 'classic-editor/classic-editor.php' ) &&
     138        version_compare( $GLOBALS['wp_version'], '6.6-beta2', '<' )
     139    ) {
     140        Notices::instance()->register_notice(
     141            'ngt-arve-need-classic-editor-needs-6.6',
     142            'notice-info',
     143            wp_kses(
     144                sprintf(
     145                    // Translators: %s URL.
     146                    __(
     147                        'Apologies, for the ARVE button in Classic Editor to work you need WP 6.6 that is about to release 2024-07-16. Three not ideal options for the time being:
     148                        <ul>
     149                            <li>
     150                                You can create the shortcodes manually and wait for the regular 6.6 update.
     151                            </li>
     152                            <li>
     153                                Update WordPress already to the 6.6 release candidate 2 (basically ready) <a href="%s">6.6-RC2</a>.
     154                            </li>
     155                            <li>
     156                                Downgrade ARVE to 10.1.1 (with WP-Rollback for example).
     157                            </li>
     158                        </ul>',
     159                        'advanced-responsive-video-embedder'
     160                    ),
     161                    esc_url( 'https://wordpress.org/news/2024/07/wordpress-6-6-rc2/' )
    127162                ),
    128163                ALLOWED_HTML,
  • advanced-responsive-video-embedder/tags/10.2.3/readme.txt

    r3103775 r3113463  
    66Tested up to: 6.6
    77Requires PHP: 7.4
    8 Stable tag: 10.2.2
     8Stable tag: 10.2.
    99License: GPL-3.0
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    194194* [ARVE Random Videos changelog](https://nextgenthemes.com/plugins/arve-random-video/#changelog)
    195195
     196
     197
     198
     199
    196200### 2024-06-17 10.2.2 ###
    197201* Fix: Rare src mismatch errors with YouTube.
  • advanced-responsive-video-embedder/tags/10.2.3/src/block.json

    r3103775 r3113463  
    1414        "odysee"
    1515    ],
    16     "version": "10.2.2",
     16    "version": "10.2.",
    1717    "textdomain": "advanced-responsive-video-embedder",
    1818    "supports": {
  • advanced-responsive-video-embedder/tags/10.2.3/src/shortcode-dialog.scss

    r3102944 r3113463  
    110110    .arve-sc-dialog__body {
    111111        display: grid;
    112         align-items: center;
    113112        grid-template-columns: minmax(0,50%) minmax(0,50%);
    114113        column-gap: 2em;
  • advanced-responsive-video-embedder/tags/10.2.3/vendor/composer/installed.json

    r3103775 r3113463  
    7070        {
    7171            "name": "nextgenthemes/wp-shared",
    72             "version": "2024.06.18.00.09.18",
    73             "version_normalized": "2024.06.18.00.09.18",
     72            "version": "2024.0",
     73            "version_normalized": "2024.0",
    7474            "dist": {
    7575                "type": "path",
    7676                "url": "../nextgenthemes/wp-shared",
    77                 "reference": "01aeeef4f80fd037f484d8a060d71b30ee2fd964"
     77                "reference": ""
    7878            },
    7979            "require": {
  • advanced-responsive-video-embedder/tags/10.2.3/vendor/composer/installed.php

    r3103775 r3113463  
    44        'pretty_version' => 'dev-master',
    55        'version' => 'dev-master',
    6         'reference' => '5b2cd43fd2f7c58fbfe79269ca1d545d6b614732',
     6        'reference' => '',
    77        'type' => 'wordpress-plugin',
    88        'install_path' => __DIR__ . '/../../',
     
    2323            'pretty_version' => 'dev-master',
    2424            'version' => 'dev-master',
    25             'reference' => '5b2cd43fd2f7c58fbfe79269ca1d545d6b614732',
     25            'reference' => '',
    2626            'type' => 'wordpress-plugin',
    2727            'install_path' => __DIR__ . '/../../',
     
    3030        ),
    3131        'nextgenthemes/wp-shared' => array(
    32             'pretty_version' => '2024.06.18.00.09.18',
    33             'version' => '2024.06.18.00.09.18',
    34             'reference' => '01aeeef4f80fd037f484d8a060d71b30ee2fd964',
     32            'pretty_version' => '2024.0',
     33            'version' => '2024.0',
     34            'reference' => '',
    3535            'type' => 'wp-package',
    3636            'install_path' => __DIR__ . '/../nextgenthemes/wp-shared',
  • advanced-responsive-video-embedder/tags/10.2.3/vendor/composer/jetpack_autoload_filemap.php

    r3103775 r3113463  
    88return array(
    99    '2d1e3b3e432aed88c61afcb4f6d8c262' => array(
    10         'version' => '2024.06.18.00.09.18',
     10        'version' => '2024.0',
    1111        'path'    => $vendorDir . '/nextgenthemes/wp-shared/includes/WP/load-files.php'
    1212    ),
    1313    '83b8ee913c5d2d5a8f26b42bc5db8bfb' => array(
    14         'version' => '2024.06.18.00.09.18',
     14        'version' => '2024.0',
    1515        'path'    => $vendorDir . '/nextgenthemes/wp-shared/includes/WP/Admin/load-admin-files.php'
    1616    ),
  • advanced-responsive-video-embedder/tags/10.2.3/vendor/nextgenthemes/wp-shared/composer.json

    r3103775 r3113463  
    2020        "update-alpine": "wget https://cdn.jsdelivr.net/npm/alpinejs@3.x.x/dist/cdn.min.js -O ./includes/WP/Admin/alpine.js"
    2121    },
    22     "version": "2024.06.18.00.09.18"
     22    "version": "2024.0"
    2323}
  • advanced-responsive-video-embedder/tags/10.2.3/vendor/nextgenthemes/wp-shared/includes/WP/Admin/fn-settings.php

    r3102944 r3113463  
    280280
    281281        <?php if ( ! empty( $setting['description'] ) ) : ?>
    282             <p class="ngt-opt__description" data-wp-bind--hidden="!context.help">
     282            <p class="ngt-opt__description" data-wp-bind--hidden="!.help">
    283283                <?= \wp_kses( $setting['description'], DESCRIPTION_ALLOWED_HTML, array( 'http', 'https' ) ); ?>
    284284            </p>
  • advanced-responsive-video-embedder/trunk/advanced-responsive-video-embedder.php

    r3103775 r3113463  
    44 * Plugin URI:        https://nextgenthemes.com/plugins/arve-pro/
    55 * Description:       Easy responsive video embeds via URL (like WordPress) or Shortcodes. Supports almost anything you can imagine.
    6  * Version:           10.2.2
     6 * Version:           10.2.
    77 * Requires PHP:      7.4
    88 * Requires at least: 6.5
     
    2121namespace Nextgenthemes\ARVE;
    2222
    23 const VERSION               = '10.2.2';
     23const VERSION               = '10.2.';
    2424const PRO_VERSION_REQUIRED  = '6.0.0-alpha3';
    2525const NUM_TRACKS            = 3;
  • advanced-responsive-video-embedder/trunk/build/admin-rtl.css

    r3102944 r3113463  
    11.arve-license-input{width:280px}.arve-btn{padding-right:3px}.arve-icon:before{content:""!important}.edit-shortcode-form-fields.shortcode-ui-edit-arve .field-block{padding-bottom:.4em;padding-top:.4em}.edit-shortcode-form-fields.shortcode-ui-edit-arve .field-block label{display:inline-block;margin:0}.edit-shortcode-form-fields.shortcode-ui-edit-arve .field-block label:first-child{width:110px}.edit-shortcode-form-fields.shortcode-ui-edit-arve .shortcode-ui-attribute-aspect_ratio input,.edit-shortcode-form-fields.shortcode-ui-edit-arve .shortcode-ui-attribute-description input,.edit-shortcode-form-fields.shortcode-ui-edit-arve .shortcode-ui-attribute-title input,.edit-shortcode-form-fields.shortcode-ui-edit-arve .shortcode-ui-attribute-upload_date input,.edit-shortcode-form-fields.shortcode-ui-edit-arve .shortcode-ui-attribute-url input{width:700px}.arve-list-small{font-size:.85em;list-style:square;padding-right:20px}.arve-list-small li{margin-bottom:2px}.arve-settings-page-ad{margin:0;padding-left:.7rem!important}.arve-corner-spacer{float:left;height:38px;width:20px}@media (min-width:1400px){.arve-settings-page-ad{position:absolute!important;left:0;width:320px}.arve-options-wrap{padding-left:350px;position:relative}}#arve-shortcode{font-size:1.2em;line-height:1.2;margin-top:1em}
    2 .arve-sc-dialog{--ngt-wp-body-bg:#f0f0f1;background-color:var(--ngt-wp-body-bg);border:none;border-radius:5px;box-sizing:border-box;height:100dvh;max-width:100dvw;padding:0;width:900px}.arve-sc-dialog *,.arve-sc-dialog :after,.arve-sc-dialog :before{box-sizing:inherit}.arve-sc-dialog::backdrop{background-color:rgba(0,0,0,.8)}.arve-sc-dialog[open]{animation:arve-sc-dialog-zoom .4s cubic-bezier(.34,1.56,.64,1)}.arve-sc-dialog[open]::backdrop{animation:arve-sc-dialog-fade .4s ease-out}.arve-sc-dialog:not([open]){display:none}.arve-sc-dialog .media-modal-close{left:10px}.arve-sc-dialog .media-modal-close[data-wp-on--click="actions.toggleHelp"]{left:52px}.arve-sc-dialog .dashicons-editor-help:before{content:""!important}.arve-sc-dialog__wrap{container-type:inline-size;display:grid;gap:0 0;grid-template-areas:"." "." ".";grid-template-columns:minmax(300px,1fr);grid-template-rows:auto 1fr auto;height:100%}.arve-sc-dialog__header{text-align:end}.arve-sc-dialog__body{background:linear-gradient(var(--ngt-wp-body-bg) 30%,hsla(0,0%,100%,0)),linear-gradient(hsla(0,0%,100%,0),var(--ngt-wp-body-bg) 70%) 100% 100%,radial-gradient(farthest-side at 50% 0,rgba(0,0,0,.2),transparent),radial-gradient(farthest-side at 50% 100%,rgba(0,0,0,.2),transparent) 100% 100%;background-attachment:local,local,scroll,scroll;background-repeat:no-repeat;background-size:100% 40px,100% 40px,100% 14px,100% 14px;overflow-x:hidden;overflow-y:auto;padding-right:10px;padding-left:10px;position:relative}.arve-sc-dialog__body hr{display:none}.arve-sc-dialog__body .ngt-opt--arve-random_video_urls,.arve-sc-dialog__body .ngt-opt--description,.arve-sc-dialog__body .ngt-opt--random_video_url,.arve-sc-dialog__body .ngt-opt--url{grid-column:1/span 2!important}@container (min-width: 700px){.arve-sc-dialog__body{align-items:center;-moz-column-gap:2em;column-gap:2em;display:grid;grid-template-columns:minmax(0,50%) minmax(0,50%);padding-bottom:4px;row-gap:1em}.arve-sc-dialog__body .ngt-opt p{margin:0}}.ngt .arve-sc-dialog__close-btn{background:none;border:none;font-size:2rem;height:2.1rem;width:2.1rem}.ngt .arve-sc-dialog__close-btn .dashicons{vertical-align:baseline}.ngt .arve-sc-dialog__description{margin-top:.2rem}.arve-sc-dialog__footer{padding:10px}#arve-shortcode{font-size:1.2em;line-height:1.2;margin-top:1em}@keyframes arve-sc-dialog-zoom{0%{transform:scale(.8)}to{transform:scale(1)}}@keyframes arve-sc-dialog-fade{0%{opacity:0}to{opacity:1}}
     2.arve-sc-dialog{--ngt-wp-body-bg:#f0f0f1;background-color:var(--ngt-wp-body-bg);border:none;border-radius:5px;box-sizing:border-box;height:100dvh;max-width:100dvw;padding:0;width:900px}.arve-sc-dialog *,.arve-sc-dialog :after,.arve-sc-dialog :before{box-sizing:inherit}.arve-sc-dialog::backdrop{background-color:rgba(0,0,0,.8)}.arve-sc-dialog[open]{animation:arve-sc-dialog-zoom .4s cubic-bezier(.34,1.56,.64,1)}.arve-sc-dialog[open]::backdrop{animation:arve-sc-dialog-fade .4s ease-out}.arve-sc-dialog:not([open]){display:none}.arve-sc-dialog .media-modal-close{left:10px}.arve-sc-dialog .media-modal-close[data-wp-on--click="actions.toggleHelp"]{left:52px}.arve-sc-dialog .dashicons-editor-help:before{content:""!important}.arve-sc-dialog__wrap{container-type:inline-size;display:grid;gap:0 0;grid-template-areas:"." "." ".";grid-template-columns:minmax(300px,1fr);grid-template-rows:auto 1fr auto;height:100%}.arve-sc-dialog__header{text-align:end}.arve-sc-dialog__body{background:linear-gradient(var(--ngt-wp-body-bg) 30%,hsla(0,0%,100%,0)),linear-gradient(hsla(0,0%,100%,0),var(--ngt-wp-body-bg) 70%) 100% 100%,radial-gradient(farthest-side at 50% 0,rgba(0,0,0,.2),transparent),radial-gradient(farthest-side at 50% 100%,rgba(0,0,0,.2),transparent) 100% 100%;background-attachment:local,local,scroll,scroll;background-repeat:no-repeat;background-size:100% 40px,100% 40px,100% 14px,100% 14px;overflow-x:hidden;overflow-y:auto;padding-right:10px;padding-left:10px;position:relative}.arve-sc-dialog__body hr{display:none}.arve-sc-dialog__body .ngt-opt--arve-random_video_urls,.arve-sc-dialog__body .ngt-opt--description,.arve-sc-dialog__body .ngt-opt--random_video_url,.arve-sc-dialog__body .ngt-opt--url{grid-column:1/span 2!important}@container (min-width: 700px){.arve-sc-dialog__body{-moz-column-gap:2em;column-gap:2em;display:grid;grid-template-columns:minmax(0,50%) minmax(0,50%);padding-bottom:4px;row-gap:1em}.arve-sc-dialog__body .ngt-opt p{margin:0}}.ngt .arve-sc-dialog__close-btn{background:none;border:none;font-size:2rem;height:2.1rem;width:2.1rem}.ngt .arve-sc-dialog__close-btn .dashicons{vertical-align:baseline}.ngt .arve-sc-dialog__description{margin-top:.2rem}.arve-sc-dialog__footer{padding:10px}#arve-shortcode{font-size:1.2em;line-height:1.2;margin-top:1em}@keyframes arve-sc-dialog-zoom{0%{transform:scale(.8)}to{transform:scale(1)}}@keyframes arve-sc-dialog-fade{0%{opacity:0}to{opacity:1}}
    33#html div.arve,div.arve,div.wp-block-nextgenthemes-arve-block{display:block;margin-bottom:1.5em;width:100%}#html div.arve:after,div.arve:after,div.wp-block-nextgenthemes-arve-block:after{clear:both;content:"";display:table}#html div.arve.alignleft,div.arve.alignleft,div.wp-block-nextgenthemes-arve-block.alignleft{margin-left:1.5em;margin-top:.4em}#html div.arve.alignright,div.arve.alignright,div.wp-block-nextgenthemes-arve-block.alignright{margin-right:1.5em;margin-top:.4em}#html div.arve [hidden],#html div.arve[hidden],div.arve [hidden],div.arve[hidden],div.wp-block-nextgenthemes-arve-block [hidden],div.wp-block-nextgenthemes-arve-block[hidden]{display:none}#html .arve-inner,.arve-inner{display:block;margin:0;padding:0;width:auto}#html .arve-embed,.arve-embed{display:block;margin:0;max-height:100vh;overflow:hidden;padding:0;position:relative;width:100%}#html .arve[data-provider=tiktok] .arve-embed,.arve[data-provider=tiktok] .arve-embed{height:580px}#html .arve-embed--has-aspect-ratio,.arve-embed--has-aspect-ratio{aspect-ratio:16/9}#html .arve-embed--has-aspect-ratio:after,.arve-embed--has-aspect-ratio:after{clear:both;content:"";display:block}#html .arve-ar,.arve-ar{display:block}#html .arve-iframe,#html .arve-play-btn,#html .arve-thumbnail,.arve-iframe,.arve-play-btn,.arve-thumbnail{border:0;bottom:0;height:100%!important;right:0;margin:0;padding:0;position:absolute;top:0;width:100%!important}#html .arve-video,.arve-video{height:auto;margin:0;padding:0;width:100%}#html .arve-promote-link,.arve-promote-link{float:left;font-family:Open Sans,Sagoe UI,Arvo,Lato,arial,sans-serif;font-size:.8em}.components-button--arve-thumbnail{display:block;height:auto}@supports(aspect-ratio:16/9){#html .arve-ar,#html .arve-embed--has-aspect-ratio:after,.arve-ar,.arve-embed--has-aspect-ratio:after{display:none}}.et-fb-tinymce-buttons #arve-btn{display:none}
  • advanced-responsive-video-embedder/trunk/build/admin.asset.php

    r3102944 r3113463  
    1 <?php return array('dependencies' => array(), 'version' => '8b2e21e5ee7f4cb6c825');
     1<?php return array('dependencies' => array(), 'version' => '');
  • advanced-responsive-video-embedder/trunk/build/admin.css

    r3102944 r3113463  
    11.arve-license-input{width:280px}.arve-btn{padding-left:3px}.arve-icon:before{content:""!important}.edit-shortcode-form-fields.shortcode-ui-edit-arve .field-block{padding-bottom:.4em;padding-top:.4em}.edit-shortcode-form-fields.shortcode-ui-edit-arve .field-block label{display:inline-block;margin:0}.edit-shortcode-form-fields.shortcode-ui-edit-arve .field-block label:first-child{width:110px}.edit-shortcode-form-fields.shortcode-ui-edit-arve .shortcode-ui-attribute-aspect_ratio input,.edit-shortcode-form-fields.shortcode-ui-edit-arve .shortcode-ui-attribute-description input,.edit-shortcode-form-fields.shortcode-ui-edit-arve .shortcode-ui-attribute-title input,.edit-shortcode-form-fields.shortcode-ui-edit-arve .shortcode-ui-attribute-upload_date input,.edit-shortcode-form-fields.shortcode-ui-edit-arve .shortcode-ui-attribute-url input{width:700px}.arve-list-small{font-size:.85em;list-style:square;padding-left:20px}.arve-list-small li{margin-bottom:2px}.arve-settings-page-ad{margin:0;padding-right:.7rem!important}.arve-corner-spacer{float:right;height:38px;width:20px}@media (min-width:1400px){.arve-settings-page-ad{position:absolute!important;right:0;width:320px}.arve-options-wrap{padding-right:350px;position:relative}}#arve-shortcode{font-size:1.2em;line-height:1.2;margin-top:1em}
    2 .arve-sc-dialog{--ngt-wp-body-bg:#f0f0f1;background-color:var(--ngt-wp-body-bg);border:none;border-radius:5px;box-sizing:border-box;height:100dvh;max-width:100dvw;padding:0;width:900px}.arve-sc-dialog *,.arve-sc-dialog :after,.arve-sc-dialog :before{box-sizing:inherit}.arve-sc-dialog::backdrop{background-color:rgba(0,0,0,.8)}.arve-sc-dialog[open]{animation:arve-sc-dialog-zoom .4s cubic-bezier(.34,1.56,.64,1)}.arve-sc-dialog[open]::backdrop{animation:arve-sc-dialog-fade .4s ease-out}.arve-sc-dialog:not([open]){display:none}.arve-sc-dialog .media-modal-close{right:10px}.arve-sc-dialog .media-modal-close[data-wp-on--click="actions.toggleHelp"]{right:52px}.arve-sc-dialog .dashicons-editor-help:before{content:""!important}.arve-sc-dialog__wrap{container-type:inline-size;display:grid;gap:0 0;grid-template-areas:"." "." ".";grid-template-columns:minmax(300px,1fr);grid-template-rows:auto 1fr auto;height:100%}.arve-sc-dialog__header{text-align:end}.arve-sc-dialog__body{background:linear-gradient(var(--ngt-wp-body-bg) 30%,hsla(0,0%,100%,0)),linear-gradient(hsla(0,0%,100%,0),var(--ngt-wp-body-bg) 70%) 0 100%,radial-gradient(farthest-side at 50% 0,rgba(0,0,0,.2),transparent),radial-gradient(farthest-side at 50% 100%,rgba(0,0,0,.2),transparent) 0 100%;background-attachment:local,local,scroll,scroll;background-repeat:no-repeat;background-size:100% 40px,100% 40px,100% 14px,100% 14px;overflow-x:hidden;overflow-y:auto;padding-left:10px;padding-right:10px;position:relative}.arve-sc-dialog__body hr{display:none}.arve-sc-dialog__body .ngt-opt--arve-random_video_urls,.arve-sc-dialog__body .ngt-opt--description,.arve-sc-dialog__body .ngt-opt--random_video_url,.arve-sc-dialog__body .ngt-opt--url{grid-column:1/span 2!important}@container (min-width: 700px){.arve-sc-dialog__body{align-items:center;-moz-column-gap:2em;column-gap:2em;display:grid;grid-template-columns:minmax(0,50%) minmax(0,50%);padding-bottom:4px;row-gap:1em}.arve-sc-dialog__body .ngt-opt p{margin:0}}.ngt .arve-sc-dialog__close-btn{background:none;border:none;font-size:2rem;height:2.1rem;width:2.1rem}.ngt .arve-sc-dialog__close-btn .dashicons{vertical-align:baseline}.ngt .arve-sc-dialog__description{margin-top:.2rem}.arve-sc-dialog__footer{padding:10px}#arve-shortcode{font-size:1.2em;line-height:1.2;margin-top:1em}@keyframes arve-sc-dialog-zoom{0%{transform:scale(.8)}to{transform:scale(1)}}@keyframes arve-sc-dialog-fade{0%{opacity:0}to{opacity:1}}
     2.arve-sc-dialog{--ngt-wp-body-bg:#f0f0f1;background-color:var(--ngt-wp-body-bg);border:none;border-radius:5px;box-sizing:border-box;height:100dvh;max-width:100dvw;padding:0;width:900px}.arve-sc-dialog *,.arve-sc-dialog :after,.arve-sc-dialog :before{box-sizing:inherit}.arve-sc-dialog::backdrop{background-color:rgba(0,0,0,.8)}.arve-sc-dialog[open]{animation:arve-sc-dialog-zoom .4s cubic-bezier(.34,1.56,.64,1)}.arve-sc-dialog[open]::backdrop{animation:arve-sc-dialog-fade .4s ease-out}.arve-sc-dialog:not([open]){display:none}.arve-sc-dialog .media-modal-close{right:10px}.arve-sc-dialog .media-modal-close[data-wp-on--click="actions.toggleHelp"]{right:52px}.arve-sc-dialog .dashicons-editor-help:before{content:""!important}.arve-sc-dialog__wrap{container-type:inline-size;display:grid;gap:0 0;grid-template-areas:"." "." ".";grid-template-columns:minmax(300px,1fr);grid-template-rows:auto 1fr auto;height:100%}.arve-sc-dialog__header{text-align:end}.arve-sc-dialog__body{background:linear-gradient(var(--ngt-wp-body-bg) 30%,hsla(0,0%,100%,0)),linear-gradient(hsla(0,0%,100%,0),var(--ngt-wp-body-bg) 70%) 0 100%,radial-gradient(farthest-side at 50% 0,rgba(0,0,0,.2),transparent),radial-gradient(farthest-side at 50% 100%,rgba(0,0,0,.2),transparent) 0 100%;background-attachment:local,local,scroll,scroll;background-repeat:no-repeat;background-size:100% 40px,100% 40px,100% 14px,100% 14px;overflow-x:hidden;overflow-y:auto;padding-left:10px;padding-right:10px;position:relative}.arve-sc-dialog__body hr{display:none}.arve-sc-dialog__body .ngt-opt--arve-random_video_urls,.arve-sc-dialog__body .ngt-opt--description,.arve-sc-dialog__body .ngt-opt--random_video_url,.arve-sc-dialog__body .ngt-opt--url{grid-column:1/span 2!important}@container (min-width: 700px){.arve-sc-dialog__body{-moz-column-gap:2em;column-gap:2em;display:grid;grid-template-columns:minmax(0,50%) minmax(0,50%);padding-bottom:4px;row-gap:1em}.arve-sc-dialog__body .ngt-opt p{margin:0}}.ngt .arve-sc-dialog__close-btn{background:none;border:none;font-size:2rem;height:2.1rem;width:2.1rem}.ngt .arve-sc-dialog__close-btn .dashicons{vertical-align:baseline}.ngt .arve-sc-dialog__description{margin-top:.2rem}.arve-sc-dialog__footer{padding:10px}#arve-shortcode{font-size:1.2em;line-height:1.2;margin-top:1em}@keyframes arve-sc-dialog-zoom{0%{transform:scale(.8)}to{transform:scale(1)}}@keyframes arve-sc-dialog-fade{0%{opacity:0}to{opacity:1}}
    33#html div.arve,div.arve,div.wp-block-nextgenthemes-arve-block{display:block;margin-bottom:1.5em;width:100%}#html div.arve:after,div.arve:after,div.wp-block-nextgenthemes-arve-block:after{clear:both;content:"";display:table}#html div.arve.alignleft,div.arve.alignleft,div.wp-block-nextgenthemes-arve-block.alignleft{margin-right:1.5em;margin-top:.4em}#html div.arve.alignright,div.arve.alignright,div.wp-block-nextgenthemes-arve-block.alignright{margin-left:1.5em;margin-top:.4em}#html div.arve [hidden],#html div.arve[hidden],div.arve [hidden],div.arve[hidden],div.wp-block-nextgenthemes-arve-block [hidden],div.wp-block-nextgenthemes-arve-block[hidden]{display:none}#html .arve-inner,.arve-inner{display:block;margin:0;padding:0;width:auto}#html .arve-embed,.arve-embed{display:block;margin:0;max-height:100vh;overflow:hidden;padding:0;position:relative;width:100%}#html .arve[data-provider=tiktok] .arve-embed,.arve[data-provider=tiktok] .arve-embed{height:580px}#html .arve-embed--has-aspect-ratio,.arve-embed--has-aspect-ratio{aspect-ratio:16/9}#html .arve-embed--has-aspect-ratio:after,.arve-embed--has-aspect-ratio:after{clear:both;content:"";display:block}#html .arve-ar,.arve-ar{display:block}#html .arve-iframe,#html .arve-play-btn,#html .arve-thumbnail,.arve-iframe,.arve-play-btn,.arve-thumbnail{border:0;bottom:0;height:100%!important;left:0;margin:0;padding:0;position:absolute;top:0;width:100%!important}#html .arve-video,.arve-video{height:auto;margin:0;padding:0;width:100%}#html .arve-promote-link,.arve-promote-link{float:right;font-family:Open Sans,Sagoe UI,Arvo,Lato,arial,sans-serif;font-size:.8em}.components-button--arve-thumbnail{display:block;height:auto}@supports(aspect-ratio:16/9){#html .arve-ar,#html .arve-embed--has-aspect-ratio:after,.arve-ar,.arve-embed--has-aspect-ratio:after{display:none}}.et-fb-tinymce-buttons #arve-btn{display:none}
  • advanced-responsive-video-embedder/trunk/changelog.md

    r3103775 r3113463  
    33* [ARVE Pro changelog](https://nextgenthemes.com/plugins/arve-pro/#changelog)
    44* [ARVE Random Videos changelog](https://nextgenthemes.com/plugins/arve-random-video/#changelog)
     5
     6
     7
     8
    59
    610### 2024-06-17 10.2.2 ###
  • advanced-responsive-video-embedder/trunk/php/Admin/fn-admin.php

    r3103775 r3113463  
    122122                sprintf(
    123123                    // Translators: %1$s URL, %2$s version tag.
    124                     __( 'For the ARVE Block to work you currently need the <a href="%1$s">Gutenberg plugin</a> active or <a href="$2$s">WP 6.6-beta2</a> or later. Reason is unknown at the time of writing this.', 'advanced-responsive-video-embedder' ),
     124                    __( 'For the ARVE Block to work you currently need the <a href="%1$s">Gutenberg plugin</a> active or <a href="$2$s">WP 6.6-2</a> or later. Reason is unknown at the time of writing this.', 'advanced-responsive-video-embedder' ),
    125125                    \admin_url( 'plugin-install.php?s=Gutenberg%2520Team&tab=search&type=term' ),
    126                     esc_url( 'https://wordpress.org/news/2024/06/wordpress-6-6-beta-2/' )
     126                    esc_url( 'https://wordpress.org/news/2024/07/wordpress-6-6-rc2/' )
     127                ),
     128                ALLOWED_HTML,
     129                array( 'http', 'https' )
     130            ),
     131            array(
     132                'cap' => 'install_plugins',
     133            )
     134        );
     135    }
     136
     137    if ( is_plugin_active( 'classic-editor/classic-editor.php' ) &&
     138        version_compare( $GLOBALS['wp_version'], '6.6-beta2', '<' )
     139    ) {
     140        Notices::instance()->register_notice(
     141            'ngt-arve-need-classic-editor-needs-6.6',
     142            'notice-info',
     143            wp_kses(
     144                sprintf(
     145                    // Translators: %s URL.
     146                    __(
     147                        'Apologies, for the ARVE button in Classic Editor to work you need WP 6.6 that is about to release 2024-07-16. Three not ideal options for the time being:
     148                        <ul>
     149                            <li>
     150                                You can create the shortcodes manually and wait for the regular 6.6 update.
     151                            </li>
     152                            <li>
     153                                Update WordPress already to the 6.6 release candidate 2 (basically ready) <a href="%s">6.6-RC2</a>.
     154                            </li>
     155                            <li>
     156                                Downgrade ARVE to 10.1.1 (with WP-Rollback for example).
     157                            </li>
     158                        </ul>',
     159                        'advanced-responsive-video-embedder'
     160                    ),
     161                    esc_url( 'https://wordpress.org/news/2024/07/wordpress-6-6-rc2/' )
    127162                ),
    128163                ALLOWED_HTML,
  • advanced-responsive-video-embedder/trunk/readme.txt

    r3103775 r3113463  
    66Tested up to: 6.6
    77Requires PHP: 7.4
    8 Stable tag: 10.2.2
     8Stable tag: 10.2.
    99License: GPL-3.0
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    194194* [ARVE Random Videos changelog](https://nextgenthemes.com/plugins/arve-random-video/#changelog)
    195195
     196
     197
     198
     199
    196200### 2024-06-17 10.2.2 ###
    197201* Fix: Rare src mismatch errors with YouTube.
  • advanced-responsive-video-embedder/trunk/src/block.json

    r3103775 r3113463  
    1414        "odysee"
    1515    ],
    16     "version": "10.2.2",
     16    "version": "10.2.",
    1717    "textdomain": "advanced-responsive-video-embedder",
    1818    "supports": {
  • advanced-responsive-video-embedder/trunk/src/shortcode-dialog.scss

    r3102944 r3113463  
    110110    .arve-sc-dialog__body {
    111111        display: grid;
    112         align-items: center;
    113112        grid-template-columns: minmax(0,50%) minmax(0,50%);
    114113        column-gap: 2em;
  • advanced-responsive-video-embedder/trunk/vendor/composer/installed.json

    r3103775 r3113463  
    7070        {
    7171            "name": "nextgenthemes/wp-shared",
    72             "version": "2024.06.18.00.09.18",
    73             "version_normalized": "2024.06.18.00.09.18",
     72            "version": "2024.0",
     73            "version_normalized": "2024.0",
    7474            "dist": {
    7575                "type": "path",
    7676                "url": "../nextgenthemes/wp-shared",
    77                 "reference": "01aeeef4f80fd037f484d8a060d71b30ee2fd964"
     77                "reference": ""
    7878            },
    7979            "require": {
  • advanced-responsive-video-embedder/trunk/vendor/composer/installed.php

    r3103775 r3113463  
    44        'pretty_version' => 'dev-master',
    55        'version' => 'dev-master',
    6         'reference' => '5b2cd43fd2f7c58fbfe79269ca1d545d6b614732',
     6        'reference' => '',
    77        'type' => 'wordpress-plugin',
    88        'install_path' => __DIR__ . '/../../',
     
    2323            'pretty_version' => 'dev-master',
    2424            'version' => 'dev-master',
    25             'reference' => '5b2cd43fd2f7c58fbfe79269ca1d545d6b614732',
     25            'reference' => '',
    2626            'type' => 'wordpress-plugin',
    2727            'install_path' => __DIR__ . '/../../',
     
    3030        ),
    3131        'nextgenthemes/wp-shared' => array(
    32             'pretty_version' => '2024.06.18.00.09.18',
    33             'version' => '2024.06.18.00.09.18',
    34             'reference' => '01aeeef4f80fd037f484d8a060d71b30ee2fd964',
     32            'pretty_version' => '2024.0',
     33            'version' => '2024.0',
     34            'reference' => '',
    3535            'type' => 'wp-package',
    3636            'install_path' => __DIR__ . '/../nextgenthemes/wp-shared',
  • advanced-responsive-video-embedder/trunk/vendor/composer/jetpack_autoload_filemap.php

    r3103775 r3113463  
    88return array(
    99    '2d1e3b3e432aed88c61afcb4f6d8c262' => array(
    10         'version' => '2024.06.18.00.09.18',
     10        'version' => '2024.0',
    1111        'path'    => $vendorDir . '/nextgenthemes/wp-shared/includes/WP/load-files.php'
    1212    ),
    1313    '83b8ee913c5d2d5a8f26b42bc5db8bfb' => array(
    14         'version' => '2024.06.18.00.09.18',
     14        'version' => '2024.0',
    1515        'path'    => $vendorDir . '/nextgenthemes/wp-shared/includes/WP/Admin/load-admin-files.php'
    1616    ),
  • advanced-responsive-video-embedder/trunk/vendor/nextgenthemes/wp-shared/composer.json

    r3103775 r3113463  
    2020        "update-alpine": "wget https://cdn.jsdelivr.net/npm/alpinejs@3.x.x/dist/cdn.min.js -O ./includes/WP/Admin/alpine.js"
    2121    },
    22     "version": "2024.06.18.00.09.18"
     22    "version": "2024.0"
    2323}
  • advanced-responsive-video-embedder/trunk/vendor/nextgenthemes/wp-shared/includes/WP/Admin/fn-settings.php

    r3102944 r3113463  
    280280
    281281        <?php if ( ! empty( $setting['description'] ) ) : ?>
    282             <p class="ngt-opt__description" data-wp-bind--hidden="!context.help">
     282            <p class="ngt-opt__description" data-wp-bind--hidden="!.help">
    283283                <?= \wp_kses( $setting['description'], DESCRIPTION_ALLOWED_HTML, array( 'http', 'https' ) ); ?>
    284284            </p>
Note: See TracChangeset for help on using the changeset viewer.