Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added NEW "Questions and Answers" section -and- Update Current Sermon Series (THROUGH: 01/08/2025) #35

Merged
merged 3 commits into from
Jan 10, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions FireWithin/2Corinthians.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Christ, true power comes in weakness.
- [Overview](#overview)
- [2009-2010 2 Corinthians Series (Sundays)](#2009-2010-2-corinthians-series-sundays)
- [2017 2 Corinthians Series (Mid Week)](#2017-2-corinthians-series-mid-week)
- [2025 2 Corinthians Series (Sundays)](#2025-2-corinthians-series-sundays)


## Overview
Expand Down Expand Up @@ -66,6 +67,10 @@ M{ youTube(`nmdsoTt_gv0`) }M

## 2009-2010 2 Corinthians Series (Sundays)

**Note:** _As of 2025, <mark>this series has been archived</mark>
(i.e. is no longer available ), **however** the Study Guides are still
available._

{{book.CornerstoneChapel}}

M{ sermonSeries({
Expand Down Expand Up @@ -99,3 +104,14 @@ M{ sermonSeries({
{ id: `20170614`, scripture: `2co.11@@2 Cor 11:16-13:14`, },
]
}) }M


## 2025 2 Corinthians Series (Sundays)

{{book.CornerstoneChapel}}

M{ sermonSeries({
entries: [
{ id: `20250105`, sermon: `Suffering Well`, scripture: `2co.1@@2 Corinthians 1`, }, // ?? waiting for ... studyGuide: `NONE`
]
}) }M
14 changes: 14 additions & 0 deletions FireWithin/2Corinthians.raw_data.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
* 2009-2010 2 Corinthians Series (Sundays) WITH Study Guide
*-----------------------------------------

Note: As of 2025, THIS SERIES HAS BEEN ARCHIVED (i.e. is no longer
available ), **however** the Study Guides are still available.
NOTE: Order is same as Cornerstone Search App promotion (i.e. REVERSE of web-page promotion)

01/24/2010
Expand Down Expand Up @@ -81,3 +83,15 @@ Teaching
2 Cor 1:1-11
2co.1



*------------------------------------
* 2025 2 Corinthians Series (Sundays) WITH Study Guide
*------------------------------------

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

01/05/2025
Suffering Well
2 Corinthians 1
2co.1
9 changes: 8 additions & 1 deletion FireWithin/Christmas.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,13 @@ M{ sermonSeries({
{ id: `20221224`, sermon: `A Census, An Angel, and a Star`, studyGuide: `NONE`, },
{ id: `20221225`, sermon: `God’s Gift to the World`, scripture: `mat.1@@Matthew 1`, studyGuide: `NONE`, },
{ id: `20231224`, sermon: `No Greater Gift`, scripture: `isa.9.6-7@@Isaiah 9:6-7`, studyGuide: `NONE`, },
{ id: `20241224`, sermon: `in-the-fullness-of-time@@In the Fullness of Time`, scripture: `luk.2.1-14@@Luke 2:1-14`, studyGuide: `NONE`, },
{ id: `20241224`,
sermon: `in-the-fullness-of-time@@In the Fullness of Time
<br/>&nbsp;&nbsp;Wow: 38,000 people watched (19K in-house, 19K on-line)
<br/>&nbsp;&nbsp;And: 673 people saved (512 in-house, 162 on-line)
<br/>&nbsp;&nbsp;Over: 10 services`,
scripture: `luk.2.1-14@@Luke 2:1-14`,
studyGuide: `NONE`,
},
]
}) }M
224 changes: 224 additions & 0 deletions FireWithin/QA.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,224 @@
## Questions and Answers

{{book.CornerstoneChapel}} holds an annual Question and Answer Service
where Pastor Gary and sons _(Pastor Tyler and Pastor Austin)_ answer
the congregation's Bible questions!

**NOTE:** Unlike most FireWithin links, we use YouTube references on
this page, rather than Cornerstone links. This allows us to
time-slice directly into individual questions. For each session, you
have the choice of either starting from the beginning and watching all
the way through, or you can directly link into the desired question.

<!-- DEV NOTE:

Because of the large number of question, I wanted to utilize the same browser window for all questions.

- I initially attempted to use HTML <a> tag links (where the target= directive is available):
EX: <a href="https://www.youtube.com/watch?v=qOKtCXUoK74&t=01h06m59s" target="CornerstoneQuestAns">Is Cremation Ok?</a>

- This was my test progression:
1. GitBook markdown auto reverts html <a> tags to target="_blank", ignoring any target= directives
2. JavaScript hooks to force the target= directive is also ignored by modern browsers
<script>
document.querySelectorAll("a").forEach(link => {
link.setAttribute("target", "CornerstoneQuestAns");
});
</script>
3. JavaScript hooks to use window.open() also DOES NOT WORK
<script>
document.querySelectorAll("a").forEach(link => {
link.addEventListener("click", function (event) {
event.preventDefault();
window.open(link.href, "CornerstoneQuestAns"); // Open in the named window
});
});
</script>

SINCE NOTHING I TRIED (ABOVE) WORKS, I punted and went back to the plain markdown solution :-(
-->

### At a Glance

- [Q&A Service 01/02/2022](#qa-service-01022022)
- [Q&A Service 12/31/2023](#qa-service-12312023)
- [Q&A Service 12/20/2024](#qa-service-12202024)

### Q&A Service 01/02/2022

{{book.CornerstoneChapel}}

<!-- CornerStone LINK: https://cornerstonechapel.net/teaching/20220102/
YouTube LINK: https://www.youtube.com/watch?v=hTlkaX2He4I <<< book.QA2022URL
-->

1. [Welcome]({{book.QA2022URL}}&t=00h00m00s)
1. [Introduction]({{book.QA2022URL}}&t=00h00m42s)
1. [What is the meaning of Holiness?]({{book.QA2022URL}}&t=00h01m54s)
1. [Covid/Vacine Questions]({{book.QA2022URL}}&t=00h03m48s)
1. [Are christians who have died, and are in heaven, able to see their families on earth?]({{book.QA2022URL}}&t=00h16m03s)
1. [Why do we pray to God and Jesus but not to the Holy Spirit? What is the Holy Spirits’ role?]({{book.QA2022URL}}&t=00h19m31s)
1. [Is it important to physically attend a local church?]({{book.QA2022URL}}&t=00h22m50s)
1. [How does the beast in Revelation compare to the one put up infront of the UN buildingin New York? What does this mean for us?]({{book.QA2022URL}}&t=00h27m32s)
1. [What does it mean to fear the Lord?]({{book.QA2022URL}}&t=00h32m41s)
1. [Questions about the Lambs book of Life]({{book.QA2022URL}}&t=00h35m52s)
1. [What is the difference between Hell and the lake of fire?]({{book.QA2022URL}}&t=00h39m47s)
1. [Why don’t we hear the audible voice of Jesus like Paul did in Acts 9?]({{book.QA2022URL}}&t=00h42m30s)
1. [Is cremation biblical?]({{book.QA2022URL}}&t=00h45m13s)
1. [Why the mandate about coffee in the sanctuary?]({{book.QA2022URL}}&t=00h45m50s)
1. [Why does God call David “a man after God’s own heart” when he committed polygamy/adultery?]({{book.QA2022URL}}&t=00h46m32s)
1. [Who are the sons of God that are mentioned in Genesis?]({{book.QA2022URL}}&t=00h47m29s)
1. [Questions on Tithing]({{book.QA2022URL}}&t=00h49m54s)
1. [Why must catholics confess sins to a priest?]({{book.QA2022URL}}&t=00h54m38s)
1. [What happens to the people who are saved during the tribulation?]({{book.QA2022URL}}&t=00h57m07s)
1. [How do you walk humbly with God?]({{book.QA2022URL}}&t=00h59m44s)
1. [Is there a teaching/resource for someone going through anxiety/depression?]({{book.QA2022URL}}&t=01h02m28s)
1. [What did God mean in Matthew 24:34 about this generation not passing away until all these things take place?]({{book.QA2022URL}}&t=01h03m04s)
1. [When are we going to have Communion again?]({{book.QA2022URL}}&t=01h04m43s)
1. [Can you explain why forgivness is so important to God? Its difficult to forgive those who have hurt me.]({{book.QA2022URL}}&t=01h07m32s)
1. [What happens after the rapture?]({{book.QA2022URL}}&t=01h11m09s)
1. [Whats the status in married relationships in Heaven?]({{book.QA2022URL}}&t=01h14m21s)
1. [Question about same sex marriage]({{book.QA2022URL}}&t=01h16m21s)
1. [Do Christians need to follow Old testament rules?]({{book.QA2022URL}}&t=01h21m00s)
1. [Is the Garden of Eden still on earth?]({{book.QA2022URL}}&t=01h25m36s)
1. [Since we are all descendants of Adam & Eve how did all the skin and hair colors come to be?]({{book.QA2022URL}}&t=01h28m32s)
1. [Recommended Resources]({{book.QA2022URL}}&t=01h30m03s)



### Q&A Service 12/31/2023

{{book.CornerstoneChapel}}

<!-- CornerStone LINK: https://cornerstonechapel.net/teaching/20231231/
YouTube LINK: https://www.youtube.com/watch?v=x114o0T9lek <<< book.QA2023URL
-->

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[**1st Service**]({{book.QA2023URL}}&t=00h00m00s)

1. [Will people still be able to be saved after the rapture?]({{book.QA2023URL}}&t=00h04m16s)
1. [Will babies and small children be raptured with believers at the time of the rapture?]({{book.QA2023URL}}&t=00h06m12s)
1. [Can God still use us if my spouse and I weren't able to have children?]({{book.QA2023URL}}&t=00h08m14s)
1. [Does Cornerstone Chapel have elders?]({{book.QA2023URL}}&t=00h11m06s)
1. [Why aren't there crosses in the Church?]({{book.QA2023URL}}&t=00h13m48s)
1. [How was Satan able to get access to the Garden of Eden?]({{book.QA2023URL}}&t=00h15m04s)
1. [How do you give a problem over to God?]({{book.QA2023URL}}&t=00h18m12s)
1. [Are my divorced parents, who are Christians, able to remarry?]({{book.QA2023URL}}&t=00h22m16s)
1. [What should we expect in the new heaven and earth for eternity?]({{book.QA2023URL}}&t=00h29m44s)
1. [Why is it important to go to Church?]({{book.QA2023URL}}&t=00h33m12s)
1. [Why does God allow miscarriages?]({{book.QA2023URL}}&t=00h37m01s)

**2nd Service**
1. [What are the Nephilim in Genesis 6 about?]({{book.QA2023URL}}&t=00h40m29s)
1. [Why wasn't Moses allowed in to the promised land?]({{book.QA2023URL}}&t=00h45m19s)
1. [What is the difference between joy and happiness?]({{book.QA2023URL}}&t=00h49m57s)
1. [Can women be pastors?]({{book.QA2023URL}}&t=00h51m15s)
1. [Are aliens real?]({{book.QA2023URL}}&t=00h55m14s)
1. [Is Harry Potter demonic or just entertainment?]({{book.QA2023URL}}&t=01h03m46s)
1. [Is self defense permissible if we ever experience persecution?]({{book.QA2023URL}}&t=01h12m59s)
1. [Is there a two state solution to the Israel/Palestinian conflict?]({{book.QA2023URL}}&t=01h14m26s)

**3nd Service**
1. [List of Authors & Speakers]({{book.QA2023URL}}&t=01h19m15s)
1. [Did God create sin?]({{book.QA2023URL}}&t=01h20m22s)
1. [As a believer, why do I feel like I want to come forward for the altar call again and again?]({{book.QA2023URL}}&t=01h24m04s)
1. [If I watch Church online am I a part of the church?]({{book.QA2023URL}}&t=01h31m30s)
1. [What does it mean that the Jews are God’s chosen people?]({{book.QA2023URL}}&t=01h33m44s)
1. [Do you believe the story of Adam and Eve is literal or more of a parable?]({{book.QA2023URL}}&t=01h39m49s)
1. [Are Dinosaurs in the Bible?]({{book.QA2023URL}}&t=01h40m50s)
1. [When Cain murdered Abel and was sent away, who were the people he was sent away to that he feared?]({{book.QA2023URL}}&t=01h42m50s)
1. [Can I or should I be baptized again as an adult Christian? Is baptism required for Salvation?]({{book.QA2023URL}}&t=01h44m50s)
1. [Questions about Death and Heaven]({{book.QA2023URL}}&t=01h47m38s)
1. [What's the purpose of the Millenium Kingdom?]({{book.QA2023URL}}&t=01h54m21s)
1. [More Resources]({{book.QA2023URL}}&t=01h57m41s)


### Q&A Service 12/20/2024

{{book.CornerstoneChapel}}

<!-- CornerStone LINK: https://cornerstonechapel.net/teaching/20241229/
YouTube LINK: https://www.youtube.com/watch?v=qOKtCXUoK74 <<< book.QA2024URL

CONTINUATION WED:
YouTube LINK: https://www.youtube.com/watch?v=as2EfOBqDqM <<< book.QA2024WedURL
-->

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[**1st Service**]({{book.QA2024URL}}&t=00h00m00s)

1. [Can You Talk About Vaping, Smoking, Marijuana, And Alcohol?]({{book.QA2024URL}}&t=00h05m00s)
1. [What Is The Apocrypha?]({{book.QA2024URL}}&t=00h06m53s)
1. [Who Is The Great White Throne Judgment For?]({{book.QA2024URL}}&t=00h11m20s)
1. [What Is The Trinity?]({{book.QA2024URL}}&t=00h13m54s)
1. [Jesus Did Not Say He Was God, So Why Do We Claim That From The Pulpit?]({{book.QA2024URL}}&t=00h18m05s)
1. [Does My Anxiety And Depression Suggest A Lack Of Faith In God?]({{book.QA2024URL}}&t=00h23m56s)
1. [What Promises From Scripture Can I Hold Onto When I Am Tormented By My Past?]({{book.QA2024URL}}&t=00h27m57s)
1. [Is Baptism Necessary For Salvation?]({{book.QA2024URL}}&t=00h29m57s)
1. [What Do You Make Of Aliens?]({{book.QA2024URL}}&t=00h33m36s)
1. [Do You Worry Some People Will Fall Away From Christianity After Coming Forward In An Altar Call?]({{book.QA2024URL}}&t=00h36m09s)
1. [What Is The Book Of Enoch?]({{book.QA2024URL}}&t=00h38m23s)
1. [Does The Great Cloud Of Witnesses Mean Dead Christians Are Watching Us?]({{book.QA2024URL}}&t=00h39m32s)

**2nd Service**
1. [What Translations Of The Bible Do You Recommend?]({{book.QA2024URL}}&t=00h40m50s)
1. [How Do We Live Like Job When Tragedy Happens Around Us?]({{book.QA2024URL}}&t=00h42m51s)
1. [What Does Jesus Mean By Paradise In Luke 23:43]({{book.QA2024URL}}&t=00h46m42s)
1. [If Jesus Is God, Why Were His Last Words "My God, Why Have You Forsaken Me?"]({{book.QA2024URL}}&t=00h50m12s)
1. [Ways To Help Muslims Come To Christ.]({{book.QA2024URL}}&t=00h51m50s)
1. [What Will Happen To People In Religions Like Jehovah's Witnesses?]({{book.QA2024URL}}&t=00h54m46s)
1. [Good Resources If You Have Muslim Friends.]({{book.QA2024URL}}&t=00h56m16s)
1. [What Does Spending Time With God Look Like?]({{book.QA2024URL}}&t=00h56m49s)
1. [Why Does God No Longer Speak To Us Like With Noah, Moses, And Abraham?]({{book.QA2024URL}}&t=01h01m16s)
1. [Another Resource For Trying To Reach Muslims.]({{book.QA2024URL}}&t=01h04m15s)
1. [Is It Wrong For Us To Watch Cornerstone Online Without Being In A Local Church?]({{book.QA2024URL}}&t=01h05m04s)
1. [Is Cremation Ok?]({{book.QA2024URL}}&t=01h06m59s)
1. [What Advice Do You Have For An Adult Child Dealing With Their Parents Getting Divorced?]({{book.QA2024URL}}&t=01h08m25s)
1. [What Does The Bible Say About Extraterrestrial Life?]({{book.QA2024URL}}&t=01h12m11s)
1. [Do You Worry That You Push Catholics And Liberals Away When You Make Jokes About Them?]({{book.QA2024URL}}&t=01h15m52s)
1. [Why Doesn't Cornerstone Plant Other Churches?]({{book.QA2024URL}}&t=01h17m23s)
1. [What Is An Archangel?]({{book.QA2024URL}}&t=01h19m08s)
1. [Why Do You Think Song Of Solomon Is Included In The Bible?]({{book.QA2024URL}}&t=01h19m34s)

**3rd Service**
1. [Who Are The 24 Elders In Revelation?]({{book.QA2024URL}}&t=01h20m51s)
1. [Will We Still Have Our Spouse And Loved Ones In Heaven (How Will We Feel About Those Who Did Not Go To Heaven)?]({{book.QA2024URL}}&t=01h22m09s)
1. [Am I Saved Even If I Still Sin?]({{book.QA2024URL}}&t=01h24m50s)
1. [Why Do You Think There Were Nephilim After The Flood?]({{book.QA2024URL}}&t=01h27m46s)
1. [What Are Your Opinions On Pastor Alistair Begg?]({{book.QA2024URL}}&t=01h30m57s)
1. [Is Christmas A Pagan Holiday And Why Don't We Celebrate The Feasts And Sabbath From The Bible?]({{book.QA2024URL}}&t=01h33m32s)
1. [Should I Still Tithe If My Unbelieving Husband Says No?]({{book.QA2024URL}}&t=01h37m43s)
1. [How Do We Know When Jesus Is Returning?]({{book.QA2024URL}}&t=01h39m51s)
1. [What Is The Leviathan In The Bible?]({{book.QA2024URL}}&t=01h44m56s)
1. [Where In The Bible Is The Subject Of Abortion?]({{book.QA2024URL}}&t=01h45m54s)
1. [Why I Am Alone?]({{book.QA2024URL}}&t=01h47m52s)
1. [Does Cornerstone Have Actual Members?]({{book.QA2024URL}}&t=01h52m33s)
1. [What Bible Commentaries Do You Recommend?]({{book.QA2024URL}}&t=01h52m51s)
1. [Should I Be Baptized Again If I Was Baptized As A Baby?]({{book.QA2024URL}}&t=01h54m13s)
1. [What Are Your Views On Divorce?]({{book.QA2024URL}}&t=01h54m55s)
1. [What Does The Bible Say About Listening To Music That Has Swear Words?]({{book.QA2024URL}}&t=01h55m06s)
1. [Thoughts On Gambling?]({{book.QA2024URL}}&t=01h55m22s)
1. [Why Isn't The Church Named Calvary Chapel Leesburg?]({{book.QA2024URL}}&t=01h55m32s)
1. [What Is Repentance And Why Is It Important?]({{book.QA2024URL}}&t=01h56m08s)
1. [Ending Prayer]({{book.QA2024URL}}&t=01h57m41s)

[**Continuation (Wed 1/8/2025)**]({{book.QA2024WedURL}}&t=00h00m00s)
1. [What Does Judah Mean?]({{book.QA2024WedURL}}&t=00h00m32s)
1. [Why Do We Call Ourselves Sinners If Jesus Forgave All Sin?]({{book.QA2024WedURL}}&t=00h01m45s)
1. [How Do I Know If I Am Saved?]({{book.QA2024WedURL}}&t=00h03m21s)
1. [Can You Summarize The Significance Of The First And Second Temple In Jerusalem And Whether A Third Temple Is Possible?]({{book.QA2024WedURL}}&t=00h05m22s)
1. [Am I Sinning And Am I Going To Heaven If I Have Sexual Relations With My Boyfriend?]({{book.QA2024WedURL}}&t=00h11m29s)
1. [Are We Commanded To Honor The Jews?]({{book.QA2024WedURL}}&t=00h14m36s)
1. [Do Christians Get Rewards In Heaven?]({{book.QA2024WedURL}}&t=00h19m16s)
1. [Did The Wise Men Go To Bethlehem Or Nazareth?]({{book.QA2024WedURL}}&t=00h22m15s)
1. [Why Is Jesus Called Jesus Of Nazareth?]({{book.QA2024WedURL}}&t=00h24m55s)
1. [Why Do We Bow Our Heads When We Pray]({{book.QA2024WedURL}}&t=00h25m34s)
1. [Does All Sickness Come From Sin?]({{book.QA2024WedURL}}&t=00h26m14s)
1. [What Is The Correct Way To Read The Bible]({{book.QA2024WedURL}}&t=00h27m07s)
1. [How Do You Forgive Someone When You Really Don't Want To?]({{book.QA2024WedURL}}&t=00h28m10s)
1. [Did Joseph Have Any Children Before Jesus And How Many Did Mary And Joseph Have After Jesus?]({{book.QA2024WedURL}}&t=00h31m26s)
1. [Does It Make A Difference Make Any Difference To God If We Pray Out Loud Or In Our Head?]({{book.QA2024WedURL}}&t=00h33m09s)
1. [Since We Are Under Grace, What Parts Of The Law Should Christians Follow?]({{book.QA2024WedURL}}&t=00h35m08s)
1. [How Can You Discern Legitimate Modern Day Prophets?]({{book.QA2024WedURL}}&t=00h39m44s)
1. [Why Does God Choose To Heal Some And Not Others?]({{book.QA2024WedURL}}&t=00h47m10s)
1. [Is There A Level A Sin That Cannot Be Forgiven?]({{book.QA2024WedURL}}&t=00h48m44s)
1. [Are There Still Demon Possessed People Today?]({{book.QA2024WedURL}}&t=00h51m14s)
5 changes: 5 additions & 0 deletions FireWithin/QA.raw_data.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
*-----------------------
* Questions and Answers
*-----------------------

NO RAW DATA HERE ... QA.md is our master
2 changes: 2 additions & 0 deletions FireWithin/SpecialEvents.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,7 @@ Special Events and Guest Speakers:
- {{book.Thanksgiving}}
- {{book.Christmas}}
- {{book.Easter}}
- {{book.EndTimes}}
- {{book.CurrentEvents}}
- {{book.QA}}
- {{book.MySmallGroup}}
5 changes: 5 additions & 0 deletions FireWithin/book.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,11 @@
"ElectionDaySermons": "[Election Day Sermons](/CurrentEvents.md#election-day-sermons)",
"LGBTQ": "[LGBTQ](/CurrentEvents.md#lgbtq)",
"MoralDecay": "[Moral Decay](/CurrentEvents.md#moral-decay)",
"QA": "[Questions and Answers](/QA.md)",
"QA2022URL": "https://www.youtube.com/watch?v=hTlkaX2He4I",
"QA2023URL": "https://www.youtube.com/watch?v=x114o0T9lek",
"QA2024URL": "https://www.youtube.com/watch?v=qOKtCXUoK74",
"QA2024WedURL": "https://www.youtube.com/watch?v=as2EfOBqDqM",
"MySmallGroup": "[My Small Group](/MySmallGroup.md)",

"TheChosen": "[The Chosen](/TheChosen.md)",
Expand Down
2 changes: 1 addition & 1 deletion FireWithin/gitbook-plugin-my-plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ content of an entire sermon series.
... repeat
]
}
```js
```


**sermonSeries() Custom Tag Examples**
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*
------------------|----------------------|------------------
[v23.0](#v23_0) | Questions and Answers & more | *Jan 7, 2025*
[v22.7](#v22_7) | Update Current Sermon Series | *Jan 1, 2025*
[v22.6](#v22_6) | Update Current Sermon Series | *Dec 3, 2024*
[v22.5](#v22_5) | Update Current Sermon Series | *Nov 13, 2024*
Expand Down Expand Up @@ -66,6 +67,17 @@ Release | What | *When*

## Details:

<!-- ************************************************************* -->
<br/>
<h3 id="v23_0" style="margin: 10px 0px; border-width: 5px 0px; padding: 5px; border-style: solid;">
v23.0 - Questions and Answers & more <i>(Jan 7, 2025)</i>
</h3>
<br/>

- Added new {{book.QA}} section.
- Update Current {{book.2Corinthians}} Series (Sundays)


<!-- ************************************************************* -->
<br/>
<h3 id="v22_7" style="margin: 10px 0px; border-width: 5px 0px; padding: 5px; border-style: solid;">
Expand Down
Loading