Plugin Directory

Changeset 3089965

Timestamp:
05/21/2024 07:49:39 AM (8 weeks ago)
Author:
nico23
Message:

Update plugin to version 10.0.8 with NextgenThemes WordPress Plugin Deploy

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

Legend:

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

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

    r3089848 r3089965  
    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
    57
    68### 2024-05-21 10.0.7 ###
    79
    810* Fix: Lazyload and Lightbox (Pro) were not displayed when used with video files.
    9 * Fix: Some broken Vimeo videos.
    1011
    1112### 2024-05-17 10.0.6 ###
  • advanced-responsive-video-embedder/tags/10.0.8/php/fn-oembed.php

    r3089848 r3089965  
    6767
    6868    $data  = apply_filters( 'nextgenthemes/arve/oembed_dataparse', $data, $thumbnails );
    69     $html .= sprintf( "<template data-arve='%s'></template>", \wp_json_encode($data, JSON_HEX_TAG | JSON_HEX_APOS | JSON_HEX_QUOT | JSON_HEX_AMP), 5 );
     69    $html .= ;
    7070
    7171    return $html;
     
    117117function extract_oembed_json( string $html, string $url ): ?object {
    118118
    119     $data = WP\get_attribute_from_html_tag( array( 'tag_name' => 'template' ), 'data-arve', $html );
    120 
    121     if ( empty( $data ) ) {
     119    );
     120
     121    if ( empty( $ ) ) {
    122122        return null;
    123123    }
    124124
    125125    try {
    126         $data = json_decode($data, false, 5, JSON_THROW_ON_ERROR);
     126        $data = json_decode($, false, 5, JSON_THROW_ON_ERROR);
    127127    } catch ( \JsonException $e ) {
    128128
     
    131131        arve_errors()->add( $error_code, $e->getMessage() . ' URL: ' . $url );
    132132        arve_errors()->add_data(
    133             compact( 'data', 'html', 'url'),
     133            compact( 'html', 'url'),
    134134            $error_code
    135135        );
  • advanced-responsive-video-embedder/tags/10.0.8/php/init.php

    r3088086 r3089965  
    1616    add_option( 'arve_install_date', time() );
    1717
    18     if ( version_compare( get_option( 'arve_version', '' ), '10.0.0-alpha13', '<=' ) ) {
    19 
     18    if ( version_compare( get_option( 'arve_version', '' ), '10.0.8', '<=' ) ) {
    2019        add_action(
    2120            'wp_loaded',
  • advanced-responsive-video-embedder/tags/10.0.8/readme.txt

    r3089848 r3089965  
    66Tested up to: 6.5.0
    77Requires PHP: 7.4
    8 Stable tag: 10.0.7
     8Stable tag: 10.0.
    99License: GPL-3.0
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    193193* [ARVE Pro changelog](https://nextgenthemes.com/plugins/arve-pro/#changelog)
    194194* [ARVE Random Videos changelog](https://nextgenthemes.com/plugins/arve-random-video/#changelog)
     195
     196
    195197
    196198### 2024-05-21 10.0.7 ###
    197199
    198200* Fix: Lazyload and Lightbox (Pro) were not displayed when used with video files.
    199 * Fix: Some broken Vimeo videos.
    200201
    201202### 2024-05-17 10.0.6 ###
  • advanced-responsive-video-embedder/tags/10.0.8/src/block.json

    r3089848 r3089965  
    1414        "odysee"
    1515    ],
    16     "version": "10.0.7",
     16    "version": "10.0.",
    1717    "textdomain": "advanced-responsive-video-embedder",
    1818    "supports": {
  • advanced-responsive-video-embedder/tags/10.0.8/vendor/composer/installed.json

    r3089848 r3089965  
    7070        {
    7171            "name": "nextgenthemes/wp-shared",
    72             "version": "2024.05.21.07.06.36",
    73             "version_normalized": "2024.05.21.07.06.36",
     72            "version": "2024.05.21.0",
     73            "version_normalized": "2024.05.21.0",
    7474            "dist": {
    7575                "type": "path",
    7676                "url": "../nextgenthemes/wp-shared",
    77                 "reference": "4b26b6285865d5b756d3ef123b7c869069ef0e04"
     77                "reference": ""
    7878            },
    7979            "require": {
  • advanced-responsive-video-embedder/tags/10.0.8/vendor/composer/installed.php

    r3089848 r3089965  
    44        'pretty_version' => 'dev-master',
    55        'version' => 'dev-master',
    6         'reference' => '2c9d7a14a43959e39b1e101234f4effeb594e9d4',
     6        'reference' => '2',
    77        'type' => 'wordpress-plugin',
    88        'install_path' => __DIR__ . '/../../',
     
    2323            'pretty_version' => 'dev-master',
    2424            'version' => 'dev-master',
    25             'reference' => '2c9d7a14a43959e39b1e101234f4effeb594e9d4',
     25            'reference' => '2',
    2626            'type' => 'wordpress-plugin',
    2727            'install_path' => __DIR__ . '/../../',
     
    3030        ),
    3131        'nextgenthemes/wp-shared' => array(
    32             'pretty_version' => '2024.05.21.07.06.36',
    33             'version' => '2024.05.21.07.06.36',
    34             'reference' => '4b26b6285865d5b756d3ef123b7c869069ef0e04',
     32            'pretty_version' => '2024.05.21.0',
     33            'version' => '2024.05.21.0',
     34            'reference' => '',
    3535            'type' => 'wp-package',
    3636            'install_path' => __DIR__ . '/../nextgenthemes/wp-shared',
  • advanced-responsive-video-embedder/tags/10.0.8/vendor/composer/jetpack_autoload_filemap.php

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

    r3089848 r3089965  
    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.21.07.06.36"
     22    "version": "2024.05.21.0"
    2323}
  • advanced-responsive-video-embedder/trunk/advanced-responsive-video-embedder.php

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

    r3089848 r3089965  
    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
    57
    68### 2024-05-21 10.0.7 ###
    79
    810* Fix: Lazyload and Lightbox (Pro) were not displayed when used with video files.
    9 * Fix: Some broken Vimeo videos.
    1011
    1112### 2024-05-17 10.0.6 ###
  • advanced-responsive-video-embedder/trunk/php/fn-oembed.php

    r3089848 r3089965  
    6767
    6868    $data  = apply_filters( 'nextgenthemes/arve/oembed_dataparse', $data, $thumbnails );
    69     $html .= sprintf( "<template data-arve='%s'></template>", \wp_json_encode($data, JSON_HEX_TAG | JSON_HEX_APOS | JSON_HEX_QUOT | JSON_HEX_AMP), 5 );
     69    $html .= ;
    7070
    7171    return $html;
     
    117117function extract_oembed_json( string $html, string $url ): ?object {
    118118
    119     $data = WP\get_attribute_from_html_tag( array( 'tag_name' => 'template' ), 'data-arve', $html );
    120 
    121     if ( empty( $data ) ) {
     119    );
     120
     121    if ( empty( $ ) ) {
    122122        return null;
    123123    }
    124124
    125125    try {
    126         $data = json_decode($data, false, 5, JSON_THROW_ON_ERROR);
     126        $data = json_decode($, false, 5, JSON_THROW_ON_ERROR);
    127127    } catch ( \JsonException $e ) {
    128128
     
    131131        arve_errors()->add( $error_code, $e->getMessage() . ' URL: ' . $url );
    132132        arve_errors()->add_data(
    133             compact( 'data', 'html', 'url'),
     133            compact( 'html', 'url'),
    134134            $error_code
    135135        );
  • advanced-responsive-video-embedder/trunk/php/init.php

    r3088086 r3089965  
    1616    add_option( 'arve_install_date', time() );
    1717
    18     if ( version_compare( get_option( 'arve_version', '' ), '10.0.0-alpha13', '<=' ) ) {
    19 
     18    if ( version_compare( get_option( 'arve_version', '' ), '10.0.8', '<=' ) ) {
    2019        add_action(
    2120            'wp_loaded',
  • advanced-responsive-video-embedder/trunk/readme.txt

    r3089848 r3089965  
    66Tested up to: 6.5.0
    77Requires PHP: 7.4
    8 Stable tag: 10.0.7
     8Stable tag: 10.0.
    99License: GPL-3.0
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    193193* [ARVE Pro changelog](https://nextgenthemes.com/plugins/arve-pro/#changelog)
    194194* [ARVE Random Videos changelog](https://nextgenthemes.com/plugins/arve-random-video/#changelog)
     195
     196
    195197
    196198### 2024-05-21 10.0.7 ###
    197199
    198200* Fix: Lazyload and Lightbox (Pro) were not displayed when used with video files.
    199 * Fix: Some broken Vimeo videos.
    200201
    201202### 2024-05-17 10.0.6 ###
  • advanced-responsive-video-embedder/trunk/src/block.json

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

    r3089848 r3089965  
    7070        {
    7171            "name": "nextgenthemes/wp-shared",
    72             "version": "2024.05.21.07.06.36",
    73             "version_normalized": "2024.05.21.07.06.36",
     72            "version": "2024.05.21.0",
     73            "version_normalized": "2024.05.21.0",
    7474            "dist": {
    7575                "type": "path",
    7676                "url": "../nextgenthemes/wp-shared",
    77                 "reference": "4b26b6285865d5b756d3ef123b7c869069ef0e04"
     77                "reference": ""
    7878            },
    7979            "require": {
  • advanced-responsive-video-embedder/trunk/vendor/composer/installed.php

    r3089848 r3089965  
    44        'pretty_version' => 'dev-master',
    55        'version' => 'dev-master',
    6         'reference' => '2c9d7a14a43959e39b1e101234f4effeb594e9d4',
     6        'reference' => '2',
    77        'type' => 'wordpress-plugin',
    88        'install_path' => __DIR__ . '/../../',
     
    2323            'pretty_version' => 'dev-master',
    2424            'version' => 'dev-master',
    25             'reference' => '2c9d7a14a43959e39b1e101234f4effeb594e9d4',
     25            'reference' => '2',
    2626            'type' => 'wordpress-plugin',
    2727            'install_path' => __DIR__ . '/../../',
     
    3030        ),
    3131        'nextgenthemes/wp-shared' => array(
    32             'pretty_version' => '2024.05.21.07.06.36',
    33             'version' => '2024.05.21.07.06.36',
    34             'reference' => '4b26b6285865d5b756d3ef123b7c869069ef0e04',
     32            'pretty_version' => '2024.05.21.0',
     33            'version' => '2024.05.21.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

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

    r3089848 r3089965  
    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.21.07.06.36"
     22    "version": "2024.05.21.0"
    2323}
Note: See TracChangeset for help on using the changeset viewer.