Skip to content

Commit

Permalink
prepare 8.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRDOrazio committed Feb 24, 2024
1 parent 48fbb64 commit 6321cd2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ A plugin that let's you insert Bible quotes into your WordPress pages or posts,
| Requires at least | WordPress 5.6 |
| Tested up to | WordPress 6.4 |
| Requires PHP | 7.4 |
| Stable tag | 8.0 |
| Stable tag | 8.1 |
| License | GPLv2 or later |
| License URI | http://www.gnu.org/licenses/gpl-2.0.html |

Expand Down
4 changes: 2 additions & 2 deletions bibleget-io.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: BibleGet I/O
* Plugin URI: https://www.bibleget.io/
* 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].
* Version: 8.0
* Version: 8.1
* Requires at least: 5.6
* Requires PHP: 7.4
* Author: John Romano D'Orazio
Expand All @@ -30,7 +30,7 @@
*/


define("BIBLEGETPLUGINVERSION", "v8_0");
define("BIBLEGETPLUGINVERSION", "v8_1");

if (!defined('ABSPATH')) {
die("You cannot access this file directly.");
Expand Down
6 changes: 3 additions & 3 deletions js/jquery.fontselect.js
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ class FontSelect {
"</li>";
}
//else{
// console.log('why on earth do I not have a fontFamily property? '+idx);
//console.log('why on earth do I not have a fontFamily property? '+idx);
//}
}
h +=
Expand Down Expand Up @@ -515,8 +515,8 @@ class FontSelect {

//console.log('length of google fonts before api call: ' + $.fontselect.google_fonts.length);
$.fontselect.google_fonts = await FontSelect.init($.fontselect.settings).then( data => data.items.map( item => item.family.replace(/ /g, "+") ), reject => reject ).catch(ex => {
console.log('Google Font API key not detected, using fallback list...');
console.warn(ex);
//console.log('Google Font API key not detected, using fallback list...');
//console.warn(ex);
}) || google_fonts;
//console.log('length of google fonts after api call: ' + $.fontselect.google_fonts.length);

Expand Down

0 comments on commit 6321cd2

Please sign in to comment.