Skip to content

Commit

Permalink
cleaner interface and handling of Gfonts API, updated translation files
Browse files Browse the repository at this point in the history
  • Loading branch information
Lwangaman authored and Lwangaman committed Apr 2, 2020
1 parent 8be6a52 commit d12acc0
Show file tree
Hide file tree
Showing 25 changed files with 3,782 additions and 875 deletions.
5 changes: 2 additions & 3 deletions bibleget-io.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/*
* Plugin Name: BibleGet I/O
* Version: 5.2
* Version: 5.3
* Plugin URI: https://www.bibleget.io/
* Description: Easily insert Bible quotes from a choice of Bible versions into your articles or pages with the shortcode [bibleget].
* Author: John Romano D'Orazio
Expand All @@ -28,10 +28,9 @@
*/

//TODO: better ui for the customizer, use sliders
//TODO: handle 504 gateway timeout during google fonts preview installation
//TODO: make this become a gutenberg block enabled plugin

define ( "BIBLEGETPLUGINVERSION", "v5_2" );
define ( "BIBLEGETPLUGINVERSION", "v5_3" );

if (! defined ( 'ABSPATH' )) {
header ( 'Status: 403 Forbidden' );
Expand Down
Binary file modified languages/bibleget-io-de_DE.mo
Binary file not shown.
Loading

0 comments on commit d12acc0

Please sign in to comment.