Plugin Directory

Changeset 3103727

Timestamp:
06/17/2024 07:21:08 PM (4 weeks ago)
Author:
nico23
Message:

Update plugin to version 10.2.1 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.2.1/advanced-responsive-video-embedder.php

    r3102944 r3103727  
    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.0
     6 * Version:           10.2.
    77 * Requires PHP:      7.4
    8  * Requires at least: 6.2
     8 * Requires at least: 6.
    99 * Author:            Nicolas Jonas
    1010 * Author URI:        https://nextgenthemes.com
     
    2121namespace Nextgenthemes\ARVE;
    2222
    23 const VERSION               = '10.2.0';
     23const VERSION               = '10.2.';
    2424const PRO_VERSION_REQUIRED  = '6.0.0-alpha3';
    2525const NUM_TRACKS            = 3;
  • advanced-responsive-video-embedder/tags/10.2.1/changelog.md

    r3102944 r3103727  
    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-06-15 10.2.0 ###
  • advanced-responsive-video-embedder/tags/10.2.1/readme.txt

    r3102944 r3103727  
    66Tested up to: 6.6
    77Requires PHP: 7.4
    8 Stable tag: 10.2.0
     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
    196199### 2024-06-15 10.2.0 ###
    197200* New: Invidious URL Parameter setting for new extra privacy addon.
  • advanced-responsive-video-embedder/tags/10.2.1/src/block.json

    r3102944 r3103727  
    1414        "odysee"
    1515    ],
    16     "version": "10.2.0",
     16    "version": "10.2.",
    1717    "textdomain": "advanced-responsive-video-embedder",
    1818    "supports": {
  • advanced-responsive-video-embedder/tags/10.2.1/vendor/composer/installed.json

    r3102944 r3103727  
    7070        {
    7171            "name": "nextgenthemes/wp-shared",
    72             "version": "2024.06.15.02.30.31",
    73             "version_normalized": "2024.06.15.02.30.31",
     72            "version": "2024.06.15.",
     73            "version_normalized": "2024.06.15.",
    7474            "dist": {
    7575                "type": "path",
    7676                "url": "../nextgenthemes/wp-shared",
    77                 "reference": "91f052c4b49755df743e5e52fc9e065fe8be3509"
     77                "reference": ""
    7878            },
    7979            "require": {
  • advanced-responsive-video-embedder/tags/10.2.1/vendor/composer/installed.php

    r3102944 r3103727  
    44        'pretty_version' => 'dev-master',
    55        'version' => 'dev-master',
    6         'reference' => 'f2c76509a1fcb39f78d984b9bfdeff940a0e9498',
     6        'reference' => '',
    77        'type' => 'wordpress-plugin',
    88        'install_path' => __DIR__ . '/../../',
     
    2323            'pretty_version' => 'dev-master',
    2424            'version' => 'dev-master',
    25             'reference' => 'f2c76509a1fcb39f78d984b9bfdeff940a0e9498',
     25            'reference' => '',
    2626            'type' => 'wordpress-plugin',
    2727            'install_path' => __DIR__ . '/../../',
     
    3030        ),
    3131        'nextgenthemes/wp-shared' => array(
    32             'pretty_version' => '2024.06.15.02.30.31',
    33             'version' => '2024.06.15.02.30.31',
    34             'reference' => '91f052c4b49755df743e5e52fc9e065fe8be3509',
     32            'pretty_version' => '2024.06.15.',
     33            'version' => '2024.06.15.',
     34            'reference' => '',
    3535            'type' => 'wp-package',
    3636            'install_path' => __DIR__ . '/../nextgenthemes/wp-shared',
  • advanced-responsive-video-embedder/tags/10.2.1/vendor/composer/jetpack_autoload_filemap.php

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

    r3102944 r3103727  
    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.15.02.30.31"
     22    "version": "2024.06.15."
    2323}
  • advanced-responsive-video-embedder/tags/10.2.1/vendor/nextgenthemes/wp-shared/includes/WP/Settings.php

    r3102944 r3103727  
    6060
    6161        // from WP_Script_Modules::add_hooks
    62         add_action( 'admin_head', array( wp_script_modules(), 'print_import_map' ) );
    63         add_action( 'admin_head', array( wp_script_modules(), 'print_enqueued_script_modules' ) );
    64         add_action( 'admin_head', array( wp_script_modules(), 'print_script_module_preloads' ) );
     62        add_action( 'admin_head', array( wp_script_modules(), 'print_import_map' ) );
     63        add_action( 'admin_head', array( wp_script_modules(), 'print_enqueued_script_modules' ) );
     64        add_action( 'admin_head', array( wp_script_modules(), 'print_script_module_preloads' ) );
    6565        // from WP_Interactivity::add_hooks
    66         add_action( 'admin_enqueue_scripts', array( wp_interactivity(), 'register_script_modules' ) );
    67         add_action( 'admin_footer', array( wp_interactivity(), 'print_client_interactivity_data' ) );
     66        add_action( 'admin_enqueue_scripts', array( wp_interactivity(), 'register_script_modules' ) );
     67        add_action( 'admin_footer', array( wp_interactivity(), 'print_client_interactivity_data' ) );
    6868    }
    6969
  • advanced-responsive-video-embedder/trunk/advanced-responsive-video-embedder.php

    r3102944 r3103727  
    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.0
     6 * Version:           10.2.
    77 * Requires PHP:      7.4
    8  * Requires at least: 6.2
     8 * Requires at least: 6.
    99 * Author:            Nicolas Jonas
    1010 * Author URI:        https://nextgenthemes.com
     
    2121namespace Nextgenthemes\ARVE;
    2222
    23 const VERSION               = '10.2.0';
     23const VERSION               = '10.2.';
    2424const PRO_VERSION_REQUIRED  = '6.0.0-alpha3';
    2525const NUM_TRACKS            = 3;
  • advanced-responsive-video-embedder/trunk/changelog.md

    r3102944 r3103727  
    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-06-15 10.2.0 ###
  • advanced-responsive-video-embedder/trunk/readme.txt

    r3102944 r3103727  
    66Tested up to: 6.6
    77Requires PHP: 7.4
    8 Stable tag: 10.2.0
     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
    196199### 2024-06-15 10.2.0 ###
    197200* New: Invidious URL Parameter setting for new extra privacy addon.
  • advanced-responsive-video-embedder/trunk/src/block.json

    r3102944 r3103727  
    1414        "odysee"
    1515    ],
    16     "version": "10.2.0",
     16    "version": "10.2.",
    1717    "textdomain": "advanced-responsive-video-embedder",
    1818    "supports": {
  • advanced-responsive-video-embedder/trunk/vendor/composer/installed.json

    r3102944 r3103727  
    7070        {
    7171            "name": "nextgenthemes/wp-shared",
    72             "version": "2024.06.15.02.30.31",
    73             "version_normalized": "2024.06.15.02.30.31",
     72            "version": "2024.06.15.",
     73            "version_normalized": "2024.06.15.",
    7474            "dist": {
    7575                "type": "path",
    7676                "url": "../nextgenthemes/wp-shared",
    77                 "reference": "91f052c4b49755df743e5e52fc9e065fe8be3509"
     77                "reference": ""
    7878            },
    7979            "require": {
  • advanced-responsive-video-embedder/trunk/vendor/composer/installed.php

    r3102944 r3103727  
    44        'pretty_version' => 'dev-master',
    55        'version' => 'dev-master',
    6         'reference' => 'f2c76509a1fcb39f78d984b9bfdeff940a0e9498',
     6        'reference' => '',
    77        'type' => 'wordpress-plugin',
    88        'install_path' => __DIR__ . '/../../',
     
    2323            'pretty_version' => 'dev-master',
    2424            'version' => 'dev-master',
    25             'reference' => 'f2c76509a1fcb39f78d984b9bfdeff940a0e9498',
     25            'reference' => '',
    2626            'type' => 'wordpress-plugin',
    2727            'install_path' => __DIR__ . '/../../',
     
    3030        ),
    3131        'nextgenthemes/wp-shared' => array(
    32             'pretty_version' => '2024.06.15.02.30.31',
    33             'version' => '2024.06.15.02.30.31',
    34             'reference' => '91f052c4b49755df743e5e52fc9e065fe8be3509',
     32            'pretty_version' => '2024.06.15.',
     33            'version' => '2024.06.15.',
     34            'reference' => '',
    3535            'type' => 'wp-package',
    3636            'install_path' => __DIR__ . '/../nextgenthemes/wp-shared',
  • advanced-responsive-video-embedder/trunk/vendor/composer/jetpack_autoload_filemap.php

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

    r3102944 r3103727  
    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.15.02.30.31"
     22    "version": "2024.06.15."
    2323}
  • advanced-responsive-video-embedder/trunk/vendor/nextgenthemes/wp-shared/includes/WP/Settings.php

    r3102944 r3103727  
    6060
    6161        // from WP_Script_Modules::add_hooks
    62         add_action( 'admin_head', array( wp_script_modules(), 'print_import_map' ) );
    63         add_action( 'admin_head', array( wp_script_modules(), 'print_enqueued_script_modules' ) );
    64         add_action( 'admin_head', array( wp_script_modules(), 'print_script_module_preloads' ) );
     62        add_action( 'admin_head', array( wp_script_modules(), 'print_import_map' ) );
     63        add_action( 'admin_head', array( wp_script_modules(), 'print_enqueued_script_modules' ) );
     64        add_action( 'admin_head', array( wp_script_modules(), 'print_script_module_preloads' ) );
    6565        // from WP_Interactivity::add_hooks
    66         add_action( 'admin_enqueue_scripts', array( wp_interactivity(), 'register_script_modules' ) );
    67         add_action( 'admin_footer', array( wp_interactivity(), 'print_client_interactivity_data' ) );
     66        add_action( 'admin_enqueue_scripts', array( wp_interactivity(), 'register_script_modules' ) );
     67        add_action( 'admin_footer', array( wp_interactivity(), 'print_client_interactivity_data' ) );
    6868    }
    6969
Note: See TracChangeset for help on using the changeset viewer.