Release v1.5.1

This commit is contained in:
AudioCore Bot
2026-04-01 14:12:17 +00:00
parent dc53051358
commit 9deabe1ec9
50 changed files with 10775 additions and 5637 deletions

0
views/admin/.gitkeep Normal file
View File

View File

@@ -26,7 +26,7 @@ if (!is_array($footerLinks)) {
<?php endforeach; ?>
</div>
<?php endif; ?>
<?= htmlspecialchars(Core\Services\Settings::get('footer_text', 'AudioCore V1.5'), ENT_QUOTES, 'UTF-8') ?>
<?= htmlspecialchars(Core\Services\Settings::get('footer_text', 'AudioCore V1.5.1'), ENT_QUOTES, 'UTF-8') ?>
- <?= date('Y') ?>
</div>
</footer>

View File

@@ -48,7 +48,7 @@ if ($storeEnabled) {
}
}
$headerTitle = Settings::get('site_header_title', 'AudioCore V1.5');
$headerTitle = Settings::get('site_header_title', 'AudioCore V1.5.1');
$headerTagline = Settings::get('site_header_tagline', 'Core CMS for DJs & Producers');
$headerBadgeText = Settings::get('site_header_badge_text', 'Independent catalog');
$headerBrandMode = Settings::get('site_header_brand_mode', 'default');
@@ -74,7 +74,7 @@ if ($effectiveMarkMode === 'text' && trim($headerMarkText) === '') {
$effectiveMarkMode = 'icon';
}
?>
<header class="shell">
<header class="shell site-header-shell">
<div class="card">
<div class="site-head">
<?php if ($headerBrandMode === 'logo_only' && $headerLogoUrl !== ''): ?>
@@ -114,8 +114,12 @@ if ($effectiveMarkMode === 'text' && trim($headerMarkText) === '') {
<?= htmlspecialchars($label, ENT_QUOTES, 'UTF-8') ?>
</a>
<?php endforeach; ?>
<div class="nav-actions">
<form method="get" action="/releases" class="nav-search-form" role="search">
<i class="fa-solid fa-magnifying-glass" aria-hidden="true"></i>
<input type="text" name="q" placeholder="Search music" value="<?= htmlspecialchars((string)($_GET['q'] ?? ''), ENT_QUOTES, 'UTF-8') ?>">
</form>
<?php if ($storeEnabled): ?>
<div class="nav-actions">
<?php if (!$hasAccountLink): ?>
<a class="nav-account" href="/account">
<i class="fa-solid fa-user" aria-hidden="true"></i>
@@ -127,8 +131,8 @@ if ($effectiveMarkMode === 'text' && trim($headerMarkText) === '') {
<span><?= $cartCount ?></span>
<span><?= number_format($cartTotal, 2) ?></span>
</a>
</div>
<?php endif; ?>
</div>
</div>
</div>
</header>

View File

@@ -1,10 +1,10 @@
<?php
$pageTitle = 'AudioCore V1.5';
$pageTitle = 'AudioCore V1.5.1';
ob_start();
?>
<section class="card">
<div class="badge">Foundation</div>
<h1 style="margin-top:16px; font-size:32px;">AudioCore V1.5</h1>
<h1 style="margin-top:16px; font-size:32px;">AudioCore V1.5.1</h1>
<p style="color:var(--muted); font-size:16px; max-width:680px;">
New core scaffold. Modules will live under /modules and admin will manage navigation.
</p>

File diff suppressed because it is too large Load Diff