Skip to content

Commit

Permalink
Merge pull request #21 from BibleGet-I-O/v8.2
Browse files Browse the repository at this point in the history
prepare v8.2
  • Loading branch information
JohnRDOrazio authored Feb 25, 2024
2 parents 4b13683 + 442a791 commit 328223e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.1 |
| Stable tag | 8.2 |
| 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.1
* Version: 8.2
* Requires at least: 5.6
* Requires PHP: 7.4
* Author: John Romano D'Orazio
Expand All @@ -30,7 +30,7 @@
*/


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

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

0 comments on commit 328223e

Please sign in to comment.