Plugin Directory

Changeset 3085055

Timestamp:
05/12/2024 12:31:19 AM (3 months ago)
Author:
nico23
Message:

Update plugin to version 10.0.2 with NextgenThemes WordPress Plugin Deploy

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

Legend:

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

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

    r3084997 r3085055  
    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
    58
    69### 2024-05-11 10.0.1 ###
     
    1821* Lots code changes to modernize and make the code more robust.
    1922* Better way to negate WPs own aspect ratio for embed blocks.
    20 * [Forther privacy enhancements](https://nextgenthemes.com/privacy-enhanced-and-safer-iframes-in-arve-10-0/).
     23* [Frther privacy enhancements](https://nextgenthemes.com/privacy-enhanced-and-safer-iframes-in-arve-10-0/).
    2124* New look and UX improvement to the shortcode creation dialog in Classic Editor.
    2225* Loop and Mute previously were only used for (self hosted) video files. These shortcode attributes now add `loop=1&mute1` to the iframe `src` as well. Note not every provider supports them. To loop YouTube videos the video ID was also need as the `playlist=` parameter. ARVE is doing this automatically now.
  • advanced-responsive-video-embedder/tags/10.0.2/readme.txt

    r3084997 r3085055  
    66Tested up to: 6.5.0
    77Requires PHP: 7.4
    8 Stable tag: 10.0.1
     8Stable tag: 10.0.
    99License: GPL-3.0
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    2828*  Can take over WP's default video file embeds.
    2929
    30 #### Gutenberg ####
     30#### ####
    3131
    3232*  Works with Embed, YouTube, Vimeo, Shortcode ... blocks.
     
    3535#### Both ####
    3636
     37
    3738*   Magically makes videos responsive you already embedded with WordPress default features.
    3839*   SEO friendly, lets you specify title, description, upload date to provide search engines with the schema.org data they like to have for better indexing. Pro can autofill this for you.
     
    195196* [ARVE Random Videos changelog](https://nextgenthemes.com/plugins/arve-random-video/#changelog)
    196197
     198
     199
     200
    197201### 2024-05-11 10.0.1 ###
    198202
     
    209213* Lots code changes to modernize and make the code more robust.
    210214* Better way to negate WPs own aspect ratio for embed blocks.
    211 * [Forther privacy enhancements](https://nextgenthemes.com/privacy-enhanced-and-safer-iframes-in-arve-10-0/).
     215* [Frther privacy enhancements](https://nextgenthemes.com/privacy-enhanced-and-safer-iframes-in-arve-10-0/).
    212216* New look and UX improvement to the shortcode creation dialog in Classic Editor.
    213217* Loop and Mute previously were only used for (self hosted) video files. These shortcode attributes now add `loop=1&mute1` to the iframe `src` as well. Note not every provider supports them. To loop YouTube videos the video ID was also need as the `playlist=` parameter. ARVE is doing this automatically now.
  • advanced-responsive-video-embedder/tags/10.0.2/src/block.json

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

    r3084997 r3085055  
    7070        {
    7171            "name": "nextgenthemes/wp-shared",
    72             "version": "2024.05.11.17.55.06",
    73             "version_normalized": "2024.05.11.17.55.06",
     72            "version": "2024.05.1",
     73            "version_normalized": "2024.05.1",
    7474            "dist": {
    7575                "type": "path",
    7676                "url": "../nextgenthemes/wp-shared",
    77                 "reference": "08caea2f1a9bcb07fa485f4cf71bf16f265407b6"
     77                "reference": ""
    7878            },
    7979            "require": {
  • advanced-responsive-video-embedder/tags/10.0.2/vendor/composer/installed.php

    r3084997 r3085055  
    44        'pretty_version' => 'dev-master',
    55        'version' => 'dev-master',
    6         'reference' => '08691b84796eddd880dcadb6f735c3a204cfe05e',
     6        'reference' => '',
    77        'type' => 'wordpress-plugin',
    88        'install_path' => __DIR__ . '/../../',
     
    2323            'pretty_version' => 'dev-master',
    2424            'version' => 'dev-master',
    25             'reference' => '08691b84796eddd880dcadb6f735c3a204cfe05e',
     25            'reference' => '',
    2626            'type' => 'wordpress-plugin',
    2727            'install_path' => __DIR__ . '/../../',
     
    3030        ),
    3131        'nextgenthemes/wp-shared' => array(
    32             'pretty_version' => '2024.05.11.17.55.06',
    33             'version' => '2024.05.11.17.55.06',
    34             'reference' => '08caea2f1a9bcb07fa485f4cf71bf16f265407b6',
     32            'pretty_version' => '2024.05.1',
     33            'version' => '2024.05.1',
     34            'reference' => '',
    3535            'type' => 'wp-package',
    3636            'install_path' => __DIR__ . '/../nextgenthemes/wp-shared',
  • advanced-responsive-video-embedder/tags/10.0.2/vendor/composer/jetpack_autoload_filemap.php

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

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

    r3084997 r3085055  
    3333}
    3434
    35 function add_dep_to_asset( \_WP_Dependency $asset, string $dep ): bool {
     35/**
     36 * Adds a dependency to a given asset if it is not already present.
     37 *
     38 * @param \_WP_Dependency|bool $asset The asset to add the dependency to.
     39 * @param string $dep The dependency to add.
     40 * @return bool Returns true if the dependency was added successfully, false otherwise.
     41 */
     42function add_dep_to_asset( $asset, string $dep ): bool {
    3643
    37     if ( ! $asset ) {
     44    if ( ! ) {
    3845        return false;
    3946    }
  • advanced-responsive-video-embedder/trunk/advanced-responsive-video-embedder.php

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

    r3084997 r3085055  
    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
    58
    69### 2024-05-11 10.0.1 ###
     
    1821* Lots code changes to modernize and make the code more robust.
    1922* Better way to negate WPs own aspect ratio for embed blocks.
    20 * [Forther privacy enhancements](https://nextgenthemes.com/privacy-enhanced-and-safer-iframes-in-arve-10-0/).
     23* [Frther privacy enhancements](https://nextgenthemes.com/privacy-enhanced-and-safer-iframes-in-arve-10-0/).
    2124* New look and UX improvement to the shortcode creation dialog in Classic Editor.
    2225* Loop and Mute previously were only used for (self hosted) video files. These shortcode attributes now add `loop=1&mute1` to the iframe `src` as well. Note not every provider supports them. To loop YouTube videos the video ID was also need as the `playlist=` parameter. ARVE is doing this automatically now.
  • advanced-responsive-video-embedder/trunk/readme.txt

    r3084997 r3085055  
    66Tested up to: 6.5.0
    77Requires PHP: 7.4
    8 Stable tag: 10.0.1
     8Stable tag: 10.0.
    99License: GPL-3.0
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    2828*  Can take over WP's default video file embeds.
    2929
    30 #### Gutenberg ####
     30#### ####
    3131
    3232*  Works with Embed, YouTube, Vimeo, Shortcode ... blocks.
     
    3535#### Both ####
    3636
     37
    3738*   Magically makes videos responsive you already embedded with WordPress default features.
    3839*   SEO friendly, lets you specify title, description, upload date to provide search engines with the schema.org data they like to have for better indexing. Pro can autofill this for you.
     
    195196* [ARVE Random Videos changelog](https://nextgenthemes.com/plugins/arve-random-video/#changelog)
    196197
     198
     199
     200
    197201### 2024-05-11 10.0.1 ###
    198202
     
    209213* Lots code changes to modernize and make the code more robust.
    210214* Better way to negate WPs own aspect ratio for embed blocks.
    211 * [Forther privacy enhancements](https://nextgenthemes.com/privacy-enhanced-and-safer-iframes-in-arve-10-0/).
     215* [Frther privacy enhancements](https://nextgenthemes.com/privacy-enhanced-and-safer-iframes-in-arve-10-0/).
    212216* New look and UX improvement to the shortcode creation dialog in Classic Editor.
    213217* Loop and Mute previously were only used for (self hosted) video files. These shortcode attributes now add `loop=1&mute1` to the iframe `src` as well. Note not every provider supports them. To loop YouTube videos the video ID was also need as the `playlist=` parameter. ARVE is doing this automatically now.
  • advanced-responsive-video-embedder/trunk/src/block.json

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

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

    r3084997 r3085055  
    44        'pretty_version' => 'dev-master',
    55        'version' => 'dev-master',
    6         'reference' => '08691b84796eddd880dcadb6f735c3a204cfe05e',
     6        'reference' => '',
    77        'type' => 'wordpress-plugin',
    88        'install_path' => __DIR__ . '/../../',
     
    2323            'pretty_version' => 'dev-master',
    2424            'version' => 'dev-master',
    25             'reference' => '08691b84796eddd880dcadb6f735c3a204cfe05e',
     25            'reference' => '',
    2626            'type' => 'wordpress-plugin',
    2727            'install_path' => __DIR__ . '/../../',
     
    3030        ),
    3131        'nextgenthemes/wp-shared' => array(
    32             'pretty_version' => '2024.05.11.17.55.06',
    33             'version' => '2024.05.11.17.55.06',
    34             'reference' => '08caea2f1a9bcb07fa485f4cf71bf16f265407b6',
     32            'pretty_version' => '2024.05.1',
     33            'version' => '2024.05.1',
     34            'reference' => '',
    3535            'type' => 'wp-package',
    3636            'install_path' => __DIR__ . '/../nextgenthemes/wp-shared',
  • advanced-responsive-video-embedder/trunk/vendor/composer/jetpack_autoload_filemap.php

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

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

    r3084997 r3085055  
    3333}
    3434
    35 function add_dep_to_asset( \_WP_Dependency $asset, string $dep ): bool {
     35/**
     36 * Adds a dependency to a given asset if it is not already present.
     37 *
     38 * @param \_WP_Dependency|bool $asset The asset to add the dependency to.
     39 * @param string $dep The dependency to add.
     40 * @return bool Returns true if the dependency was added successfully, false otherwise.
     41 */
     42function add_dep_to_asset( $asset, string $dep ): bool {
    3643
    37     if ( ! $asset ) {
     44    if ( ! ) {
    3845        return false;
    3946    }
Note: See TracChangeset for help on using the changeset viewer.