Changeset 2517191
- Timestamp:
- 04/18/2021 05:19:47 PM (5 years ago)
- Location:
- bibleget-io
- Files:
-
- 6 edited
- 1 copied
-
tags/7.4 (copied) (copied from bibleget-io/trunk)
-
tags/7.4/README.md (modified) (1 diff)
-
tags/7.4/bibleget-io.php (modified) (2 diffs)
-
tags/7.4/readme.txt (modified) (3 diffs)
-
trunk/README.md (modified) (1 diff)
-
trunk/bibleget-io.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bibleget-io/tags/7.4/README.md
r2517169 r2517191 9 9 | Donate link | https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=HDS7XQKGFHJ58 | 10 10 | Tags | bible, block, shortcode, quote, citation, verses, bibbia, citazione, versetti, biblia, cita, versiculos, versets, citation | 11 | Requires at least | WordPress 5. 0|12 | Tested up to | WordPress 5. 6.1 |11 | Requires at least | WordPress 5.6 | 12 | Tested up to | WordPress 5.7.1 | 13 13 | Requires PHP | 5.6 | 14 | Stable tag | 7. 2|14 | Stable tag | 7.3 | 15 15 | License | GPLv2 or later | 16 16 | License URI | http://www.gnu.org/licenses/gpl-2.0.html | -
bibleget-io/tags/7.4/bibleget-io.php
r2517169 r2517191 2 2 /* 3 3 * Plugin Name: BibleGet I/O 4 * Version: 7. 34 * Version: 7.4 5 5 * Plugin URI: https://www.bibleget.io/ 6 6 * Description: Easily insert Bible quotes from a choice of Bible versions into your articles or pages with the "Bible quote" block or with the shortcode [bibleget]. … … 29 29 30 30 31 define("BIBLEGETPLUGINVERSION", "v7_ 3");31 define("BIBLEGETPLUGINVERSION", "v7_4"); 32 32 33 33 if (!defined('ABSPATH')) { -
bibleget-io/tags/7.4/readme.txt
r2517169 r2517191 8 8 Tested up to: 5.7.1 9 9 Requires PHP: 5.6 10 Stable tag: 7. 210 Stable tag: 7.3 11 11 License: GPLv2 or later 12 12 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 135 135 * Enhancement: Bible versions are now grouped into option groups organized by language in the multiselect 136 136 * Enhancement: functional font-picker added to the General Styles in the gutenberg block options, which also works with Google Fonts API key and font previews 137 * Enhandement: add option for preferring Greek / Hebrew origin for those Bible texts that offer a choice 138 * Enhancement: highlight accented search results matched against non accented keywords 139 * Enhancement: allow for any kind of dash in formulation of the Bible citation query string 137 140 138 141 = 7.2 = … … 363 366 364 367 = 7.3 = 365 Fixes botched styling of the multiselect in the block editor after recent WordPress/Gutenberg updates, adds font picker to block editor368 Fixes botched styling of the multiselect in the block editor after recent WordPress/Gutenberg updates, adds a few enhancements to the block editor options 366 369 367 370 = 7.2 = -
bibleget-io/trunk/README.md
r2517169 r2517191 9 9 | Donate link | https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=HDS7XQKGFHJ58 | 10 10 | Tags | bible, block, shortcode, quote, citation, verses, bibbia, citazione, versetti, biblia, cita, versiculos, versets, citation | 11 | Requires at least | WordPress 5. 0|12 | Tested up to | WordPress 5. 6.1 |11 | Requires at least | WordPress 5.6 | 12 | Tested up to | WordPress 5.7.1 | 13 13 | Requires PHP | 5.6 | 14 | Stable tag | 7. 2|14 | Stable tag | 7.3 | 15 15 | License | GPLv2 or later | 16 16 | License URI | http://www.gnu.org/licenses/gpl-2.0.html | -
bibleget-io/trunk/bibleget-io.php
r2517169 r2517191 2 2 /* 3 3 * Plugin Name: BibleGet I/O 4 * Version: 7. 34 * Version: 7.4 5 5 * Plugin URI: https://www.bibleget.io/ 6 6 * Description: Easily insert Bible quotes from a choice of Bible versions into your articles or pages with the "Bible quote" block or with the shortcode [bibleget]. … … 29 29 30 30 31 define("BIBLEGETPLUGINVERSION", "v7_ 3");31 define("BIBLEGETPLUGINVERSION", "v7_4"); 32 32 33 33 if (!defined('ABSPATH')) { -
bibleget-io/trunk/readme.txt
r2517169 r2517191 8 8 Tested up to: 5.7.1 9 9 Requires PHP: 5.6 10 Stable tag: 7. 210 Stable tag: 7.3 11 11 License: GPLv2 or later 12 12 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 135 135 * Enhancement: Bible versions are now grouped into option groups organized by language in the multiselect 136 136 * Enhancement: functional font-picker added to the General Styles in the gutenberg block options, which also works with Google Fonts API key and font previews 137 * Enhandement: add option for preferring Greek / Hebrew origin for those Bible texts that offer a choice 138 * Enhancement: highlight accented search results matched against non accented keywords 139 * Enhancement: allow for any kind of dash in formulation of the Bible citation query string 137 140 138 141 = 7.2 = … … 363 366 364 367 = 7.3 = 365 Fixes botched styling of the multiselect in the block editor after recent WordPress/Gutenberg updates, adds font picker to block editor368 Fixes botched styling of the multiselect in the block editor after recent WordPress/Gutenberg updates, adds a few enhancements to the block editor options 366 369 367 370 = 7.2 =
Note: See TracChangeset
for help on using the changeset viewer.