database-ahead-of-plugin.blade.php
2 years ago
database-prefix-too-long.blade.php
2 years ago
layout.blade.php
2 years ago
migration-error.blade.php
2 years ago
migration-is-running.blade.php
2 years ago
missing-database-permissions.blade.php
2 years ago
missing-database-tables.blade.php
2 years ago
pdo.blade.php
2 years ago
database-ahead-of-plugin.blade.php
11 lines
| 1 | <div class="settings-container interrupt-message" |
| 2 | data-controller="migration-redirect" |
| 3 | > |
| 4 | <h2><?php esc_html_e('Newer database version found', 'independent-analytics'); ?></h2> |
| 5 | <p> |
| 6 | <?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'); ?> |
| 7 | </p> |
| 8 | <p> |
| 9 | <?php printf(esc_html__('If something went wrong with the latest update, please reach out to us via the %1$sContact Us%2$s menu to the left or by emailing us directly at %3$s.', 'independent-analytics'), '<strong>', '</strong>', '<strong>support@independentwp.com</strong>'); ?> |
| 10 | </p> |
| 11 | </div> |