Compare commits

..

4 Commits

Author SHA1 Message Date
gitea-actions[bot] 692f7ab0ef chore(release): build 01.16.00 [skip ci] 2026-06-04 18:13:52 +00:00
jmiller 636d568fe2 Merge pull request 'feat: auto-remove deprecated system plugin on install/upgrade' (#66) from dev into main
Generic: Repo Health / Scripts governance (push) Blocked by required conditions
Generic: Repo Health / Repository health (push) Blocked by required conditions
Generic: Repo Health / Report Issues (push) Blocked by required conditions
Generic: Repo Health / Site Health (push) Has been skipped
Generic: Repo Health / Access control (push) Successful in 1s
2026-06-04 18:13:42 +00:00
gitea-actions[bot] 03e29b3945 chore(release): build 01.15.00 [skip ci] 2026-06-04 17:55:48 +00:00
jmiller 8ced44cf1d Merge pull request 'docs: consolidate changelog for all minor versions' (#65) from dev into main
Generic: Repo Health / Scripts governance (push) Blocked by required conditions
Generic: Repo Health / Repository health (push) Blocked by required conditions
Generic: Repo Health / Report Issues (push) Blocked by required conditions
Generic: Repo Health / Site Health (push) Has been skipped
Generic: Repo Health / Access control (push) Successful in 1s
2026-06-04 17:55:36 +00:00
13 changed files with 17 additions and 105 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
<display-name>Package - MokoJoomHero</display-name>
<org>MokoConsulting</org>
<description>A Joomla Module designed to provide a random image from a folder with content on top as a Hero.</description>
<version>01.14.00</version>
<version>01.16.00</version>
<license spdx="GPL-3.0-or-later">GNU General Public License v3</license>
</identity>
<governance>
+1 -1
View File
@@ -5,7 +5,7 @@
# FILE INFORMATION
# DEFGROUP: Gitea.Workflow
# INGROUP: moko-platform.Automation
# VERSION: 01.14.00
# VERSION: 01.16.00
# BRIEF: Auto-create feature branch when an issue is opened
name: "Universal: Issue Branch"
+5 -93
View File
@@ -1,7 +1,11 @@
# Changelog
## [Unreleased]
## [01.16.00] --- 2026-06-04
## [01.15.00] --- 2026-06-04
## [01.14] - 2026-06-04
### Changed
@@ -23,95 +27,3 @@
### Changed
- Remove static `updates.xml` and `update.xml` from repository
- Update server now managed by Gitea release system
## [01.11] - 2026-06-04
### Changed
- Clean up `updates.xml` — remove stale dev/alpha/beta/rc entries
## [01.10] - 2026-06-04
### Added
- A/B testing with weighted random variation selection and session-sticky assignment (#21)
- Hero scheduling with start/end datetime fields and site timezone support (#22)
## [01.09] - 2026-06-04
### Added
- Licensing system with free/pro tier constant (free tier — no key required)
## [01.08] - 2026-06-04
### Added
- Solid colour and gradient hero background modes
- Configurable slide transitions: crossfade, slide, fade-to-black, zoom (Ken Burns)
- Vertical text alignment (top/center/bottom) (#53)
- Mobile-specific hero height via CSS custom property (#55)
- Gradient overlay direction (dark at bottom/top/left/right) (#54)
- Prefers-reduced-motion accessibility support (WCAG 2.1 AA) (#49)
- Scroll-down indicator with bounce animation (#50)
- Video poster image fallback (#51)
- Content entrance animations: fade-in, slide-up, slide-left, slide-right (#52)
- Parallax scroll effect with configurable speed (#48)
- Article content source — pull hero content from a Joomla article (#56)
- Per-slide unique content via subform repeatable field (#57)
### Changed
- Restructure from standalone module to package extension with system plugin
- Hardcode package description in manifest
### Fixed
- CSS injection prevention on `heroHeight` with regex validation
- Hex colour validation for all colour parameters
- Allowlist validation for textAlign, fadeType, overlayType
- `video.play()` promise rejection handling
- `iframe.contentWindow` null guards on postMessage calls
- `DirectoryIterator` try-catch for filesystem errors
- Article content filtered through `HTMLHelper::content.prepare` for XSS prevention
- Null guards on scroll indicator and mute toggle DOM elements
- Logging for article query, image folder, and JSON decode failures
- Plugin manifest `<languages>` folder attribute and display name
- Missing language keys in `.sys.ini` files
- SPDX license headers on all PHP files
- Consistent tab indentation throughout
## [01.07] - 2026-06-02
### Added
- Package extension structure (`pkg_mokojoomhero`)
- System plugin for license key validation
## [01.06] - 2026-05-30
### Added
- Deploy target in Makefile with language file sync
## [01.05] - 2026-05-30
### Added
- Card fade-in delay with configurable timing
- Video mute/unmute toggle button
## [01.04] - 2026-05-30
### Added
- Local video mode with Joomla Media Manager picker
## [01.03] - 2026-05-30
### Added
- Video pause/resume on viewport exit via IntersectionObserver
- Module title rendered inside hero card
- WebAsset registration fix and iframe video cover
## [01.02] - 2026-05-30
### Added
- Card fade-in delay and video mute toggle (#39, #40)
## [01.01] - 2026-05-30
### Fixed
- WebAsset registration and iframe video cover
- Hero card title rendering
- Video viewport pause/resume
+1 -1
View File
@@ -14,7 +14,7 @@
DEFGROUP:
INGROUP: Project.Documentation
REPO:
VERSION: 01.14.00
VERSION: 01.16.00
PATH: ./CODE_OF_CONDUCT.md
BRIEF: Reference + packaging repo for Moko Consulting Developer GPT Other Default
-->
+1 -1
View File
@@ -7,7 +7,7 @@
# FILE INFORMATION
REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoJoomHero
FILE: ./README.md
VERSION: 01.14.00
VERSION: 01.16.00
BRIEF: MokoJoomHero - Joomla Module
-->
+1 -1
View File
@@ -23,7 +23,7 @@ DEFGROUP: [PROJECT_NAME]
INGROUP: [PROJECT_NAME].Documentation
REPO: [REPOSITORY_URL]
PATH: /SECURITY.md
VERSION: 01.14.00
VERSION: 01.16.00
BRIEF: Security vulnerability reporting and handling policy
-->
+1 -1
View File
@@ -6,7 +6,7 @@
; INGROUP: MokoJoomHero.Module
; REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoJoomHero
; PATH: /src/language/en-GB/mod_mokojoomhero.ini
; VERSION: 01.14.00
; VERSION: 01.16.00
; BRIEF: Language strings for MokoJoomHero module (frontend + admin form fields)
MOD_MOKOJOOMHERO_NO_CONTENT="Add content to this module to display it over the hero image."
+1 -1
View File
@@ -6,7 +6,7 @@
; INGROUP: MokoJoomHero.Module
; REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoJoomHero
; PATH: /src/language/en-GB/mod_mokojoomhero.sys.ini
; VERSION: 01.14.00
; VERSION: 01.16.00
; BRIEF: System language strings — used in admin Extension Manager and Module Manager
MOD_MOKOJOOMHERO="Module - MokoJoomHero"
+1 -1
View File
@@ -6,7 +6,7 @@
; INGROUP: MokoJoomHero.Module
; REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoJoomHero
; PATH: /src/language/en-US/mod_mokojoomhero.ini
; VERSION: 01.14.00
; VERSION: 01.16.00
; BRIEF: Language strings for MokoJoomHero module (en-US, frontend + admin form fields)
MOD_MOKOJOOMHERO_NO_CONTENT="Add content to this module to display it over the hero image."
+1 -1
View File
@@ -6,7 +6,7 @@
; INGROUP: MokoJoomHero.Module
; REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoJoomHero
; PATH: /src/language/en-US/mod_mokojoomhero.sys.ini
; VERSION: 01.14.00
; VERSION: 01.16.00
; BRIEF: System language strings — used in admin Extension Manager and Module Manager (en-US)
MOD_MOKOJOOMHERO="Module - MokoJoomHero"
+1 -1
View File
@@ -7,7 +7,7 @@
* INGROUP: MokoJoomHero.Module
* REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoJoomHero
* PATH: /src/media/css/mod_mokojoomhero.css
* VERSION: 01.14.00
* VERSION: 01.16.00
* BRIEF: Hero module stylesheet — slideshow, video, colour/gradient, overlay, card, mute toggle, responsive
*/
+1 -1
View File
@@ -8,7 +8,7 @@
* INGROUP: MokoJoomHero.Module
* REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoJoomHero
* PATH: /src/media/js/mod_mokojoomhero.js
* VERSION: 01.14.00
* VERSION: 01.16.00
* BRIEF: Hero module JavaScript — slideshow crossfade, video viewport control, mute toggle
*/
+1 -1
View File
@@ -22,7 +22,7 @@
<authorUrl>https://mokoconsulting.tech</authorUrl>
<copyright>Copyright (C) 2026 Moko Consulting. All rights reserved.</copyright>
<license>GPL-3.0-or-later</license>
<version>01.14.00</version>
<version>01.16.00</version>
<description>Displays a random hero image slideshow or background video with content overlaid. Designed for MokoOnyx template. By Moko Consulting.</description>
<scriptfile>script.php</scriptfile>