Compare commits

..

7 Commits

Author SHA1 Message Date
gitea-actions[bot] b6a011344f chore(release): build 01.08.00-rc [skip ci] 2026-07-13 00:26:28 +00:00
gitea-actions[bot] c2d1611340 chore(version): pre-release bump to 01.07.37-dev [skip ci] 2026-07-13 00:25:10 +00:00
jmiller efac645fda Merge pull request 'fix(manifest): use MokoGitea update server URL' (#43) from fix/mokogitea-update-server into dev
Joomla: Extension CI / Release Readiness Check (pull_request) Failing after 3s
Joomla: Extension CI / Lint & Validate (pull_request) Failing after 5s
Universal: PR Check / Branch Policy (pull_request) Successful in 2s
Universal: PR Check / Secret Scan (pull_request) Successful in 4s
Universal: PR Check / Validate PR (pull_request) Failing after 4s
Generic: Repo Health / Site Health (pull_request) Has been skipped
Generic: Repo Health / Access control (pull_request) Successful in 1s
Joomla: Metadata Validation / Validate Joomla Metadata (pull_request) Successful in 9s
Universal: Auto Version Bump / Version Bump (push) Has been skipped
Universal: Pre-Release / Build Pre-Release (${{ inputs.stability || github.ref_name }}) (push) Successful in 11s
Universal: Build & Release / Promote to RC (pull_request) Successful in 10s
Universal: Build & Release / Build & Release Pipeline (pull_request) Has been skipped
Joomla: Extension CI / Tests (PHP 8.2) (pull_request) Has been cancelled
Joomla: Extension CI / Tests (PHP 8.3) (pull_request) Has been cancelled
Joomla: Extension CI / PHPStan Analysis (pull_request) Has been cancelled
Joomla: Extension CI / Build RC Pre-Release (pull_request) Has been cancelled
Universal: PR Check / Build RC Package (pull_request) Has been cancelled
Universal: PR Check / Report Issues (pull_request) Has been cancelled
Generic: Repo Health / Scripts governance (pull_request) Has been cancelled
Generic: Repo Health / Repository health (pull_request) Has been cancelled
Generic: Repo Health / Report Issues (pull_request) Has been cancelled
2026-07-13 00:23:28 +00:00
gitea-actions[bot] 62b3bf8eda chore(version): pre-release bump to 01.07.36-dev [skip ci]
Branch Cleanup / Delete merged branch (pull_request) Successful in 1s
RC Revert / Rename rc/ back to dev/ (pull_request) Has been skipped
2026-07-13 00:20:40 +00:00
jmiller e4f16ac95e fix(manifest): use MokoGitea update server URL
Universal: Pre-Release / Build Pre-Release (${{ inputs.stability || github.ref_name }}) (push) Successful in 11s
Replace old /api/packages/ URL with the MokoGitea update server format.

Claude-Session: https://claude.ai/code/session_01CwLGvFJPjoPTp9BEnSjtJf
2026-07-12 19:19:48 -05:00
gitea-actions[bot] 22f4fa06b9 chore(version): pre-release bump to 01.07.35-dev [skip ci] 2026-07-12 21:41:43 +00:00
jmiller 9fab49097f Merge pull request 'docs(changelog): note this session's change' (#42) from jmiller/changelog-short-constant into dev
Universal: Auto Version Bump / Version Bump (push) Has been skipped
Universal: Pre-Release / Build Pre-Release (${{ inputs.stability || github.ref_name }}) (push) Successful in 9s
2026-07-12 21:39:32 +00:00
4 changed files with 8 additions and 5 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
# FILE INFORMATION
# DEFGROUP: Gitea.Workflow
# INGROUP: mokocli.Automation
# VERSION: 01.07.34
# VERSION: 01.08.00
# BRIEF: Auto-create feature branch when an issue is opened
name: "Universal: Issue Branch"
+4 -1
View File
@@ -1,7 +1,10 @@
# MokoSuite NPO
Nonprofit management for MokoSuite. Layer 2 add-on (requires CRM).
## [Unreleased]
Nonprofit management for MokoSuite. Layer 2 add-on (requires CRM).
## [01.08.00] --- 2026-07-13
### Added
- **Admin menu short-name constant** — the Administrator → Components menu now shows a compact label via `COM_MOKOSUITENPO_SHORT` ("NPO"); defined in the admin sys.ini (#37)
@@ -7,7 +7,7 @@
<license>GPL-3.0-or-later</license>
<authorEmail>hello@mokoconsulting.tech</authorEmail>
<authorUrl>https://mokoconsulting.tech</authorUrl>
<version>01.07.34</version>
<version>01.08.00</version>
<php_minimum>8.3</php_minimum>
<description>COM_MOKOSUITENPO_XML_DESCRIPTION</description>
<namespace path="src">Moko\Component\MokoSuiteNpo</namespace>
+2 -2
View File
@@ -2,7 +2,7 @@
<extension type="package" method="upgrade">
<name>Package - MokoSuite NPO</name>
<packagename>mokosuitenpo</packagename>
<version>01.07.34</version>
<version>01.08.00</version>
<creationDate>2026-06-11</creationDate>
<author>Moko Consulting</author>
<authorEmail>hello@mokoconsulting.tech</authorEmail>
@@ -23,6 +23,6 @@
</files>
<updateservers>
<server type="extension" name="MokoSuiteNPO Updates">https://git.mokoconsulting.tech/api/packages/MokoConsulting/generic/MokoSuiteNPO/latest/updates.xml</server>
<server type="extension" name="MokoSuiteNPO Updates">https://git.mokoconsulting.tech/MokoConsulting/MokoSuiteNPO/updates.xml</server>
</updateservers>
</extension>