Skip to content

Commit

Permalink
use same license in plugin main script as in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRDOrazio committed Feb 18, 2024
1 parent cf9bd35 commit a082976
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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 | 7.9 |
| Stable tag | 8.0 |
| License | GPLv2 or later |
| License URI | http://www.gnu.org/licenses/gpl-2.0.html |

Expand Down
6 changes: 3 additions & 3 deletions bibleget-io.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
* 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: 7.9
* Version: 8.0
* Requires at least: 5.6
* Requires PHP: 7.4
* Author: John Romano D'Orazio
* Author URI: https://www.johnromanodorazio.com/
* License: GPLv3
* License: GPLv2 or later
* Text Domain: bibleget-io
* Domain Path: /languages/
*
Expand All @@ -30,7 +30,7 @@
*/


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

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

0 comments on commit a082976

Please sign in to comment.