Changeset 3037602
- Timestamp:
- 02/18/2024 11:54:34 PM (2 years ago)
- Location:
- bibleget-io
- Files:
-
- 2 edited
-
tags/8.0/readme.txt (modified) (5 diffs)
-
trunk/readme.txt (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bibleget-io/tags/8.0/readme.txt
r3037596 r3037602 8 8 Tested up to: 6.4 9 9 Requires PHP: 7.4 10 Stable tag: 7.910 Stable tag: 8.0 11 11 License: GPLv2 or later 12 12 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 37 37 38 38 Other parameters available to the shortcode are: 39 39 40 * `popup`: can have a value of `true` or `false`. Will determine whether the text of the Bible quote will show in a full block, or instead in a popup window upon clicking the Bible quote. Example: `[bibleget query="Romans 8:28" popup="true"]` 40 41 * `preferorigin`: can have a value of `GREEK` or `HEBREW`, useful in those cases where there are multiple texts for the same book, chapter or verse in the same Bible edition, such as in the Book of Esther where both versions are included, one based on the original Greek text, and the other based on the original Hebrew text. Example: `[bibleget query="Esther 1:1" preferorigin="HEBREW"]` … … 148 149 == Changelog == 149 150 151 = 8.0 = 152 * Fix: bug when downloading previews for Google Fonts (typo in curl variables) 153 * Fix: bug in using popup option for Bible quotes (incorrect loading of external javascripts) 154 150 155 = 7.9 = 151 156 * Fix: newer parameters such as `preferorigin` not working correctly for the shortcode … … 155 160 (getting this to behave correctly with the github to svn actions is the reason why there's a jump from v7.5 to v7.9) 156 161 * Load external javascript scripts from cdn rather than checking into the repo 162 * verified compatibility with WordPress 6.4 157 163 158 164 = 7.8 = … … 411 417 == Upgrade Notice == 412 418 419 = 8.0 = 420 Bugfixes for Google Fonts previews and Bible quote popups 421 413 422 = 7.9 = 414 423 Fix newer parameters not working with the shortcode, and update Readme with info about these parameters -
bibleget-io/trunk/readme.txt
r3037596 r3037602 8 8 Tested up to: 6.4 9 9 Requires PHP: 7.4 10 Stable tag: 7.910 Stable tag: 8.0 11 11 License: GPLv2 or later 12 12 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 37 37 38 38 Other parameters available to the shortcode are: 39 39 40 * `popup`: can have a value of `true` or `false`. Will determine whether the text of the Bible quote will show in a full block, or instead in a popup window upon clicking the Bible quote. Example: `[bibleget query="Romans 8:28" popup="true"]` 40 41 * `preferorigin`: can have a value of `GREEK` or `HEBREW`, useful in those cases where there are multiple texts for the same book, chapter or verse in the same Bible edition, such as in the Book of Esther where both versions are included, one based on the original Greek text, and the other based on the original Hebrew text. Example: `[bibleget query="Esther 1:1" preferorigin="HEBREW"]` … … 148 149 == Changelog == 149 150 151 = 8.0 = 152 * Fix: bug when downloading previews for Google Fonts (typo in curl variables) 153 * Fix: bug in using popup option for Bible quotes (incorrect loading of external javascripts) 154 150 155 = 7.9 = 151 156 * Fix: newer parameters such as `preferorigin` not working correctly for the shortcode … … 155 160 (getting this to behave correctly with the github to svn actions is the reason why there's a jump from v7.5 to v7.9) 156 161 * Load external javascript scripts from cdn rather than checking into the repo 162 * verified compatibility with WordPress 6.4 157 163 158 164 = 7.8 = … … 411 417 == Upgrade Notice == 412 418 419 = 8.0 = 420 Bugfixes for Google Fonts previews and Bible quote popups 421 413 422 = 7.9 = 414 423 Fix newer parameters not working with the shortcode, and update Readme with info about these parameters
Note: See TracChangeset
for help on using the changeset viewer.