database_ahead_of_plugin.php
12 lines
| 1 | <div class="settings-container" |
| 2 | data-controller="migration-redirect" |
| 3 | data-migration-redirect-nonce-value="<?php echo wp_create_nonce('iawp_migration_status') ?>" |
| 4 | > |
| 5 | <h2><?php esc_html_e('Newer database version found.', 'independent-analytics'); ?></h2> |
| 6 | <p> |
| 7 | <?php esc_html_e("It looks like Independent Analytics was rolled back to an older version not compatible with the current version of the database. Unfortunately, it is not possible to revert the database to an older version without causing data loss. Please update Independent Analytics to the latest version available.", 'independent-analytics'); ?> |
| 8 | </p> |
| 9 | <p> |
| 10 | <?php printf(esc_html__('If something went wrong with the latest update, please reach out to us via the Contact Us menu or by emailing us directly at %s.', 'independent-analytics'), 'support@independentwp.com'); ?> |
| 11 | </p> |
| 12 | </div> |