Changeset 3224624
- Timestamp:
- 01/17/2025 08:25:45 PM (15 months ago)
- Location:
- bible-reading-plans/trunk
- Files:
-
- 5 edited
-
README.md (modified) (3 diffs)
-
bible-reading-plans-class.inc.php (modified) (1 diff)
-
bible-reading-plans.php (modified) (1 diff)
-
includes/plans/bcp19-acna-evening.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bible-reading-plans/trunk/README.md
r3188026 r3224624 8 8 Requires at least: 2.8 9 9 10 Tested up to: 6.7 10 Tested up to: 6.7.1 11 11 12 12 Requires PHP: 5.6 … … 14 14 Tested up to PHP: 8.3 15 15 16 Stable branch: 3.0. 316 Stable branch: 3.0.4 17 17 18 18 License: GPLv3 or later … … 165 165 ## Upgrade Notice 166 166 167 ## 3.0.4 168 169 Bug fix: Using datepicker on ESV or ASB source would result in fatal exception 170 Bug fix: Corrects a Scripture reference for Book of Common Prayer, 2019, Anglican Church in North America -- Evening Prayer for 10 November. 171 167 172 ## 3.0.3 168 173 -
bible-reading-plans/trunk/bible-reading-plans-class.inc.php
r3184935 r3224624 1202 1202 */ 1203 1203 protected function add_date_picker_ui () { 1204 $language_name = $this->dbp_versions[$this->lng_code_iso][0]['language_name']; 1204 if (is_array($this->dbp_versions)) { 1205 $language_name = $this->dbp_versions[$this->lng_code_iso][0]['language_name']; 1206 } else { // assume english 1207 $language_name = "English"; 1208 } 1205 1209 if (isset($this->lng_name_to_2_ltr_cd[$language_name]) && $this->lng_name_to_2_ltr_cd[$language_name]) { 1206 1210 $lang_code_2ltr = $this->lng_name_to_2_ltr_cd[$language_name]; -
bible-reading-plans/trunk/bible-reading-plans.php
r3188026 r3224624 10 10 * Description: This plugin provides the ability to embed Bible reading plans into a post or page using shortcode of the form <code>[bible-reading-plan source="DBP" reading_plan="mcheyne" bible_id="ENGNAS" bible_all_audio_id="" bible_ot_audio_id="" bible_nt_audio_id=""]</code>. **The last three parameters are new Version 3.0 and provide access to audio versions of the Scriptures, this shortcode applies only to the DBP source and *provides access to over 2000 Bible versions in nearly 1900 languages,* with more versions and languages being added regularly.** Three sources for the Scriptures displayed for each plan are available: American Bible Society API, Version 1 (API.Bible), The Bible Brain (aka Digital Bible Platform) API, Version 4 (faithcomesbyhearing.com/bible-brain/developer-documentation), and the ESV Bible Web Service API, Version 3 (api.esv.org). There are 16 different Bible reading plans available with the plugin, plus the ability to create ones own reading plan using an auxiliary, premium plugin. 11 11 12 * Version: 3.0. 312 * Version: 3.0.4 13 13 * Requires at least: 2.8 14 * Tested up to: 6.7 14 * Tested up to: 6.7.1 15 15 * Requires PHP: 5.6 16 16 * Tested up to PHP: 8.3 -
bible-reading-plans/trunk/includes/plans/bcp19-acna-evening.php
r3184935 r3224624 10055 10055 2 => 10056 10056 array ( 10057 'passage' => 'Luke 4:3 ',10057 'passage' => 'Luke 4:3-end', 10058 10058 'verses' => 10059 10059 array ( -
bible-reading-plans/trunk/readme.txt
r3188026 r3224624 3 3 Tags: Bible reading plans, shortcode, Bible, audio Bible reading plans, daily Bible readings 4 4 Requires at least: 2.8 5 Tested up to: 6.7 5 Tested up to: 6.7.1 6 6 Requires PHP: 5.6 7 7 Tested up to PHP: 8.3 8 Stable tag: 3.0. 38 Stable tag: 3.0.4 9 9 License: GPLv3 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 158 158 == Upgrade Notice == 159 159 160 = 3.0.4 = 161 162 Bug fix: Using datepicker on ESV or ASB source would result in fatal exception 163 164 Bug fix: Corrects a Scripture reference for Book of Common Prayer, 2019, Anglican Church in North America -- Evening Prayer for 10 November. 165 160 166 = 3.0.3 = 161 167
Note: See TracChangeset
for help on using the changeset viewer.