Skip to content

Commit c407beb

Browse files
chore(spp_programs): bump version to 19.0.2.0.4 and add changelog
1 parent 8c99f27 commit c407beb

4 files changed

Lines changed: 19 additions & 4 deletions

File tree

spp_programs/README.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,11 @@ Dependencies
254254
Changelog
255255
=========
256256

257+
19.0.2.0.4
258+
~~~~~~~~~~
259+
260+
- Fetch fund balance once per approval batch instead of per entitlement
261+
257262
19.0.2.0.3
258263
~~~~~~~~~~
259264

spp_programs/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"name": "OpenSPP Programs",
55
"summary": "Manage cash and in-kind entitlements, integrate with inventory, and enhance program management features for comprehensive social protection and agricultural support.",
66
"category": "OpenSPP/Core",
7-
"version": "19.0.2.0.3",
7+
"version": "19.0.2.0.4",
88
"sequence": 1,
99
"author": "OpenSPP.org",
1010
"website": "https://github.com/OpenSPP/OpenSPP2",

spp_programs/readme/HISTORY.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 19.0.2.0.4
2+
3+
- Fetch fund balance once per approval batch instead of per entitlement
4+
15
### 19.0.2.0.3
26

37
- Replace cycle computed fields (total_amount, entitlements_count, approval flags) with SQL aggregation queries

spp_programs/static/description/index.html

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -658,20 +658,26 @@ <h2><a class="toc-backref" href="#toc-entry-1">Changelog</a></h2>
658658
</div>
659659
</div>
660660
<div class="section" id="section-1">
661+
<h1>19.0.2.0.4</h1>
662+
<ul class="simple">
663+
<li>Fetch fund balance once per approval batch instead of per entitlement</li>
664+
</ul>
665+
</div>
666+
<div class="section" id="section-2">
661667
<h1>19.0.2.0.3</h1>
662668
<ul class="simple">
663669
<li>Replace cycle computed fields (total_amount, entitlements_count,
664670
approval flags) with SQL aggregation queries</li>
665671
</ul>
666672
</div>
667-
<div class="section" id="section-2">
673+
<div class="section" id="section-3">
668674
<h1>19.0.2.0.2</h1>
669675
<ul class="simple">
670676
<li>Add composite indexes for frequent query patterns on entitlements and
671677
program memberships</li>
672678
</ul>
673679
</div>
674-
<div class="section" id="section-3">
680+
<div class="section" id="section-4">
675681
<h1>19.0.2.0.1</h1>
676682
<ul class="simple">
677683
<li>Replace Python-level uniqueness checks with SQL UNIQUE constraints for
@@ -680,7 +686,7 @@ <h1>19.0.2.0.1</h1>
680686
constraint creation</li>
681687
</ul>
682688
</div>
683-
<div class="section" id="section-4">
689+
<div class="section" id="section-5">
684690
<h1>19.0.2.0.0</h1>
685691
<ul class="simple">
686692
<li>Initial migration to OpenSPP2</li>

0 commit comments

Comments
 (0)