Skip to content

Commit

Permalink
Merge pull request #28 from KevinAst/next3
Browse files Browse the repository at this point in the history
sync Current Sermon Series (Romans [Sundays], 1 Kings [Mid Week])
  • Loading branch information
KevinAst authored Sep 4, 2024
2 parents 1bffd5f + 0b72e98 commit 1477cbc
Show file tree
Hide file tree
Showing 6 changed files with 65 additions and 2 deletions.
3 changes: 3 additions & 0 deletions FireWithin/1Kings.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,5 +101,8 @@ M{ sermonSeries({
{ id: `20240424`, scripture: `1ki.3@@1 Kings 3`, },
{ id: `20240508`, scripture: `1ki.4@@1 Kings 4`, },
{ id: `20240515`, scripture: `1ki.5@@1 Kings 5-6`, },
{ id: `20240807`, scripture: `1ki.7@@1 Kings 7`, },
{ id: `20240814`, scripture: `1ki.8@@1 Kings 8`, },
{ id: `20240821`, scripture: `1ki.8@@1 Kings 8:54-9:28`, },
]
}) }M
16 changes: 15 additions & 1 deletion FireWithin/1Kings.raw_data.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,27 @@ The Death of a King, The Rebellion of a Son
1 Kings 1-2
1ki.1


*-----------------------
* 2024 Series (Mid Week) NO Study Guide
*-----------------------

NOTE: Order is same as Cornerstone Search App promotion (i.e. REVERSE of web-page promotion)

08/21/2024
Teaching
1 Kings 8:54-9:28
1ki.8

08/14/2024
Teaching
1 Kings 8
1ki.8

08/07/2024
Teaching
1 Kings 7
1ki.7

05/15/2024
Teaching
1 Kings 5-6
Expand Down
5 changes: 5 additions & 0 deletions FireWithin/Romans.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,5 +169,10 @@ M{ sermonSeries({
{ id: `20240602`, sermon: `What is God's Will for my Life?`, scripture: `rom.12@@Rom 12`, },
{ id: `20240616`, sermon: `How to Treat One Another`, scripture: `rom.12@@Rom 12`, },
{ id: `20240623`, sermon: `God and Government`, scripture: `rom.13@@Rom 13`, },
{ id: `20240728`, sermon: `What Time Is It?`, scripture: `rom.13@@Rom 13:11-14`, },
{ id: `20240804`, sermon: `Can't We All Get Along?`, scripture: `rom.14@@Rom 14`, },
{ id: `20240818`, sermon: `The God of Encouragement`, scripture: `rom.15@@Rom 15`, },
{ id: `20240825`, sermon: `A House Divided`, scripture: `rom.16@@Rom 16`, },
{ id: `20240902`, sermon: `Crushing Satan`, scripture: `rom.16@@Rom 16 (Part 2)`, date: `09/01/2024`, /* registered date 09/02/2024 is wrong day, should be (09/01/2024) */ studyGuide: `NONE`, /* missing study guide ... suspect temporary */ },
]
}) }M
29 changes: 29 additions & 0 deletions FireWithin/Romans.raw_data.txt
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,35 @@ rom.1

NOTE: Order is same as Cornerstone Search App promotion (i.e. REVERSE of web-page promotion)

09/02/2024
Crushing Satan
Rom 16 (Part 2)
rom.16

>> FOR ABOVE ********************************************************************************
date: `09/01/2024`, /* registered date 09/02/2024 is wrong day, should be (09/01/2024) */
studyGuide: `NONE`, /* missing study guide ... suspect temporary */

08/25/2024
A House Divided
Rom 16
rom.16

08/18/2024
The God of Encouragement
Rom 15
rom.15

08/04/2024
Can't We All Get Along?
Rom 14
rom.14

07/28/2024
What Time Is It?
Rom 13:11-14
rom.13

06/23/2024
God and Government
Rom 13
Expand Down
12 changes: 12 additions & 0 deletions FireWithin/history.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ on this page.

Release | What | *When*
------------------|----------------------|------------------
[v22.2](#v22_2) | Update Current Sermon Series | *Sep 4, 2024*
[v22.1](#v22_1) | Chosen Season 4 & Sermon Series Updates | *July 30, 2024*
[v22.0](#v22_0) | Email/Password Authentication | *July 23, 2024*
[v21.4](#v21_4) | Update Current Sermon Series | *May 22, 2024*
Expand Down Expand Up @@ -60,6 +61,17 @@ Release | What | *When*

## Details:

<!-- ************************************************************* -->
<br/>
<h3 id="v22_2" style="margin: 10px 0px; border-width: 5px 0px; padding: 5px; border-style: solid;">
v22.2 - Update Current Sermon Series <i>(Sep 4, 2024)</i>
</h3>
<br/>

- Update Current {{book.Romans}} Series (Sundays)
- Update Current {{book.1Kings}} Series (Mid Week) **NO CHANGE**


<!-- ************************************************************* -->
<br/>
<h3 id="v22_1" style="margin: 10px 0px; border-width: 5px 0px; padding: 5px; border-style: solid;">
Expand Down
2 changes: 1 addition & 1 deletion FireWithin/js/fw.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ if (!window.fw) { // only expand this module once (conditionally)
const fw = {}; // our one-and-only "module scoped" fw object, promoted to the outside world (see return)

// the current version of our blog (manually maintained on each publish)
const CUR_VER = '22.1';
const CUR_VER = '22.2';


//***************************************************************************
Expand Down

0 comments on commit 1477cbc

Please sign in to comment.