layout
3 years ago
learn
3 years ago
pdf
3 years ago
settings
3 years ago
table
3 years ago
campaign_builder.php
3 years ago
migration_running.php
3 years ago
newer_database.php
3 years ago
quick_stats.php
3 years ago
real_time.php
3 years ago
newer_database.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', 'iawp'); ?></h2> |
| 6 | <p> |
| 7 | <?php esc_html_e("It looks like you've downgraded the version of Independent Analytics that you're using. Unfortunately, there no way to safely downgrade the database without data loss.", 'iawp'); ?> |
| 8 | </p> |
| 9 | <p> |
| 10 | <?php esc_html_e('Please update to the latest version of Independent Analytics.', 'iawp'); ?> |
| 11 | </p> |
| 12 | </div> |