Files
2022_WEBSITE_jipf/srcs/plugins/all-in-one-wp-migration/lib/view/whats-new/index.php
lenovo 039134cd96 plugin succed to : get published posts
+                    print them onlly in map page
+ wordpress plugin directory changed to save work in git
2022-10-23 21:44:38 +02:00

41 lines
2.6 KiB
PHP
Executable File

<?php
/**
* Copyright (C) 2014-2020 ServMask Inc.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* ███████╗███████╗██████╗ ██╗ ██╗███╗ ███╗ █████╗ ███████╗██╗ ██╗
* ██╔════╝██╔════╝██╔══██╗██║ ██║████╗ ████║██╔══██╗██╔════╝██║ ██╔╝
* ███████╗█████╗ ██████╔╝██║ ██║██╔████╔██║███████║███████╗█████╔╝
* ╚════██║██╔══╝ ██╔══██╗╚██╗ ██╔╝██║╚██╔╝██║██╔══██║╚════██║██╔═██╗
* ███████║███████╗██║ ██║ ╚████╔╝ ██║ ╚═╝ ██║██║ ██║███████║██║ ██╗
* ╚══════╝╚══════╝╚═╝ ╚═╝ ╚═══╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝
*/
if ( ! defined( 'ABSPATH' ) ) {
die( 'Kangaroos cannot jump here' );
}
?>
<div class="ai1wm-whats-new-container">
<div class="ai1wm-whats-new-hero-container">
<img src="<?php echo wp_make_link_relative( AI1WM_URL ); ?>/lib/view/assets/img/whats-new/hero.png?v=<?php echo AI1WM_VERSION; ?>" />
<div class="ai1wm-whats-hew-hero-text">
<div class="ai1wm-whats-new-hero-date">06/30/2022</div>
<div class="ai1wm-whats-new-hero-title">Introducing password-protected backups</div>
<div class="ai1wm-whats-new-hero-content">Keep your backups safe and secure with password protection. You can rest assured that your backups are well protected. The contents of the backups are encrypted with the industry-tested and accepted <strong>AES-256-CBC</strong> algorithm. This feature is completely <strong>free</strong>.</div>
</div>
</div>
</div>