Plugin Directory

Changeset 3037602


Ignore:
Timestamp:
02/18/2024 11:54:34 PM (2 years ago)
Author:
Lwangaman
Message:

Updating readme/assets from GitHub

Location:
bibleget-io
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • bibleget-io/tags/8.0/readme.txt

    r3037596 r3037602  
    88Tested up to: 6.4
    99Requires PHP: 7.4
    10 Stable tag: 7.9
     10Stable tag: 8.0
    1111License: GPLv2 or later
    1212License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3737
    3838Other parameters available to the shortcode are:
     39
    3940  * `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"]`
    4041  * `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"]`
     
    148149== Changelog ==
    149150
     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
    150155= 7.9 =
    151156* Fix: newer parameters such as `preferorigin` not working correctly for the shortcode
     
    155160  (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)
    156161* Load external javascript scripts from cdn rather than checking into the repo
     162* verified compatibility with WordPress 6.4
    157163
    158164= 7.8 =
     
    411417== Upgrade Notice ==
    412418
     419= 8.0 =
     420Bugfixes for Google Fonts previews and Bible quote popups
     421
    413422= 7.9 =
    414423Fix newer parameters not working with the shortcode, and update Readme with info about these parameters
  • bibleget-io/trunk/readme.txt

    r3037596 r3037602  
    88Tested up to: 6.4
    99Requires PHP: 7.4
    10 Stable tag: 7.9
     10Stable tag: 8.0
    1111License: GPLv2 or later
    1212License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3737
    3838Other parameters available to the shortcode are:
     39
    3940  * `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"]`
    4041  * `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"]`
     
    148149== Changelog ==
    149150
     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
    150155= 7.9 =
    151156* Fix: newer parameters such as `preferorigin` not working correctly for the shortcode
     
    155160  (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)
    156161* Load external javascript scripts from cdn rather than checking into the repo
     162* verified compatibility with WordPress 6.4
    157163
    158164= 7.8 =
     
    411417== Upgrade Notice ==
    412418
     419= 8.0 =
     420Bugfixes for Google Fonts previews and Bible quote popups
     421
    413422= 7.9 =
    414423Fix 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.