Skip to content

Commit c1c9679

Browse files
committed
prepare v8.3
1 parent cc3dabb commit c1c9679

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ A plugin that let's you insert Bible quotes into your WordPress pages or posts,
1515
| Requires at least | WordPress 5.6 |
1616
| Tested up to | WordPress 6.4 |
1717
| Requires PHP | 7.4 |
18-
| Stable tag | 8.2 |
18+
| Stable tag | 8.3 |
1919
| License | GPLv2 or later |
2020
| License URI | http://www.gnu.org/licenses/gpl-2.0.html |
2121

bibleget-io.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: BibleGet I/O
44
* Plugin URI: https://www.bibleget.io/
55
* 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].
6-
* Version: 8.2
6+
* Version: 8.3
77
* Requires at least: 5.6
88
* Requires PHP: 7.4
99
* Author: John Romano D'Orazio
@@ -30,7 +30,7 @@
3030
*/
3131

3232

33-
define("BIBLEGETPLUGINVERSION", "v8_2");
33+
define("BIBLEGETPLUGINVERSION", "v8_3");
3434

3535
if (!defined('ABSPATH')) {
3636
die("You cannot access this file directly.");

block.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,11 @@
33
"apiVersion": 3,
44
"name": "bibleget/bible-quote",
55
"title": "Bible quote",
6-
"category": "text",
7-
"parent": [ "core/group" ],
6+
"category": "widgets",
87
"icon": "book-alt",
98
"description": "Insert Bible quotes from a choice of Bible versions into your articles or pages",
109
"keywords": [ "bible", "quote", "citation", "verses", "gospel" ],
11-
"version": "8.2",
10+
"version": "8.3",
1211
"textdomain": "bibleget-io",
1312
"attributes": {
1413
"PARAGRAPHSTYLES_FONTFAMILY": {

0 commit comments

Comments
 (0)