Changeset 469632
- Timestamp:
- 11/30/2011 08:02:54 PM (14 years ago)
- Location:
- scripture-cloud/trunk
- Files:
-
- 3 edited
-
readme.txt (modified) (3 diffs)
-
scripturecloud.php (modified) (3 diffs)
-
scripturecloud_show.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
scripture-cloud/trunk/readme.txt
r449360 r469632 1 1 === Scripture Cloud === 2 2 Contributors: bhoogterp 3 Version: 1.0. 43 Version: 1.0.5 4 4 Donate link: http://www.churchofthebeyond.com/ 5 5 Tags: bible, widget, scripture, verse, passage, cloud 6 Requires at least: 3. 2.17 Tested up to: 3. 2.18 Stable tag: 1.0. 46 Requires at least: 3.0 7 Tested up to: 3.3 8 Stable tag: 1.0.5 9 9 10 10 Creates a Scripture Cloud of referenced Bible verses in your blog. … … 38 38 1.0.3 Referencing the same verse multiple times only counts for once now 39 39 1.0.4 Learning SVN... forgot to add the stats file 40 1.0.5 Rooted search... 40 41 41 42 == Upgrade Notice == … … 43 44 1.0.2 Get it! 44 45 1.0.3 Minor Bug Fix 46 1.0.5 Makes click links work from any page (didn't realize it only worked from home page) 45 47 46 48 == Screenshots == -
scripture-cloud/trunk/scripturecloud.php
r449358 r469632 2 2 /* 3 3 Plugin Name: Scripture Cloud 4 Version: 1.0. 44 Version: 1.0.5 5 5 Plugin URI: http://www.churchofthebeyond.com/ 6 6 Description: Scans and pages for scriptures, and displays them in cloud format (like tags, only scripture references auto-detected). … … 10 10 */ 11 11 12 function scripturecloud_version() {return "1.0. 4";}12 function scripturecloud_version() {return "1.0.5";} 13 13 function scripturecloud_sep() {return ";";} 14 14 … … 36 36 function scripturecloud_save($id) { scripturecloud_update_post($id); } 37 37 38 //scripturecloud_version_check(); 38 39 ?> -
scripture-cloud/trunk/scripturecloud_show.php
r436695 r469632 102 102 103 103 $s .= "<span style='font:normal {$z}px/10px Tahoma' title='$b topics'> "; 104 $s .= "<a href=' ?s=".urlencode("\"$a\"")."'>";104 $s .= "<a href='/?s=".urlencode("\"$a\"")."'>"; 105 105 $s .= "$a"; 106 106 $s .= "</a>";
Note: See TracChangeset
for help on using the changeset viewer.