Changeset 3222968
- Timestamp:
- 01/15/2025 02:20:08 PM (12 months ago)
- Location:
- advanced-responsive-video-embedder
- Files:
-
- 20 edited
- 1 copied
-
tags/10.5.4 (copied) (copied from advanced-responsive-video-embedder/trunk)
-
tags/10.5.4/advanced-responsive-video-embedder.php (modified) (2 diffs)
-
tags/10.5.4/changelog.md (modified) (1 diff)
-
tags/10.5.4/php/Admin/fn-admin.php (modified) (1 diff)
-
tags/10.5.4/readme.txt (modified) (2 diffs)
-
tags/10.5.4/src/block.json (modified) (1 diff)
-
tags/10.5.4/vendor/composer/installed.json (modified) (1 diff)
-
tags/10.5.4/vendor/composer/installed.php (modified) (3 diffs)
-
tags/10.5.4/vendor/composer/jetpack_autoload_filemap.php (modified) (1 diff)
-
tags/10.5.4/vendor/nextgenthemes/wp-shared/composer.json (modified) (1 diff)
-
tags/10.5.4/vendor/nextgenthemes/wp-shared/includes/WP/Settings.php (modified) (1 diff)
-
trunk/advanced-responsive-video-embedder.php (modified) (2 diffs)
-
trunk/changelog.md (modified) (1 diff)
-
trunk/php/Admin/fn-admin.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/src/block.json (modified) (1 diff)
-
trunk/vendor/composer/installed.json (modified) (1 diff)
-
trunk/vendor/composer/installed.php (modified) (3 diffs)
-
trunk/vendor/composer/jetpack_autoload_filemap.php (modified) (1 diff)
-
trunk/vendor/nextgenthemes/wp-shared/composer.json (modified) (1 diff)
-
trunk/vendor/nextgenthemes/wp-shared/includes/WP/Settings.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
advanced-responsive-video-embedder/tags/10.5.4/advanced-responsive-video-embedder.php
r3220773 r3222968 4 4 * Plugin URI: https://nextgenthemes.com/plugins/arve-pro/ 5 5 * Description: Easy responsive video embeds via URL (like WordPress) or Shortcodes. Supports almost anything you can imagine. 6 * Version: 10.5. 36 * Version: 10.5.4 7 7 * Requires PHP: 7.4 8 8 * Requires at least: 6.6 … … 23 23 namespace Nextgenthemes\ARVE; 24 24 25 const VERSION = '10.5. 3';25 const VERSION = '10.5.4'; 26 26 const PRO_VERSION_REQUIRED = '6.0.0-alpha3'; 27 27 const NUM_TRACKS = 3; -
advanced-responsive-video-embedder/tags/10.5.4/changelog.md
r3220773 r3222968 3 3 * [ARVE Pro changelog](https://nextgenthemes.com/plugins/arve-pro/#changelog) 4 4 * [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). 5 9 6 10 ### 2024-01-11 10.5.3 ### -
advanced-responsive-video-embedder/tags/10.5.4/php/Admin/fn-admin.php
r3220773 r3222968 170 170 ); 171 171 } 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 URL182 __(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 }192 172 } 193 173 -
advanced-responsive-video-embedder/tags/10.5.4/readme.txt
r3220773 r3222968 6 6 Tested up to: 6.7 7 7 Requires PHP: 7.4 8 Stable tag: 10.5. 38 Stable tag: 10.5.4 9 9 License: GPL-3.0 10 10 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 194 194 * [ARVE Random Videos changelog](https://nextgenthemes.com/plugins/arve-random-video/#changelog) 195 195 196 ### 2024-01-15 10.5.4 ### 197 198 * Improved: Removed incompatibility notices for AIO SEO Pack (resolved). 199 196 200 ### 2024-01-11 10.5.3 ### 197 201 -
advanced-responsive-video-embedder/tags/10.5.4/src/block.json
r3220773 r3222968 14 14 "odysee" 15 15 ], 16 "version": "10.5. 3",16 "version": "10.5.4", 17 17 "textdomain": "advanced-responsive-video-embedder", 18 18 "supports": { -
advanced-responsive-video-embedder/tags/10.5.4/vendor/composer/installed.json
r3220773 r3222968 70 70 { 71 71 "name": "nextgenthemes/wp-shared", 72 "version": "2025.01.1 1.15.57.57",73 "version_normalized": "2025.01.1 1.15.57.57",72 "version": "2025.01.15.14.17.25", 73 "version_normalized": "2025.01.15.14.17.25", 74 74 "dist": { 75 75 "type": "path", 76 76 "url": "../../../../../../dev/composer-packages/wp-shared", 77 "reference": " c20a24d2825414c85a095c279182f302e47474e2"77 "reference": "657540cafda852abc683493dbc6f45e76c44b36a" 78 78 }, 79 79 "require": { -
advanced-responsive-video-embedder/tags/10.5.4/vendor/composer/installed.php
r3220773 r3222968 4 4 'pretty_version' => 'dev-master', 5 5 'version' => 'dev-master', 6 'reference' => ' 762e26e118396a8f6311c37d43144896ce1e314c',6 'reference' => '42b52a461fb7088e8a70bc51b5f0148f35955064', 7 7 'type' => 'wordpress-plugin', 8 8 'install_path' => __DIR__ . '/../../', … … 23 23 'pretty_version' => 'dev-master', 24 24 'version' => 'dev-master', 25 'reference' => ' 762e26e118396a8f6311c37d43144896ce1e314c',25 'reference' => '42b52a461fb7088e8a70bc51b5f0148f35955064', 26 26 'type' => 'wordpress-plugin', 27 27 'install_path' => __DIR__ . '/../../', … … 30 30 ), 31 31 'nextgenthemes/wp-shared' => array( 32 'pretty_version' => '2025.01.1 1.15.57.57',33 'version' => '2025.01.1 1.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', 35 35 'type' => 'wp-package', 36 36 'install_path' => __DIR__ . '/../nextgenthemes/wp-shared', -
advanced-responsive-video-embedder/tags/10.5.4/vendor/composer/jetpack_autoload_filemap.php
r3220773 r3222968 8 8 return array( 9 9 '47777597fbe681453e41ea4bf4ad9988' => array( 10 'version' => '2025.01.1 1.15.57.57',10 'version' => '2025.01.15.14.17.25', 11 11 'path' => $vendorDir . '/nextgenthemes/wp-shared/includes/WP/init.php' 12 12 ), -
advanced-responsive-video-embedder/tags/10.5.4/vendor/nextgenthemes/wp-shared/composer.json
r3220773 r3222968 16 16 "php": ">=7.4" 17 17 }, 18 "version": "2025.01.1 1.15.57.57"18 "version": "2025.01.15.14.17.25" 19 19 } -
advanced-responsive-video-embedder/tags/10.5.4/vendor/nextgenthemes/wp-shared/includes/WP/Settings.php
r3215952 r3222968 338 338 ?> 339 339 > 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> 361 341 362 342 <h2 class="nav-tab-wrapper"> -
advanced-responsive-video-embedder/trunk/advanced-responsive-video-embedder.php
r3220773 r3222968 4 4 * Plugin URI: https://nextgenthemes.com/plugins/arve-pro/ 5 5 * Description: Easy responsive video embeds via URL (like WordPress) or Shortcodes. Supports almost anything you can imagine. 6 * Version: 10.5. 36 * Version: 10.5.4 7 7 * Requires PHP: 7.4 8 8 * Requires at least: 6.6 … … 23 23 namespace Nextgenthemes\ARVE; 24 24 25 const VERSION = '10.5. 3';25 const VERSION = '10.5.4'; 26 26 const PRO_VERSION_REQUIRED = '6.0.0-alpha3'; 27 27 const NUM_TRACKS = 3; -
advanced-responsive-video-embedder/trunk/changelog.md
r3220773 r3222968 3 3 * [ARVE Pro changelog](https://nextgenthemes.com/plugins/arve-pro/#changelog) 4 4 * [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). 5 9 6 10 ### 2024-01-11 10.5.3 ### -
advanced-responsive-video-embedder/trunk/php/Admin/fn-admin.php
r3220773 r3222968 170 170 ); 171 171 } 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 URL182 __(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 }192 172 } 193 173 -
advanced-responsive-video-embedder/trunk/readme.txt
r3220773 r3222968 6 6 Tested up to: 6.7 7 7 Requires PHP: 7.4 8 Stable tag: 10.5. 38 Stable tag: 10.5.4 9 9 License: GPL-3.0 10 10 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 194 194 * [ARVE Random Videos changelog](https://nextgenthemes.com/plugins/arve-random-video/#changelog) 195 195 196 ### 2024-01-15 10.5.4 ### 197 198 * Improved: Removed incompatibility notices for AIO SEO Pack (resolved). 199 196 200 ### 2024-01-11 10.5.3 ### 197 201 -
advanced-responsive-video-embedder/trunk/src/block.json
r3220773 r3222968 14 14 "odysee" 15 15 ], 16 "version": "10.5. 3",16 "version": "10.5.4", 17 17 "textdomain": "advanced-responsive-video-embedder", 18 18 "supports": { -
advanced-responsive-video-embedder/trunk/vendor/composer/installed.json
r3220773 r3222968 70 70 { 71 71 "name": "nextgenthemes/wp-shared", 72 "version": "2025.01.1 1.15.57.57",73 "version_normalized": "2025.01.1 1.15.57.57",72 "version": "2025.01.15.14.17.25", 73 "version_normalized": "2025.01.15.14.17.25", 74 74 "dist": { 75 75 "type": "path", 76 76 "url": "../../../../../../dev/composer-packages/wp-shared", 77 "reference": " c20a24d2825414c85a095c279182f302e47474e2"77 "reference": "657540cafda852abc683493dbc6f45e76c44b36a" 78 78 }, 79 79 "require": { -
advanced-responsive-video-embedder/trunk/vendor/composer/installed.php
r3220773 r3222968 4 4 'pretty_version' => 'dev-master', 5 5 'version' => 'dev-master', 6 'reference' => ' 762e26e118396a8f6311c37d43144896ce1e314c',6 'reference' => '42b52a461fb7088e8a70bc51b5f0148f35955064', 7 7 'type' => 'wordpress-plugin', 8 8 'install_path' => __DIR__ . '/../../', … … 23 23 'pretty_version' => 'dev-master', 24 24 'version' => 'dev-master', 25 'reference' => ' 762e26e118396a8f6311c37d43144896ce1e314c',25 'reference' => '42b52a461fb7088e8a70bc51b5f0148f35955064', 26 26 'type' => 'wordpress-plugin', 27 27 'install_path' => __DIR__ . '/../../', … … 30 30 ), 31 31 'nextgenthemes/wp-shared' => array( 32 'pretty_version' => '2025.01.1 1.15.57.57',33 'version' => '2025.01.1 1.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', 35 35 'type' => 'wp-package', 36 36 'install_path' => __DIR__ . '/../nextgenthemes/wp-shared', -
advanced-responsive-video-embedder/trunk/vendor/composer/jetpack_autoload_filemap.php
r3220773 r3222968 8 8 return array( 9 9 '47777597fbe681453e41ea4bf4ad9988' => array( 10 'version' => '2025.01.1 1.15.57.57',10 'version' => '2025.01.15.14.17.25', 11 11 'path' => $vendorDir . '/nextgenthemes/wp-shared/includes/WP/init.php' 12 12 ), -
advanced-responsive-video-embedder/trunk/vendor/nextgenthemes/wp-shared/composer.json
r3220773 r3222968 16 16 "php": ">=7.4" 17 17 }, 18 "version": "2025.01.1 1.15.57.57"18 "version": "2025.01.15.14.17.25" 19 19 } -
advanced-responsive-video-embedder/trunk/vendor/nextgenthemes/wp-shared/includes/WP/Settings.php
r3215952 r3222968 338 338 ?> 339 339 > 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> 361 341 362 342 <h2 class="nav-tab-wrapper">
Note: See TracChangeset
for help on using the changeset viewer.