Skip to content

Commit

Permalink
updated to 2.9 tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Lwangaman authored and Lwangaman committed May 25, 2015
1 parent 43314fe commit f7c7ca0
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 47 deletions.
2 changes: 1 addition & 1 deletion bibleget-io.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/*
Plugin Name: BibleGet I/O
Version: 2.8
Version: 2.9
Plugin URI: http://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 Down
37 changes: 0 additions & 37 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,43 +15,6 @@ div.results p.book {
margin: 0px;
}

div.results p.verses {
font-weight: normal;
font-style: normal;
line-height: 150%;
color: #646d73;
text-align: justify;
font-size: 1.0em;
margin: 0px;
}

div.results p.verses span.sup {
font-size: 0.8em;
vertical-align: baseline;
position: relative;
font-weight: normal;
font-style: normal;
color: #c10005;
top: -0.6em;
}

div.results {
border: 1px solid LightGray;
border-radius:6px;
padding: 12px;
margin:12px auto;
width: 80%;
font-family: 'Palatino Linotype';
}

div.results p.book {
font-weight: bold;
font-style: normal;
font-size: 1.4em;
color: #284f29;
margin: 0px;
}

div.results p.verses {
font-weight: normal;
font-style: normal;
Expand Down
15 changes: 8 additions & 7 deletions options.php
Original file line number Diff line number Diff line change
Expand Up @@ -987,14 +987,15 @@ public function do_on_my_plugin_settings_save()
." ".($versenumbers_superscript ? "top: -0.6em" : ($versenumbers_subscript ? "bottom: -0.6em" : "top: 0em") )."; \n"
."} \n"
." \n"
."div.results p.verses span.sm { text-transform: lowercase; font-variant: small-caps; } \n"
."/* Senseline. A line that is broken to be reading aloud/public speaking. Poetry is included in this category. */ \n"
."div.results p.verses span.pof {display: block; text-indent: 0; font-style:italic; margin-top:1em; margin-left:5%; font-family:Serif; } \n"
."div.results p.verses span.po {display: block; font-style:italic; margin-left:5%; margin-top:-1%; font-family:Serif; } \n"
."div.results p.verses span.pol {display: block; font-style:italic; margin-left:5%; margin-top:-1%; margin-bottom:1em; font-family:Serif; } \n"
."div.results p.verses span.pos {display: block; font-style:italic; margin-top:1em; margin-left:5%; font-family:Serif; } \n"
."div.results p.verses span.poif {display: block; font-style:italic; margin-left:7%; margin-top:1%; font-family:Serif; } \n"
."div.results p.verses span.poi {display: block; font-style:italic; margin-left:7%; margin-top:-1%; font-family:Serif; } \n"
."div.results p.verses span.poil {display: block; font-style:italic; margin-left:7%; margin-bottom:1%; font-family:Serif; } \n";
."div.results p.verses span.pof {display: block; text-indent: 0; margin-top:1em; margin-left:5%; font-family:Serif; } \n"
."div.results p.verses span.po {display: block; margin-left:5%; margin-top:-1%; font-family:Serif; } \n"
."div.results p.verses span.pol {display: block; margin-left:5%; margin-top:-1%; margin-bottom:1em; font-family:Serif; } \n"
."div.results p.verses span.pos {display: block; margin-top:1em; margin-left:5%; font-family:Serif; } \n"
."div.results p.verses span.poif {display: block; margin-left:7%; margin-top:1%; font-family:Serif; } \n"
."div.results p.verses span.poi {display: block; margin-left:7%; margin-top:-1%; font-family:Serif; } \n"
."div.results p.verses span.poil {display: block; margin-left:7%; margin-bottom:1%; font-family:Serif; } \n";
$cssdata = trim($cssdata);
$file = plugin_dir_path( __FILE__ ) . 'css/styles.css';
if(file_exists($file)){
Expand Down
11 changes: 9 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Contributors: Lwangaman
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=HDS7XQKGFHJ58
Tags: bible,shortcode,quote,citation
Requires at least: 3.0.1
Tested up to: 4.1.0
Stable tag: 2.8
Tested up to: 4.2.2
Stable tag: 2.9
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -126,6 +126,10 @@ Almeno la prima query deve indicare il nome del libro sul quale effettuare la ri

== Changelog ==

= 2.9 =
* Updated for compatibility with latest Wordpress 4.2.2
* Fixed small bug in css file

= 2.8 =
* Added specific functionality for parsing NABRE text and applying NABRE specific styles

Expand Down Expand Up @@ -184,6 +188,9 @@ Almeno la prima query deve indicare il nome del libro sul quale effettuare la ri

== Upgrade Notice ==

= 2.9 =
Minor update for compatibility with Wordpres 4.2.2

= 2.8 =
Added Serbian and Polish translations, added specific functionality for parsing NABRE text and applying NABRE specific styles.

Expand Down

0 comments on commit f7c7ca0

Please sign in to comment.