Skip to content

Commit

Permalink
release v7.1 allowing for POST requests, requires Gutenberg 8.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Lwangaman authored and Lwangaman committed Aug 21, 2020
1 parent c3dc481 commit 1e25de6
Show file tree
Hide file tree
Showing 3 changed files with 464 additions and 457 deletions.
4 changes: 2 additions & 2 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: 7.0
* Version: 7.1
* 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].
* Author: John Romano D'Orazio
Expand All @@ -28,7 +28,7 @@
*/


define("BIBLEGETPLUGINVERSION", "v7_0");
define("BIBLEGETPLUGINVERSION", "v7_1");

if (!defined('ABSPATH')) {
die("You cannot access this file directly.");
Expand Down
Loading

0 comments on commit 1e25de6

Please sign in to comment.