diff --git a/changelog.md b/changelog.md index 9af81770..61fcf00e 100644 --- a/changelog.md +++ b/changelog.md @@ -3,6 +3,10 @@ * [ARVE Pro changelog](https://nextgenthemes.com/plugins/arve-pro/#changelog) * [ARVE Random Videos changelog](https://nextgenthemes.com/plugins/arve-random-video/#changelog) +### 2024-01-15 10.5.4 ### + +* Improved: Removed incompatibility notices for AIO SEO Pack (resolved). + ### 2024-01-11 10.5.3 ### * Fix: Fixed, improved and restored Shortcode UI functionality. diff --git a/php/Admin/fn-admin.php b/php/Admin/fn-admin.php index 718494e0..9dd6312e 100755 --- a/php/Admin/fn-admin.php +++ b/php/Admin/fn-admin.php @@ -169,26 +169,6 @@ function action_admin_init_setup_messages(): void { ) ); } - - if ( is_plugin_active( 'all-in-one-seo-pack/all_in_one_seo_pack.php' ) - && ! is_gutenberg() - ) { - Notices::instance()->register_notice( - 'aio-seo-notice', - 'notice-info', - sprintf( - kses_https_links( - // Translators: %s URL - __( - '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 support / support for pro users if they can fix this issue.', - 'advanced-responsive-video-embedder' - ), - ), - 'https://wordpress.org/support/plugin/all-in-one-seo-pack/#new-topic-0', - 'https://aioseo.com/login/?redirect_to=%2Faccount%2Fsupport%2F' - ) - ); - } } function get_latest_beta(): string { diff --git a/vendor/nextgenthemes/wp-shared/includes/WP/Settings.php b/vendor/nextgenthemes/wp-shared/includes/WP/Settings.php index 73fb949c..3cb70118 100644 --- a/vendor/nextgenthemes/wp-shared/includes/WP/Settings.php +++ b/vendor/nextgenthemes/wp-shared/includes/WP/Settings.php @@ -337,27 +337,7 @@ class="wrap wrap--nextgenthemes" ); ?> > -

- - -

- - support / support for pro users to ask them if they can resolve this issue.', - 'advanced-responsive-video-embedder' - ), - ), - 'https://wordpress.org/support/plugin/all-in-one-seo-pack/#new-topic-0', - 'https://aioseo.com/login/?redirect_to=%2Faccount%2Fsupport%2F' - ); - ?> - -

- +