Plugin Directory

Changeset 3222968


Ignore:
Timestamp:
01/15/2025 02:20:08 PM (12 months ago)
Author:
nico23
Message:

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

    r3220773 r3222968  
    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.5.3
     6 * Version:           10.5.4
    77 * Requires PHP:      7.4
    88 * Requires at least: 6.6
     
    2323namespace Nextgenthemes\ARVE;
    2424
    25 const VERSION               = '10.5.3';
     25const VERSION               = '10.5.4';
    2626const PRO_VERSION_REQUIRED  = '6.0.0-alpha3';
    2727const NUM_TRACKS            = 3;
  • advanced-responsive-video-embedder/tags/10.5.4/changelog.md

    r3220773 r3222968  
    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### 2024-01-15 10.5.4 ###
     7
     8* Improved: Removed incompatibility notices for AIO SEO Pack (resolved).
    59
    610### 2024-01-11 10.5.3 ###
  • advanced-responsive-video-embedder/tags/10.5.4/php/Admin/fn-admin.php

    r3220773 r3222968  
    170170        );
    171171    }
    172 
    173     if ( is_plugin_active( 'all-in-one-seo-pack/all_in_one_seo_pack.php' )
    174         && ! is_gutenberg()
    175     ) {
    176         Notices::instance()->register_notice(
    177             'aio-seo-notice',
    178             'notice-info',
    179             sprintf(
    180                 kses_https_links(
    181                     // Translators: %s URL
    182                     __(
    183                         'There is compatibility issue with All In One SEO Pack effecting ARVE. With the AIO-SEO plugin active the "Embed Video (ARVE)" button will not work in Classic Editor. Please contact the AIO-SEO plugin <a href="%1$s">support</a> / <a href="%2$s">support for pro users</a> if they can fix this issue.',
    184                         'advanced-responsive-video-embedder'
    185                     ),
    186                 ),
    187                 'https://wordpress.org/support/plugin/all-in-one-seo-pack/#new-topic-0',
    188                 'https://aioseo.com/login/?redirect_to=%2Faccount%2Fsupport%2F'
    189             )
    190         );
    191     }
    192172}
    193173
  • advanced-responsive-video-embedder/tags/10.5.4/readme.txt

    r3220773 r3222968  
    66Tested up to: 6.7
    77Requires PHP: 7.4
    8 Stable tag: 10.5.3
     8Stable tag: 10.5.4
    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### 2024-01-15 10.5.4 ###
     197
     198* Improved: Removed incompatibility notices for AIO SEO Pack (resolved).
     199
    196200### 2024-01-11 10.5.3 ###
    197201
  • advanced-responsive-video-embedder/tags/10.5.4/src/block.json

    r3220773 r3222968  
    1414        "odysee"
    1515    ],
    16     "version": "10.5.3",
     16    "version": "10.5.4",
    1717    "textdomain": "advanced-responsive-video-embedder",
    1818    "supports": {
  • advanced-responsive-video-embedder/tags/10.5.4/vendor/composer/installed.json

    r3220773 r3222968  
    7070        {
    7171            "name": "nextgenthemes/wp-shared",
    72             "version": "2025.01.11.15.57.57",
    73             "version_normalized": "2025.01.11.15.57.57",
     72            "version": "2025.01.15.14.17.25",
     73            "version_normalized": "2025.01.15.14.17.25",
    7474            "dist": {
    7575                "type": "path",
    7676                "url": "../../../../../../dev/composer-packages/wp-shared",
    77                 "reference": "c20a24d2825414c85a095c279182f302e47474e2"
     77                "reference": "657540cafda852abc683493dbc6f45e76c44b36a"
    7878            },
    7979            "require": {
  • advanced-responsive-video-embedder/tags/10.5.4/vendor/composer/installed.php

    r3220773 r3222968  
    44        'pretty_version' => 'dev-master',
    55        'version' => 'dev-master',
    6         'reference' => '762e26e118396a8f6311c37d43144896ce1e314c',
     6        'reference' => '42b52a461fb7088e8a70bc51b5f0148f35955064',
    77        'type' => 'wordpress-plugin',
    88        'install_path' => __DIR__ . '/../../',
     
    2323            'pretty_version' => 'dev-master',
    2424            'version' => 'dev-master',
    25             'reference' => '762e26e118396a8f6311c37d43144896ce1e314c',
     25            'reference' => '42b52a461fb7088e8a70bc51b5f0148f35955064',
    2626            'type' => 'wordpress-plugin',
    2727            'install_path' => __DIR__ . '/../../',
     
    3030        ),
    3131        'nextgenthemes/wp-shared' => array(
    32             'pretty_version' => '2025.01.11.15.57.57',
    33             'version' => '2025.01.11.15.57.57',
    34             'reference' => 'c20a24d2825414c85a095c279182f302e47474e2',
     32            'pretty_version' => '2025.01.15.14.17.25',
     33            'version' => '2025.01.15.14.17.25',
     34            'reference' => '657540cafda852abc683493dbc6f45e76c44b36a',
    3535            'type' => 'wp-package',
    3636            'install_path' => __DIR__ . '/../nextgenthemes/wp-shared',
  • advanced-responsive-video-embedder/tags/10.5.4/vendor/composer/jetpack_autoload_filemap.php

    r3220773 r3222968  
    88return array(
    99    '47777597fbe681453e41ea4bf4ad9988' => array(
    10         'version' => '2025.01.11.15.57.57',
     10        'version' => '2025.01.15.14.17.25',
    1111        'path'    => $vendorDir . '/nextgenthemes/wp-shared/includes/WP/init.php'
    1212    ),
  • advanced-responsive-video-embedder/tags/10.5.4/vendor/nextgenthemes/wp-shared/composer.json

    r3220773 r3222968  
    1616        "php": ">=7.4"
    1717    },
    18     "version": "2025.01.11.15.57.57"
     18    "version": "2025.01.15.14.17.25"
    1919}
  • advanced-responsive-video-embedder/tags/10.5.4/vendor/nextgenthemes/wp-shared/includes/WP/Settings.php

    r3215952 r3222968  
    338338            ?>
    339339        >
    340             <h2><?php echo esc_html( get_admin_page_title() ); ?></h2>
    341 
    342             <?php if ( is_plugin_active( 'all-in-one-seo-pack/all_in_one_seo_pack.php' ) ) : ?>
    343                 <p class="ngt-sidebar-box">
    344                     <strong>
    345                         <?php
    346                         printf(
    347                             kses_https_link(
    348                                 // translators: %1$s and %2$s are links
    349                                 __(
    350                                     'There is a compatibility issue with the All in One SEO Pack plugin that prevents this settings page from working. Please deactivate All in One SEO Pack temporarily to make ARVE Settings and contact their <a href="%1$s">support</a> / <a href="%2$s">support for pro users</a> to ask them if they can resolve this issue.',
    351                                     'advanced-responsive-video-embedder'
    352                                 ),
    353                             ),
    354                             'https://wordpress.org/support/plugin/all-in-one-seo-pack/#new-topic-0',
    355                             'https://aioseo.com/login/?redirect_to=%2Faccount%2Fsupport%2F'
    356                         );
    357                         ?>
    358                     </strong>
    359                 </p>
    360             <?php endif; ?>
     340            <h2><?= esc_html( get_admin_page_title() ); ?></h2>
    361341
    362342            <h2 class="nav-tab-wrapper">
  • advanced-responsive-video-embedder/trunk/advanced-responsive-video-embedder.php

    r3220773 r3222968  
    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.5.3
     6 * Version:           10.5.4
    77 * Requires PHP:      7.4
    88 * Requires at least: 6.6
     
    2323namespace Nextgenthemes\ARVE;
    2424
    25 const VERSION               = '10.5.3';
     25const VERSION               = '10.5.4';
    2626const PRO_VERSION_REQUIRED  = '6.0.0-alpha3';
    2727const NUM_TRACKS            = 3;
  • advanced-responsive-video-embedder/trunk/changelog.md

    r3220773 r3222968  
    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### 2024-01-15 10.5.4 ###
     7
     8* Improved: Removed incompatibility notices for AIO SEO Pack (resolved).
    59
    610### 2024-01-11 10.5.3 ###
  • advanced-responsive-video-embedder/trunk/php/Admin/fn-admin.php

    r3220773 r3222968  
    170170        );
    171171    }
    172 
    173     if ( is_plugin_active( 'all-in-one-seo-pack/all_in_one_seo_pack.php' )
    174         && ! is_gutenberg()
    175     ) {
    176         Notices::instance()->register_notice(
    177             'aio-seo-notice',
    178             'notice-info',
    179             sprintf(
    180                 kses_https_links(
    181                     // Translators: %s URL
    182                     __(
    183                         'There is compatibility issue with All In One SEO Pack effecting ARVE. With the AIO-SEO plugin active the "Embed Video (ARVE)" button will not work in Classic Editor. Please contact the AIO-SEO plugin <a href="%1$s">support</a> / <a href="%2$s">support for pro users</a> if they can fix this issue.',
    184                         'advanced-responsive-video-embedder'
    185                     ),
    186                 ),
    187                 'https://wordpress.org/support/plugin/all-in-one-seo-pack/#new-topic-0',
    188                 'https://aioseo.com/login/?redirect_to=%2Faccount%2Fsupport%2F'
    189             )
    190         );
    191     }
    192172}
    193173
  • advanced-responsive-video-embedder/trunk/readme.txt

    r3220773 r3222968  
    66Tested up to: 6.7
    77Requires PHP: 7.4
    8 Stable tag: 10.5.3
     8Stable tag: 10.5.4
    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### 2024-01-15 10.5.4 ###
     197
     198* Improved: Removed incompatibility notices for AIO SEO Pack (resolved).
     199
    196200### 2024-01-11 10.5.3 ###
    197201
  • advanced-responsive-video-embedder/trunk/src/block.json

    r3220773 r3222968  
    1414        "odysee"
    1515    ],
    16     "version": "10.5.3",
     16    "version": "10.5.4",
    1717    "textdomain": "advanced-responsive-video-embedder",
    1818    "supports": {
  • advanced-responsive-video-embedder/trunk/vendor/composer/installed.json

    r3220773 r3222968  
    7070        {
    7171            "name": "nextgenthemes/wp-shared",
    72             "version": "2025.01.11.15.57.57",
    73             "version_normalized": "2025.01.11.15.57.57",
     72            "version": "2025.01.15.14.17.25",
     73            "version_normalized": "2025.01.15.14.17.25",
    7474            "dist": {
    7575                "type": "path",
    7676                "url": "../../../../../../dev/composer-packages/wp-shared",
    77                 "reference": "c20a24d2825414c85a095c279182f302e47474e2"
     77                "reference": "657540cafda852abc683493dbc6f45e76c44b36a"
    7878            },
    7979            "require": {
  • advanced-responsive-video-embedder/trunk/vendor/composer/installed.php

    r3220773 r3222968  
    44        'pretty_version' => 'dev-master',
    55        'version' => 'dev-master',
    6         'reference' => '762e26e118396a8f6311c37d43144896ce1e314c',
     6        'reference' => '42b52a461fb7088e8a70bc51b5f0148f35955064',
    77        'type' => 'wordpress-plugin',
    88        'install_path' => __DIR__ . '/../../',
     
    2323            'pretty_version' => 'dev-master',
    2424            'version' => 'dev-master',
    25             'reference' => '762e26e118396a8f6311c37d43144896ce1e314c',
     25            'reference' => '42b52a461fb7088e8a70bc51b5f0148f35955064',
    2626            'type' => 'wordpress-plugin',
    2727            'install_path' => __DIR__ . '/../../',
     
    3030        ),
    3131        'nextgenthemes/wp-shared' => array(
    32             'pretty_version' => '2025.01.11.15.57.57',
    33             'version' => '2025.01.11.15.57.57',
    34             'reference' => 'c20a24d2825414c85a095c279182f302e47474e2',
     32            'pretty_version' => '2025.01.15.14.17.25',
     33            'version' => '2025.01.15.14.17.25',
     34            'reference' => '657540cafda852abc683493dbc6f45e76c44b36a',
    3535            'type' => 'wp-package',
    3636            'install_path' => __DIR__ . '/../nextgenthemes/wp-shared',
  • advanced-responsive-video-embedder/trunk/vendor/composer/jetpack_autoload_filemap.php

    r3220773 r3222968  
    88return array(
    99    '47777597fbe681453e41ea4bf4ad9988' => array(
    10         'version' => '2025.01.11.15.57.57',
     10        'version' => '2025.01.15.14.17.25',
    1111        'path'    => $vendorDir . '/nextgenthemes/wp-shared/includes/WP/init.php'
    1212    ),
  • advanced-responsive-video-embedder/trunk/vendor/nextgenthemes/wp-shared/composer.json

    r3220773 r3222968  
    1616        "php": ">=7.4"
    1717    },
    18     "version": "2025.01.11.15.57.57"
     18    "version": "2025.01.15.14.17.25"
    1919}
  • advanced-responsive-video-embedder/trunk/vendor/nextgenthemes/wp-shared/includes/WP/Settings.php

    r3215952 r3222968  
    338338            ?>
    339339        >
    340             <h2><?php echo esc_html( get_admin_page_title() ); ?></h2>
    341 
    342             <?php if ( is_plugin_active( 'all-in-one-seo-pack/all_in_one_seo_pack.php' ) ) : ?>
    343                 <p class="ngt-sidebar-box">
    344                     <strong>
    345                         <?php
    346                         printf(
    347                             kses_https_link(
    348                                 // translators: %1$s and %2$s are links
    349                                 __(
    350                                     'There is a compatibility issue with the All in One SEO Pack plugin that prevents this settings page from working. Please deactivate All in One SEO Pack temporarily to make ARVE Settings and contact their <a href="%1$s">support</a> / <a href="%2$s">support for pro users</a> to ask them if they can resolve this issue.',
    351                                     'advanced-responsive-video-embedder'
    352                                 ),
    353                             ),
    354                             'https://wordpress.org/support/plugin/all-in-one-seo-pack/#new-topic-0',
    355                             'https://aioseo.com/login/?redirect_to=%2Faccount%2Fsupport%2F'
    356                         );
    357                         ?>
    358                     </strong>
    359                 </p>
    360             <?php endif; ?>
     340            <h2><?= esc_html( get_admin_page_title() ); ?></h2>
    361341
    362342            <h2 class="nav-tab-wrapper">
Note: See TracChangeset for help on using the changeset viewer.