From 11a2632ce53e9cf52e6585e31c868e644029e0a2 Mon Sep 17 00:00:00 2001 From: Jonathan Miller Date: Sat, 16 May 2026 17:40:39 +0000 Subject: [PATCH 1/4] =?UTF-8?q?chore(version):=20bump=2002.03.00=20?= =?UTF-8?q?=E2=86=92=2002.04.00=20(dev)=20[skip=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 61dde8d..38c11b1 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ A modern, lightweight Joomla site template built on Cassiopeia with Font Awesome | | | |---|---| | **Type** | Joomla Site Template | -| **Version** | 02.03.00 | +| **Version** | 02.04.00 | | **Joomla** | 5.x / 6.x | | **PHP** | 8.1+ | | **License** | GPL-3.0-or-later | -- 2.52.0 From 93e43112292e2357b0a3e3b4d11abd041f4ba52a Mon Sep 17 00:00:00 2001 From: Jonathan Miller Date: Sat, 16 May 2026 17:40:40 +0000 Subject: [PATCH 2/4] =?UTF-8?q?chore(version):=20bump=2002.03.00=20?= =?UTF-8?q?=E2=86=92=2002.04.00=20(dev)=20[skip=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/templateDetails.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/templateDetails.xml b/src/templateDetails.xml index 0fca400..72a751a 100644 --- a/src/templateDetails.xml +++ b/src/templateDetails.xml @@ -39,7 +39,7 @@ MokoOnyx - 02.03.00 + 02.04.00 script.php 2026-05-16 Jonathan Miller || Moko Consulting -- 2.52.0 From 098bd2a8c0efc61af314f35af9405807a1d7274e Mon Sep 17 00:00:00 2001 From: Jonathan Miller Date: Sat, 16 May 2026 12:42:21 -0500 Subject: [PATCH 3/4] feat(component): load Font Awesome 7 and Bootstrap in print view Component/print view now loads FA7 Free icons (fontawesome, solid, regular, brands) and Bootstrap 5 framework for proper rendering. Co-Authored-By: Claude Opus 4.6 (1M context) --- src/component.php | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/component.php b/src/component.php index b1b87e1..317357a 100644 --- a/src/component.php +++ b/src/component.php @@ -53,6 +53,15 @@ $wa->useStyle('template.component'); // css/component.css // Light theme only (no theme switching in component view) $wa->useStyle('template.light.standard'); // css/theme/light.standard.css +// Font Awesome 7 Free +$wa->useStyle('vendor.fa7free.fontawesome'); +$wa->useStyle('vendor.fa7free.solid'); +$wa->useStyle('vendor.fa7free.regular'); +$wa->useStyle('vendor.fa7free.brands'); + +// Bootstrap 5 +HTMLHelper::_('bootstrap.framework'); + // Load custom light palette if selected in template configuration and file exists $params_LightColorName = (string) $this->params->get('colorLightName', 'standard'); if ($params_LightColorName === 'custom' && file_exists(JPATH_ROOT . '/media/templates/site/mokoonyx/css/theme/light.custom.css')) -- 2.52.0 From ff9ae11c48709b72a0396d05a53d1811f7552312 Mon Sep 17 00:00:00 2001 From: "gitea-actions[bot]" Date: Sat, 16 May 2026 17:42:55 +0000 Subject: [PATCH 4/4] chore: update updates.xml (development: 02.04.00-dev) [skip ci] --- updates.xml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/updates.xml b/updates.xml index 6fbb36d..a95816e 100644 --- a/updates.xml +++ b/updates.xml @@ -7,20 +7,21 @@ MokoOnyx - MokoOnyx update + MokoOnyx development build. mokoonyx template - 02.02.00 site - development - https://git.mokoconsulting.tech/MokoConsulting/MokoOnyx/releases/tag/stable + 02.04.00 + 2026-05-16 + https://git.mokoconsulting.tech/MokoConsulting/MokoOnyx/releases/tag/development - https://git.mokoconsulting.tech/MokoConsulting/MokoOnyx/releases/download/stable/tpl_mokoonyx-02.02.00.zip + https://git.mokoconsulting.tech/MokoConsulting/MokoOnyx/releases/download/development/mokoonyx-02.04.00-dev.zip - 78f539c25cb4d732d943df1251b09bfe946f06c88d0c07024594cdc87d9b5ea4 - + 693ec8a998d727e5a09f845a00bcf3d530021491ab2e06b3b9dbb7c35ac9825e + development Moko Consulting https://mokoconsulting.tech + MokoOnyx -- 2.52.0