Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b6a011344f | |||
| c2d1611340 | |||
| efac645fda | |||
| 62b3bf8eda | |||
| e4f16ac95e | |||
| 22f4fa06b9 | |||
| 9fab49097f |
@@ -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
@@ -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,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>
|
||||
|
||||
Reference in New Issue
Block a user