Plugin Directory

Changeset 2517191


Ignore:
Timestamp:
04/18/2021 05:19:47 PM (5 years ago)
Author:
Lwangaman
Message:

Update to version 7.4 from GitHub

Location:
bibleget-io
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • bibleget-io/tags/7.4/README.md

    r2517169 r2517191  
    99| Donate link       | https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=HDS7XQKGFHJ58                                         |
    1010| 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                                                                                                            |
    1313| Requires PHP      | 5.6                                                                                                                        |
    14 | Stable tag        | 7.2                                                                                                                        |
     14| Stable tag        | 7.3                                                                                                                        |
    1515| License           | GPLv2 or later                                                                                                             |
    1616| License URI       | http://www.gnu.org/licenses/gpl-2.0.html                                                                                   |
  • bibleget-io/tags/7.4/bibleget-io.php

    r2517169 r2517191  
    22/*
    33 * Plugin Name: BibleGet I/O
    4  * Version: 7.3
     4 * Version: 7.4
    55 * Plugin URI: https://www.bibleget.io/
    66 * 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].
     
    2929
    3030
    31 define("BIBLEGETPLUGINVERSION", "v7_3");
     31define("BIBLEGETPLUGINVERSION", "v7_4");
    3232
    3333if (!defined('ABSPATH')) {
  • bibleget-io/tags/7.4/readme.txt

    r2517169 r2517191  
    88Tested up to: 5.7.1
    99Requires PHP: 5.6
    10 Stable tag: 7.2
     10Stable tag: 7.3
    1111License: GPLv2 or later
    1212License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    135135* Enhancement: Bible versions are now grouped into option groups organized by language in the multiselect
    136136* 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
    137140
    138141= 7.2 =
     
    363366
    364367= 7.3 =
    365 Fixes botched styling of the multiselect in the block editor after recent WordPress/Gutenberg updates, adds font picker to block editor
     368Fixes botched styling of the multiselect in the block editor after recent WordPress/Gutenberg updates, adds a few enhancements to the block editor options
    366369
    367370= 7.2 =
  • bibleget-io/trunk/README.md

    r2517169 r2517191  
    99| Donate link       | https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=HDS7XQKGFHJ58                                         |
    1010| 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                                                                                                            |
    1313| Requires PHP      | 5.6                                                                                                                        |
    14 | Stable tag        | 7.2                                                                                                                        |
     14| Stable tag        | 7.3                                                                                                                        |
    1515| License           | GPLv2 or later                                                                                                             |
    1616| License URI       | http://www.gnu.org/licenses/gpl-2.0.html                                                                                   |
  • bibleget-io/trunk/bibleget-io.php

    r2517169 r2517191  
    22/*
    33 * Plugin Name: BibleGet I/O
    4  * Version: 7.3
     4 * Version: 7.4
    55 * Plugin URI: https://www.bibleget.io/
    66 * 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].
     
    2929
    3030
    31 define("BIBLEGETPLUGINVERSION", "v7_3");
     31define("BIBLEGETPLUGINVERSION", "v7_4");
    3232
    3333if (!defined('ABSPATH')) {
  • bibleget-io/trunk/readme.txt

    r2517169 r2517191  
    88Tested up to: 5.7.1
    99Requires PHP: 5.6
    10 Stable tag: 7.2
     10Stable tag: 7.3
    1111License: GPLv2 or later
    1212License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    135135* Enhancement: Bible versions are now grouped into option groups organized by language in the multiselect
    136136* 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
    137140
    138141= 7.2 =
     
    363366
    364367= 7.3 =
    365 Fixes botched styling of the multiselect in the block editor after recent WordPress/Gutenberg updates, adds font picker to block editor
     368Fixes botched styling of the multiselect in the block editor after recent WordPress/Gutenberg updates, adds a few enhancements to the block editor options
    366369
    367370= 7.2 =
Note: See TracChangeset for help on using the changeset viewer.