Skip to content

Commit

Permalink
update to 4.1 with ajax spinner and ssl compatibility check
Browse files Browse the repository at this point in the history
  • Loading branch information
Lwangaman authored and Lwangaman committed May 29, 2017
1 parent be4bfef commit 8c5c189
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 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: 4.0
* Version: 4.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 shortcode [bibleget].
* Author: John Romano D'Orazio
Expand All @@ -26,7 +26,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
define ( "BIBLEGETPLUGINVERSION", "v4_0" );
define ( "BIBLEGETPLUGINVERSION", "v4_1" );

if (! defined ( 'ABSPATH' )) {
header ( 'Status: 403 Forbidden' );
Expand Down
10 changes: 9 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
Tags: bible,shortcode,quote,citation,verses
Requires at least: 3.3
Tested up to: 4.7.5
Stable tag: 4.0
Stable tag: 4.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -77,6 +77,11 @@ At least the first query (of a series of queries chained by a semi-colon) must i

== Changelog ==

= 4.1 =
* Added check for compatibility of curl and openssl version on each website's server with TLS v1.2 protocol for secure communications;
if not compatible fall back to http request, otherwise https request to the BibleGet server will be made
* Added ajax spinner for better user feedback when renewing metadata from the BibleGet server

= 4.0 =
* Another bugfix, the fix that made the spacing better between verse number and verse text was also removing the specific formatting for the NABRE text

Expand Down Expand Up @@ -182,6 +187,9 @@ At least the first query (of a series of queries chained by a semi-colon) must i

== Upgrade Notice ==

= 4.1 =
Versions prior to 3.6 must be updated, style settings now using Wordpress Customizer. 4.1 adds ajax spinner and ssl compatibility check.

= 4.0 =
Complete overhaul porting the style settings from the Settings Page to the Wordpress Customizer since 3.6 plus bugfixes

Expand Down

0 comments on commit 8c5c189

Please sign in to comment.