Plugin Directory

Changeset 3085324

Timestamp:
05/12/2024 07:23:26 PM (2 months ago)
Author:
nico23
Message:

Update plugin to version 10.0.3 with NextgenThemes WordPress Plugin Deploy

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

Legend:

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

    r3085055 r3085324  
    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.0.2
     6 * Version:           10.0.
    77 * Requires PHP:      7.4
    88 * Requires at least: 6.2
     
    2121namespace Nextgenthemes\ARVE;
    2222
    23 const VERSION               = '10.0.2';
     23const VERSION               = '10.0.';
    2424const PRO_VERSION_REQUIRED  = '6.0.0-alpha3';
    2525const NUM_TRACKS            = 3;
  • advanced-responsive-video-embedder/tags/10.0.3/changelog.md

    r3085055 r3085324  
    44* [ARVE Random Videos changelog](https://nextgenthemes.com/plugins/arve-random-video/#changelog)
    55
     6
     7
     8
    69### 2024-05-12 10.0.2 ###
    7 * Fixing activation error related to script dependencies. (still investigating)
     10* Fix)
    811
    912### 2024-05-11 10.0.1 ###
     
    1316* Support for Kick.
    1417* Optional ARVE button on the admin bar for quick access to the ARVE Settings page.
    15 * Support for new [GDPR and Extra Privacy](https://nextgenthemes.com/plugins/arve-privacy/) addon.
     18* Support for new [ and Extra Privacy](https://nextgenthemes.com/plugins/arve-privacy/) addon.
    1619
    1720#### Fixed ####
     
    3336
    3437### 2024-02-29 9.10.13 ###
    35 * Improved: Make Admin notice dismiss without jQuery. May fix an extremly rare issue of dismiss failing.   
     38* Improved: Make Admin notice dismiss without jQuery. May fix an extremly rare issue of dismiss failing.   
    3639* Tested with latest WP 6.5-nightly
    3740* Plugin is no longer being tested with PHP versions below 7.2+, in theory the 9.x versions should work with PHP 5.6+.
  • advanced-responsive-video-embedder/tags/10.0.3/php/ElementorWidget.php

    r3084997 r3085324  
    88 *
    99 * @since 10.0.0
     10
    1011 */
    1112class ElementorWidget extends \Elementor\Widget_Base {
  • advanced-responsive-video-embedder/tags/10.0.3/php/Video.php

    r3084997 r3085324  
    810810        $this->iframe_attr = array(
    811811            'credentialless'  => '',
    812             'referrerpolicy'  => 'no-referrer',
     812            'referrerpolicy'  =>
    813813            'allow'           => $allow,
    814814            'allowfullscreen' => '',
  • advanced-responsive-video-embedder/tags/10.0.3/readme.txt

    r3085055 r3085324  
    66Tested up to: 6.5.0
    77Requires PHP: 7.4
    8 Stable tag: 10.0.2
     8Stable tag: 10.0.
    99License: GPL-3.0
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    3333*  Provides it's own powerful ARVE Block with all the features the `[arve]` shortcode offers, with a nice UI and detailed settings descriptions.
    3434
    35 #### Both ####
     35#### Elementor Widget ####
     36
     37* Provides UI for the entire feature set of ARVE inside Elementor
     38
     39#### All ####
    3640
    3741*   Makes your video embeds [more secure and enhances visitors privacy](https://nextgenthemes.com/privacy-enhanced-and-safer-iframes-in-arve-10-0/).
     
    173177### How do I embed videos from a unlisted providers / iframes? ###
    174178
    175 This plugin not changes anything to usual HTML `<iframe>` embed codes you have to use the shortcodes or the Gutenberg Block. They will become `[arve url="https://..."]`. The url represents what is the `src` in HTML embeds. It works as simple as this, if the `[arve]` shortcode does not detect a known URL structure then it will treat the URL as a `src` for the iframe.
    176 
    177 ### Why does my YouTube video not repeat/loop? ###
    178 
    179 This plugins embed is considered as 'custom player' by YouTube so you have to pass the video ID as playlist parameters to make the loop work.
    180 
    181 `[arve url="https://www.youtube.com/watch?v=pvRqvX413Ik" parameters="loop=1&playlist=pvRqvX413Ik"]`
     179This plugin not changes anything to usual HTML `<iframe>` embed codes you have to use the shortcodes or the Gutenberg Block. They will become `[arve url="https://..."]`. The url represents what is the `src` in HTML embeds. It works as simple as this, if the `[arve]` shortcode does not detect a known URL structure then it will treat the URL as a `src` for the iframe.
    182180
    183181## Installation ##
     
    196194* [ARVE Random Videos changelog](https://nextgenthemes.com/plugins/arve-random-video/#changelog)
    197195
     196
     197
     198
    198199### 2024-05-12 10.0.2 ###
    199 * Fixing activation error related to script dependencies. (still investigating)
     200* Fix)
    200201
    201202### 2024-05-11 10.0.1 ###
     
    205206* Support for Kick.
    206207* Optional ARVE button on the admin bar for quick access to the ARVE Settings page.
    207 * Support for new [GDPR and Extra Privacy](https://nextgenthemes.com/plugins/arve-privacy/) addon.
     208* Support for new [ and Extra Privacy](https://nextgenthemes.com/plugins/arve-privacy/) addon.
    208209
    209210#### Fixed ####
     
    225226
    226227### 2024-02-29 9.10.13 ###
    227 * Improved: Make Admin notice dismiss without jQuery. May fix an extremly rare issue of dismiss failing.   
     228* Improved: Make Admin notice dismiss without jQuery. May fix an extremly rare issue of dismiss failing.   
    228229* Tested with latest WP 6.5-nightly
    229230* Plugin is no longer being tested with PHP versions below 7.2+, in theory the 9.x versions should work with PHP 5.6+.
  • advanced-responsive-video-embedder/tags/10.0.3/src/block.json

    r3085055 r3085324  
    1414        "odysee"
    1515    ],
    16     "version": "10.0.1",
     16    "version": "10.0.",
    1717    "textdomain": "advanced-responsive-video-embedder",
    1818    "supports": {
  • advanced-responsive-video-embedder/tags/10.0.3/vendor/composer/installed.json

    r3085055 r3085324  
    7070        {
    7171            "name": "nextgenthemes/wp-shared",
    72             "version": "2024.05.12.02.28.30",
    73             "version_normalized": "2024.05.12.02.28.30",
     72            "version": "2024.05.12.0",
     73            "version_normalized": "2024.05.12.0",
    7474            "dist": {
    7575                "type": "path",
    7676                "url": "../nextgenthemes/wp-shared",
    77                 "reference": "407000f4a4c1a95b417720c37032a44a2c83cbcc"
     77                "reference": ""
    7878            },
    7979            "require": {
  • advanced-responsive-video-embedder/tags/10.0.3/vendor/composer/installed.php

    r3085055 r3085324  
    44        'pretty_version' => 'dev-master',
    55        'version' => 'dev-master',
    6         'reference' => 'eca308298de42f3959a3c2f3d2f5f78368985cf6',
     6        'reference' => '',
    77        'type' => 'wordpress-plugin',
    88        'install_path' => __DIR__ . '/../../',
     
    2323            'pretty_version' => 'dev-master',
    2424            'version' => 'dev-master',
    25             'reference' => 'eca308298de42f3959a3c2f3d2f5f78368985cf6',
     25            'reference' => '',
    2626            'type' => 'wordpress-plugin',
    2727            'install_path' => __DIR__ . '/../../',
     
    3030        ),
    3131        'nextgenthemes/wp-shared' => array(
    32             'pretty_version' => '2024.05.12.02.28.30',
    33             'version' => '2024.05.12.02.28.30',
    34             'reference' => '407000f4a4c1a95b417720c37032a44a2c83cbcc',
     32            'pretty_version' => '2024.05.12.0',
     33            'version' => '2024.05.12.0',
     34            'reference' => '',
    3535            'type' => 'wp-package',
    3636            'install_path' => __DIR__ . '/../nextgenthemes/wp-shared',
  • advanced-responsive-video-embedder/tags/10.0.3/vendor/composer/jetpack_autoload_filemap.php

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

    r3085055 r3085324  
    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.05.12.02.28.30"
     22    "version": "2024.05.12.0"
    2323}
  • advanced-responsive-video-embedder/tags/10.0.3/vendor/nextgenthemes/wp-shared/includes/WP/fn-asset-helpers.php

    r3085055 r3085324  
    3636 * Adds a dependency to a given asset if it is not already present.
    3737 *
    38  * @param \_WP_Dependency|bool $asset The asset to add the dependency to.
     38 * @param $asset The asset to add the dependency to.
    3939 * @param string $dep The dependency to add.
    4040 * @return bool Returns true if the dependency was added successfully, false otherwise.
  • advanced-responsive-video-embedder/trunk/advanced-responsive-video-embedder.php

    r3085055 r3085324  
    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.0.2
     6 * Version:           10.0.
    77 * Requires PHP:      7.4
    88 * Requires at least: 6.2
     
    2121namespace Nextgenthemes\ARVE;
    2222
    23 const VERSION               = '10.0.2';
     23const VERSION               = '10.0.';
    2424const PRO_VERSION_REQUIRED  = '6.0.0-alpha3';
    2525const NUM_TRACKS            = 3;
  • advanced-responsive-video-embedder/trunk/changelog.md

    r3085055 r3085324  
    44* [ARVE Random Videos changelog](https://nextgenthemes.com/plugins/arve-random-video/#changelog)
    55
     6
     7
     8
    69### 2024-05-12 10.0.2 ###
    7 * Fixing activation error related to script dependencies. (still investigating)
     10* Fix)
    811
    912### 2024-05-11 10.0.1 ###
     
    1316* Support for Kick.
    1417* Optional ARVE button on the admin bar for quick access to the ARVE Settings page.
    15 * Support for new [GDPR and Extra Privacy](https://nextgenthemes.com/plugins/arve-privacy/) addon.
     18* Support for new [ and Extra Privacy](https://nextgenthemes.com/plugins/arve-privacy/) addon.
    1619
    1720#### Fixed ####
     
    3336
    3437### 2024-02-29 9.10.13 ###
    35 * Improved: Make Admin notice dismiss without jQuery. May fix an extremly rare issue of dismiss failing.   
     38* Improved: Make Admin notice dismiss without jQuery. May fix an extremly rare issue of dismiss failing.   
    3639* Tested with latest WP 6.5-nightly
    3740* Plugin is no longer being tested with PHP versions below 7.2+, in theory the 9.x versions should work with PHP 5.6+.
  • advanced-responsive-video-embedder/trunk/php/ElementorWidget.php

    r3084997 r3085324  
    88 *
    99 * @since 10.0.0
     10
    1011 */
    1112class ElementorWidget extends \Elementor\Widget_Base {
  • advanced-responsive-video-embedder/trunk/php/Video.php

    r3084997 r3085324  
    810810        $this->iframe_attr = array(
    811811            'credentialless'  => '',
    812             'referrerpolicy'  => 'no-referrer',
     812            'referrerpolicy'  =>
    813813            'allow'           => $allow,
    814814            'allowfullscreen' => '',
  • advanced-responsive-video-embedder/trunk/readme.txt

    r3085055 r3085324  
    66Tested up to: 6.5.0
    77Requires PHP: 7.4
    8 Stable tag: 10.0.2
     8Stable tag: 10.0.
    99License: GPL-3.0
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    3333*  Provides it's own powerful ARVE Block with all the features the `[arve]` shortcode offers, with a nice UI and detailed settings descriptions.
    3434
    35 #### Both ####
     35#### Elementor Widget ####
     36
     37* Provides UI for the entire feature set of ARVE inside Elementor
     38
     39#### All ####
    3640
    3741*   Makes your video embeds [more secure and enhances visitors privacy](https://nextgenthemes.com/privacy-enhanced-and-safer-iframes-in-arve-10-0/).
     
    173177### How do I embed videos from a unlisted providers / iframes? ###
    174178
    175 This plugin not changes anything to usual HTML `<iframe>` embed codes you have to use the shortcodes or the Gutenberg Block. They will become `[arve url="https://..."]`. The url represents what is the `src` in HTML embeds. It works as simple as this, if the `[arve]` shortcode does not detect a known URL structure then it will treat the URL as a `src` for the iframe.
    176 
    177 ### Why does my YouTube video not repeat/loop? ###
    178 
    179 This plugins embed is considered as 'custom player' by YouTube so you have to pass the video ID as playlist parameters to make the loop work.
    180 
    181 `[arve url="https://www.youtube.com/watch?v=pvRqvX413Ik" parameters="loop=1&playlist=pvRqvX413Ik"]`
     179This plugin not changes anything to usual HTML `<iframe>` embed codes you have to use the shortcodes or the Gutenberg Block. They will become `[arve url="https://..."]`. The url represents what is the `src` in HTML embeds. It works as simple as this, if the `[arve]` shortcode does not detect a known URL structure then it will treat the URL as a `src` for the iframe.
    182180
    183181## Installation ##
     
    196194* [ARVE Random Videos changelog](https://nextgenthemes.com/plugins/arve-random-video/#changelog)
    197195
     196
     197
     198
    198199### 2024-05-12 10.0.2 ###
    199 * Fixing activation error related to script dependencies. (still investigating)
     200* Fix)
    200201
    201202### 2024-05-11 10.0.1 ###
     
    205206* Support for Kick.
    206207* Optional ARVE button on the admin bar for quick access to the ARVE Settings page.
    207 * Support for new [GDPR and Extra Privacy](https://nextgenthemes.com/plugins/arve-privacy/) addon.
     208* Support for new [ and Extra Privacy](https://nextgenthemes.com/plugins/arve-privacy/) addon.
    208209
    209210#### Fixed ####
     
    225226
    226227### 2024-02-29 9.10.13 ###
    227 * Improved: Make Admin notice dismiss without jQuery. May fix an extremly rare issue of dismiss failing.   
     228* Improved: Make Admin notice dismiss without jQuery. May fix an extremly rare issue of dismiss failing.   
    228229* Tested with latest WP 6.5-nightly
    229230* Plugin is no longer being tested with PHP versions below 7.2+, in theory the 9.x versions should work with PHP 5.6+.
  • advanced-responsive-video-embedder/trunk/src/block.json

    r3085055 r3085324  
    1414        "odysee"
    1515    ],
    16     "version": "10.0.1",
     16    "version": "10.0.",
    1717    "textdomain": "advanced-responsive-video-embedder",
    1818    "supports": {
  • advanced-responsive-video-embedder/trunk/vendor/composer/installed.json

    r3085055 r3085324  
    7070        {
    7171            "name": "nextgenthemes/wp-shared",
    72             "version": "2024.05.12.02.28.30",
    73             "version_normalized": "2024.05.12.02.28.30",
     72            "version": "2024.05.12.0",
     73            "version_normalized": "2024.05.12.0",
    7474            "dist": {
    7575                "type": "path",
    7676                "url": "../nextgenthemes/wp-shared",
    77                 "reference": "407000f4a4c1a95b417720c37032a44a2c83cbcc"
     77                "reference": ""
    7878            },
    7979            "require": {
  • advanced-responsive-video-embedder/trunk/vendor/composer/installed.php

    r3085055 r3085324  
    44        'pretty_version' => 'dev-master',
    55        'version' => 'dev-master',
    6         'reference' => 'eca308298de42f3959a3c2f3d2f5f78368985cf6',
     6        'reference' => '',
    77        'type' => 'wordpress-plugin',
    88        'install_path' => __DIR__ . '/../../',
     
    2323            'pretty_version' => 'dev-master',
    2424            'version' => 'dev-master',
    25             'reference' => 'eca308298de42f3959a3c2f3d2f5f78368985cf6',
     25            'reference' => '',
    2626            'type' => 'wordpress-plugin',
    2727            'install_path' => __DIR__ . '/../../',
     
    3030        ),
    3131        'nextgenthemes/wp-shared' => array(
    32             'pretty_version' => '2024.05.12.02.28.30',
    33             'version' => '2024.05.12.02.28.30',
    34             'reference' => '407000f4a4c1a95b417720c37032a44a2c83cbcc',
     32            'pretty_version' => '2024.05.12.0',
     33            'version' => '2024.05.12.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

    r3085055 r3085324  
    88return array(
    99    '2d1e3b3e432aed88c61afcb4f6d8c262' => array(
    10         'version' => '2024.05.12.02.28.30',
     10        'version' => '2024.05.12.0',
    1111        'path'    => $vendorDir . '/nextgenthemes/wp-shared/includes/WP/load-files.php'
    1212    ),
    1313    '83b8ee913c5d2d5a8f26b42bc5db8bfb' => array(
    14         'version' => '2024.05.12.02.28.30',
     14        'version' => '2024.05.12.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

    r3085055 r3085324  
    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.05.12.02.28.30"
     22    "version": "2024.05.12.0"
    2323}
  • advanced-responsive-video-embedder/trunk/vendor/nextgenthemes/wp-shared/includes/WP/fn-asset-helpers.php

    r3085055 r3085324  
    3636 * Adds a dependency to a given asset if it is not already present.
    3737 *
    38  * @param \_WP_Dependency|bool $asset The asset to add the dependency to.
     38 * @param $asset The asset to add the dependency to.
    3939 * @param string $dep The dependency to add.
    4040 * @return bool Returns true if the dependency was added successfully, false otherwise.
Note: See TracChangeset for help on using the changeset viewer.